

sudo apt install google-chrome-unstable -y Secondly, install Google Chrome unstable developer build for the latest edge version using the following command. The first option, install the Google Chrome beta build using the following command. For users that love to play with development and the latest version available, install the unstable version but remember this may have odd incompatibilities with your system and bugs while browsing the internet. Installing the stable browser version is recommended for most users, but for users that prefer a preview mode, the beta browser would suit your requirements better. sudo apt install google-chrome-stable -y Install Google Chrome Beta or Unstable (Dev)Īlternatively, you can install alternative beta or unstable Google Chrome versions. Next, install the Google Chrome stable edition, the recommended option for most users. Now update the repository list using the apt update command, which is required as you need to update your APT sources lists so you can install Google Chrome directly from Google’s APT repository. Once the GPG import is complete, you will need to import the Google Chrome repository now as follows: echo deb stable main | sudo tee /etc/apt//google-chrome.list Install Google Chrome – Stable Import the GPG key, use the following command: curl -fSsL | gpg -dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg > /dev/null Import Google Chrome Repository The first step in installing Google Chrome is to import the GPG key for the digital signature without this, your installation will not be complete successfully. Run the command regardless if unsure, as many other installations require these on your system. These are pretty generic dependencies that may be already installed. Sudo apt install curl software-properties-common apt-transport-https ca-certificates gnupg2 -y
