I have two installs of Firefox after trying to update

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Tried to update Firefox with:



sudo apt-get update && sudo apt-get install firefox


Now, I have two installs: version 59 in /snap/bin/firefox and version 60 in /usr/bin/firefox.



I'm worried using the autoremove command to remove version 59 will mess with version 60. What to do?



Also, what was the better way to do this? Should I have just removed Firefox and reinstalled the newest version?







share|improve this question


























    up vote
    0
    down vote

    favorite












    Tried to update Firefox with:



    sudo apt-get update && sudo apt-get install firefox


    Now, I have two installs: version 59 in /snap/bin/firefox and version 60 in /usr/bin/firefox.



    I'm worried using the autoremove command to remove version 59 will mess with version 60. What to do?



    Also, what was the better way to do this? Should I have just removed Firefox and reinstalled the newest version?







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Tried to update Firefox with:



      sudo apt-get update && sudo apt-get install firefox


      Now, I have two installs: version 59 in /snap/bin/firefox and version 60 in /usr/bin/firefox.



      I'm worried using the autoremove command to remove version 59 will mess with version 60. What to do?



      Also, what was the better way to do this? Should I have just removed Firefox and reinstalled the newest version?







      share|improve this question














      Tried to update Firefox with:



      sudo apt-get update && sudo apt-get install firefox


      Now, I have two installs: version 59 in /snap/bin/firefox and version 60 in /usr/bin/firefox.



      I'm worried using the autoremove command to remove version 59 will mess with version 60. What to do?



      Also, what was the better way to do this? Should I have just removed Firefox and reinstalled the newest version?









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 11 at 3:22









      pomsky

      21.9k76694




      21.9k76694










      asked May 11 at 1:37









      dustinhuman

      12




      12




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          It seems you have installed two versions of Firefox - one via apt-get install and the other from a snap package. You can verify that by running



          snap list


          The output should contain Firefox (snap version). You can launch it by



          snap run firefox


          Also



          apt-cache policy firefox | grep Installed


          should list the usual apt-version.



          It's completely fine to have both them in your system, they will coexist without interacting with each other. autoremove will almost certainly won't remove any of them (except possibly for some other unrelated reason).



          If you wish you can remove the snap version by running



          snap remove firefox





          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1034730%2fi-have-two-installs-of-firefox-after-trying-to-update%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            It seems you have installed two versions of Firefox - one via apt-get install and the other from a snap package. You can verify that by running



            snap list


            The output should contain Firefox (snap version). You can launch it by



            snap run firefox


            Also



            apt-cache policy firefox | grep Installed


            should list the usual apt-version.



            It's completely fine to have both them in your system, they will coexist without interacting with each other. autoremove will almost certainly won't remove any of them (except possibly for some other unrelated reason).



            If you wish you can remove the snap version by running



            snap remove firefox





            share|improve this answer


























              up vote
              0
              down vote













              It seems you have installed two versions of Firefox - one via apt-get install and the other from a snap package. You can verify that by running



              snap list


              The output should contain Firefox (snap version). You can launch it by



              snap run firefox


              Also



              apt-cache policy firefox | grep Installed


              should list the usual apt-version.



              It's completely fine to have both them in your system, they will coexist without interacting with each other. autoremove will almost certainly won't remove any of them (except possibly for some other unrelated reason).



              If you wish you can remove the snap version by running



              snap remove firefox





              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                It seems you have installed two versions of Firefox - one via apt-get install and the other from a snap package. You can verify that by running



                snap list


                The output should contain Firefox (snap version). You can launch it by



                snap run firefox


                Also



                apt-cache policy firefox | grep Installed


                should list the usual apt-version.



                It's completely fine to have both them in your system, they will coexist without interacting with each other. autoremove will almost certainly won't remove any of them (except possibly for some other unrelated reason).



                If you wish you can remove the snap version by running



                snap remove firefox





                share|improve this answer














                It seems you have installed two versions of Firefox - one via apt-get install and the other from a snap package. You can verify that by running



                snap list


                The output should contain Firefox (snap version). You can launch it by



                snap run firefox


                Also



                apt-cache policy firefox | grep Installed


                should list the usual apt-version.



                It's completely fine to have both them in your system, they will coexist without interacting with each other. autoremove will almost certainly won't remove any of them (except possibly for some other unrelated reason).



                If you wish you can remove the snap version by running



                snap remove firefox






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 11 at 3:13

























                answered May 11 at 3:08









                pomsky

                21.9k76694




                21.9k76694






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1034730%2fi-have-two-installs-of-firefox-after-trying-to-update%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491