How To Install Chrome Ubuntu 18.04?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open the Terminal by searching for it in the Dash or pressing Ctrl+Alt+T.
2. Update the package list by running the following command:
sudo apt update
3. Install the Google Chrome stable package by running the following command:
sudo apt install -y google-chrome-stable
4. Press y and then enter when prompted to confirm the installation.
5. Once the installation is complete, you can launch Google Chrome by searching for it in the Dash or pressing the super key on your keyboard and typing Chrome.
1. Open the terminal by pressing Ctrl+Alt+T.
2. Add the Google repository to your list of software sources.
`sudo sh -c ‘echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list’`
3. Download the official public key and add it to your system.
`wget -q -O – https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -`
4. Update the software sources and install Google Chrome.
`sudo apt-get update && sudo apt-get install google-chrome-stable`
5. After the installation is finished, you can start Google Chrome from the application launcher.