How To Install Chrome In Ubuntu 20.04 Using Terminal?
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.
You can install Google Chrome in Ubuntu 20.04 using the command line by following a few simple steps:
1. Update the apt package index by running the command:
sudo apt update
2. Install Google Chrome with the command
sudo apt install google-chrome-stable
3. To launch the browser, type in the command
google-chrome-stable
That’s it! You have successfully installed Google Chrome in Ubuntu 20.04 via the command line.