How to Install and Update Google Chrome in Ubuntu
Google Chrome is one of the most popular web browsers around the globe. It is known for its simplicity, speed, and ease of use. If you are an Ubuntu user, you may wonder how to install and update Chrome effectively. This article will guide you through the simple steps to follow.
Installing Google Chrome in Ubuntu
By default, Ubuntu comes with Mozilla Firefox as the default web browser. If you want to install Google Chrome on Ubuntu, you can follow the steps below:
Step 1: Open the terminal in Ubuntu by pressing Ctrl + Alt + T
Step 2: Type the following command to update your system package lists:
sudo apt-get update
Step 3: Add the Google Chrome repository to your system:
sudo sh -c ‘echo “deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google-chrome.list’
Step 4: Install Google Chrome:
sudo apt-get install google-chrome-stable
Note that you can replace “stable” with “beta” or “unstable” if you want to install the respective versions.
After the installation is complete, you can start using Google Chrome by opening the app launcher and searching for Chrome. Alternatively, you can launch it from the terminal by typing google-chrome-stable.
Updating Google Chrome in Ubuntu
Google Chrome updates automatically in the background when connected to the internet. However, you can also manually update the browser to the latest version by following the steps below:
Step 1: Open Google Chrome and click on the three vertical dots at the top-right corner of the window.
Step 2: Click on “Settings” from the dropdown menu.
Step 3: Click on “About Chrome” on the left sidebar.
Step 4: Chrome will check for updates automatically. If updates are available, click “Relaunch” to restart Chrome and apply the updates.
In conclusion, installing and updating Google Chrome on Ubuntu is a simple process that can be done through the terminal or with a few clicks on the browser. With these steps, you can enjoy the full features and benefits of one of the best web browsers in the market.