


Y finally we install the application with: sudo apt install google-chrome-stable Now We must update our list of repositories and applications with: sudo apt update We must import it into the system with: signing key chrome sudo apt-key add linux_signing_key.pub We save with Ctrl + O and exit with Ctrl + X. Once this is done, it is necessary that we import the public key from the Google Chrome repository, we do this by typing: wget It is also possible to install the browser without having to download the deb package, for this it is necessary to add a repository to the system, which is added with the following command: sudo nano /etc/apt//google-chrome.listĪnd inside the file we must add the following: deb stable main Sudo apt install -f Installing Google Chrome on Debian, Ubuntu and derivatives from repository Must of download the package from the official Google Chrome page, so they should go to the following link to get the package.ĭone the package download they can install directly with their preferred package manager, or from the terminal they can do it by typing the following command: sudo dpkg -i google-chrome-stable_current_bĪnd in case you have problems with dependencies, you can solve them by typing the following command: Run following command to create /etc//google-chrome.repo file: # cat /etc//google-chrome.9 things to do after installing Ubuntu 18.04 Setup package # apt-get update # apt install google-chrome-stable Ubuntuįor getting access to the Chrome repository, you have to have the public key set in your system # wget -q -O - | apt-key add -Įnable Google repository # sh -c 'echo "deb stable main" > /etc/apt//google.list' The best way to install and keep up-to-date with Google Chrome Web browser is to use Google’s own repository. In this manual, I will show how to install the latest version of Google Chrome Web Browser.
