How To Install Google Chrome On 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 window and enter the “sudo apt-get update” command to update the package list.
2. Once the update is finished, enter the following command to install Google Chrome: sudo apt-get install google-chrome-stable
3. Press Enter after entering the command.
4. You will be asked to confirm the download and installation of Chrome. Type “Y” and press enter to continue.
5. Wait for the installation process to complete, and then you can launch Chrome from the Applications menu.
1. Open a terminal window
2. Type in the following command to add the Google Chrome repository to your system:
sudo sh -c ‘echo “deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google.list’
3. Update your system’s package list:
sudo apt-get update
4. Install Google Chrome:
sudo apt-get install google-chrome-stable
5. After installation is complete, run Google Chrome from your applications menu.