How to Quickly Update Google Chrome on Ubuntu
Google Chrome is a widely used web browser that is available on many platforms including Ubuntu. It is essential to keep your browser updated for security and performance reasons. Here’s a guide on how to update Google Chrome on Ubuntu.
Step 1: Open Terminal
The first step is to open the Terminal. You can easily search for it in the Ubuntu search bar or use the shortcut key Ctrl+Alt+T.
Step 2: Check your Current Version
To check the current version of Google Chrome installed on your system, enter the following command in the Terminal.
google-chrome –version
This command will display the current version of Google Chrome installed on your system. If you see a message that says “Command not found,” it means that Google Chrome is not installed. You can download it from the official website and install it.
Step 3: Update Google Chrome
To update Google Chrome to the latest version, enter the following command in the Terminal.
sudo apt-get update
sudo apt-get install google-chrome-stable
The first command updates your package list, and the second command installs the latest version of Google Chrome.
Step 4: Restart Google Chrome
After the installation is complete, restart the Google Chrome browser to apply the updates. You can do this by closing the browser and reopening it.
Step 5: Verify the Update
To verify that you have successfully updated Google Chrome to the latest version, open the browser and check the version number at the top right corner of the screen. The version number should match the latest stable release available on the Google Chrome website.
Bonus Tip: Automatic Updates
You can also configure Google Chrome to automatically update itself whenever a new version is available. To do this, follow the following steps.
– Open Google Chrome and click on the three-dot menu icon at the top right corner of the screen.
– Go to Settings > About Chrome.
– If there is an update available, Chrome will automatically download and install it.
Conclusion
In conclusion, updating Google Chrome on Ubuntu is a straightforward process that you can carry out using the command line. It is crucial to keep your browser updated to ensure that you have the latest security features and bug fixes. With these simple steps, you can quickly update Google Chrome and enjoy a faster and smoother browsing experience.