How To Update Google Chrome In Linux?
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 and update the package list:
sudo apt update
2. Install the latest version of Google Chrome with the following command:
sudo apt install -y google-chrome-stable
3. Once the installation is complete, launch Google Chrome from the terminal:
google-chrome-stable
4. If you’re prompted to allow the application to make changes on your behalf, click ‘Yes’ or ‘Allow’.
5. You’ll now be able to use Google Chrome in your Linux system.