
You can remove Google Chrome web browser for any reason by running command in terminal: sudo apt remove google-chrome-stableĪnd remove the repository by going to Software & Updates -> Other Software tab. And I run these commands: apt-get update apt upgrade wget https://dl.

VPS has Debian GNU/Linux 11 (bullseye) on it. If a new version is available, you’ll be able to update the browser via Software Updater (Update Manager): Im trying to install Google Chrome on a VPS I have. Refresh system package cache and install Google Chrome via commands: sudo apt update If you want to install the beta or unstable version of Google Chrome, use the following commands: sudo apt-get install google-chrome-beta sudo apt-get install google-chrome-unstable. Then add the repository to your system via command: sudo sh -c 'echo "deb stable main" > /etc/apt//google-chrome.list'ģ. sudo apt-get update sudo apt-get install google-chrome-stable. Type user password (no asterisk feedback) for sudo prompts and hit Enter.

When terminal opens, run command to install the key: wget -q -O - | sudo apt-key add. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from system application menu.Ģ. deb package from Google Chrome site via a web browser.ġ. Note: if you hate Linux command line, you may download and install the.

Open a terminal and run the following commands one by one: sudo apt update sudo apt -only-upgrade install google-chrome-stable. If you prefer the terminal over the graphical interface, you can update Chrome with commands as well. This quick tutorial shows how to install the latest Google Chrome web browser, and keep it up-to-date, in Ubuntu 20.04 via the official Google repository. Method 2: Updating Chrome in the Ubuntu command line.
