Update google chrome on ubuntu 22.04.1 - How to correctly update google chrome on ubuntu 22.04.1?
Asked
Active
Viewed 2.2k times
2 Answers
3
Chrome can be installed with simply typing sudo apt install google-chrome-stable in the terminal, and this works for the upgrade as well. If this method fails, try to reinstall it with sudo apt reinstall google-chrome-stable. If that solution produces an error, try to get DEBs from the official site, open them with „Software Install”, click the remove button and then install it again. The /opt/google/chrome folder is not deleted, so your data is kept.
Zh.
- 91
-1
After investigation on internet, I found the solution:
- crtl+alt+T to open Ubuntu terminal
sudo apt updaterecommended by Ubuntu https://fridge.ubuntu.com/2023/02/24/ubuntu-22-04-2-lts-released/ (thanks @guiverc)sudo apt upgradeto install new packagesgoogle-chrome-stable -versionto check the currently installed Google Chrome versionsudo apt --only-upgrade install google-chrome-stableto update Google Chrome - https://linuxgenie.net/update-google-chrome-ubuntu-22-04/
mpboden
- 3,046
Claudinei-EN
- 21