Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 7198  / 2 Years ago, thu, august 4, 2022, 5:08:58

I am having google chrome version 90.0.4430.93 (the latest one). Due to some dependency, I want to install version 88. So, are there any leads or any kind of suggestion on how to install it?


Thanks


More From » lubuntu

 Answers
5

It is possible. Open terminal and type:


cd ~/Downloads
wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_88.0.4324.96-1_amd64.deb
sudo apt-get install ./google-chrome-stable_88.0.4324.96-1_amd64.deb

Note: if you want to pib/hold this version - use single long command below:


cat <<EOF | sudo tee /etc/apt/preferences.d/pin-meld
Package: google-chrome-stable
Pin: version 88.0.4324.96-1
Pin-Priority: 1337
EOF

to keep the 88 version installed.


[#1630] Friday, August 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
torlim

Total Points: 408
Total Questions: 113
Total Answers: 110

Location: Estonia
Member since Wed, May 27, 2020
4 Years ago
torlim questions
;