How do I install an older version of Google Chrome?












4















I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.



I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable



Naturally, I tried to install it with apt-get:
sudo apt-get install google-chrome-stable=51.0.2704.106-1



However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:



ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
ubuntu@box533:~$


How can I install an older version of Google Chrome via command line?










share|improve this question



























    4















    I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.



    I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable



    Naturally, I tried to install it with apt-get:
    sudo apt-get install google-chrome-stable=51.0.2704.106-1



    However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:



    ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
    ubuntu@box533:~$


    How can I install an older version of Google Chrome via command line?










    share|improve this question

























      4












      4








      4


      2






      I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.



      I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable



      Naturally, I tried to install it with apt-get:
      sudo apt-get install google-chrome-stable=51.0.2704.106-1



      However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:



      ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
      ubuntu@box533:~$


      How can I install an older version of Google Chrome via command line?










      share|improve this question














      I'm not to familiar with Ubuntu, but I need to install the previous version because the current one has some bugs.



      I went to here and found the version that I wanted: http://www.ubuntuupdates.org/package/google_chrome/stable/main/base/google-chrome-stable



      Naturally, I tried to install it with apt-get:
      sudo apt-get install google-chrome-stable=51.0.2704.106-1



      However, after running that command, I received this message and I tried Googling the issue and couldn't find a solution:



      ubuntu@box533:~$ sudo apt-get install google-chrome-stable=51.0.2704.106-1
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Version '51.0.2704.106-1' for 'google-chrome-stable' was not found
      ubuntu@box533:~$


      How can I install an older version of Google Chrome via command line?







      apt package-management google-chrome






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 21 '16 at 8:12









      DougDoug

      141128




      141128






















          2 Answers
          2






          active

          oldest

          votes


















          0














          You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.



          Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.






          share|improve this answer































            0














            I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:



            https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser



            with this command:



            sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb 


            also, make sure to block updates like this:



            sudo apt-mark hold chromium-browser


            You just run it as dkpg -i on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends= flag and see if it goes through.



            I've used this on my Ubuntu 16.04x64 because on newer versions > v64 you can't use .dev for staging for web dev purposes, see details here:



            https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/



            output from cli is:



            krex@krex-N752VX:~/Desktop$ sudo dpkg  -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
            dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
            (Reading database ... 686845 files and directories currently installed.)
            Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
            Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
            Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
            Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
            Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
            Processing triggers for mime-support (3.59ubuntu1) ...
            Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
            Processing triggers for man-db (2.7.5-1) ...





            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',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              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%2f801201%2fhow-do-i-install-an-older-version-of-google-chrome%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.



              Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.






              share|improve this answer




























                0














                You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.



                Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.






                share|improve this answer


























                  0












                  0








                  0







                  You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.



                  Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.






                  share|improve this answer













                  You cannot unless you could grab a copy of the version 51 of Google Chrome. Because Google never allow downloading of older releases and what you found on ubuntuupdates.org is just a reference. They do not host any binary files.



                  Your best bet is to search in some non-techy friend who doesn't update browsers for years (old grandma's pc can help here too) and see if they have a 51.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 7 '17 at 20:14









                  AnwarAnwar

                  56k22145253




                  56k22145253

























                      0














                      I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:



                      https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser



                      with this command:



                      sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb 


                      also, make sure to block updates like this:



                      sudo apt-mark hold chromium-browser


                      You just run it as dkpg -i on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends= flag and see if it goes through.



                      I've used this on my Ubuntu 16.04x64 because on newer versions > v64 you can't use .dev for staging for web dev purposes, see details here:



                      https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/



                      output from cli is:



                      krex@krex-N752VX:~/Desktop$ sudo dpkg  -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
                      dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
                      (Reading database ... 686845 files and directories currently installed.)
                      Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
                      Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
                      Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
                      Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
                      Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
                      Processing triggers for mime-support (3.59ubuntu1) ...
                      Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
                      Processing triggers for man-db (2.7.5-1) ...





                      share|improve this answer






























                        0














                        I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:



                        https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser



                        with this command:



                        sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb 


                        also, make sure to block updates like this:



                        sudo apt-mark hold chromium-browser


                        You just run it as dkpg -i on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends= flag and see if it goes through.



                        I've used this on my Ubuntu 16.04x64 because on newer versions > v64 you can't use .dev for staging for web dev purposes, see details here:



                        https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/



                        output from cli is:



                        krex@krex-N752VX:~/Desktop$ sudo dpkg  -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
                        dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
                        (Reading database ... 686845 files and directories currently installed.)
                        Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
                        Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
                        Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
                        Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
                        Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
                        Processing triggers for mime-support (3.59ubuntu1) ...
                        Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
                        Processing triggers for man-db (2.7.5-1) ...





                        share|improve this answer




























                          0












                          0








                          0







                          I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:



                          https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser



                          with this command:



                          sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb 


                          also, make sure to block updates like this:



                          sudo apt-mark hold chromium-browser


                          You just run it as dkpg -i on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends= flag and see if it goes through.



                          I've used this on my Ubuntu 16.04x64 because on newer versions > v64 you can't use .dev for staging for web dev purposes, see details here:



                          https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/



                          output from cli is:



                          krex@krex-N752VX:~/Desktop$ sudo dpkg  -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
                          dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
                          (Reading database ... 686845 files and directories currently installed.)
                          Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
                          Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
                          Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
                          Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
                          Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
                          Processing triggers for mime-support (3.59ubuntu1) ...
                          Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
                          Processing triggers for man-db (2.7.5-1) ...





                          share|improve this answer















                          I managed to install older Chrome very easy. I first installed latest Chrome (v64). Then installed older v61 version from here:



                          https://www.ubuntuupdates.org/package/core/artful/universe/base/chromium-browser



                          with this command:



                          sudo dpkg -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb 


                          also, make sure to block updates like this:



                          sudo apt-mark hold chromium-browser


                          You just run it as dkpg -i on your dist and see if some dep fail.. and if it does, your chance is to list it with --ignore-depends= flag and see if it goes through.



                          I've used this on my Ubuntu 16.04x64 because on newer versions > v64 you can't use .dev for staging for web dev purposes, see details here:



                          https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/



                          output from cli is:



                          krex@krex-N752VX:~/Desktop$ sudo dpkg  -i --ignore-depends=chromium-codecs-ffmpeg-extra chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb
                          dpkg: warning: downgrading chromium-browser from 64.0.3282.140-0ubuntu0.16.04.1 to 61.0.3163.100-0ubuntu1.1378
                          (Reading database ... 686845 files and directories currently installed.)
                          Preparing to unpack chromium-browser_61.0.3163.100-0ubuntu1.1378_amd64.deb ...
                          Unpacking chromium-browser (61.0.3163.100-0ubuntu1.1378) over (64.0.3282.140-0ubuntu0.16.04.1) ...
                          Setting up chromium-browser (61.0.3163.100-0ubuntu1.1378) ...
                          Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
                          Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
                          Processing triggers for mime-support (3.59ubuntu1) ...
                          Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
                          Processing triggers for man-db (2.7.5-1) ...






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Feb 23 '18 at 8:24

























                          answered Feb 21 '18 at 7:56









                          Kresimir PendicKresimir Pendic

                          82679




                          82679






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f801201%2fhow-do-i-install-an-older-version-of-google-chrome%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Quarter-circle Tiles

                              build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                              Mont Emei