How to Install Google Chrome on Ubuntu 2023

  • How to Install Google Chrome on Ubuntu 2023

Google Chrome has been one of the most popular internet browsers that provides high-speed browsing with an interactive user interface. Now, dear readers, since Chrome is not open source, Ubuntu users cannot download it directly using the default package managers on their systems, but you will be able to download it quickly with the method I will explain.

Dear readers: I have explained below how you can download and install Google Chrome on Ubuntu, both graphically and via the command line. Let's take a look at how it is done together. Never forget that I explained it to you in detail:

How to Install Google Chrome in Ubuntu

It's simple to install Google Chrome on Ubuntu. To get started, simply download and unpack the Chrome package file from its official source. There are two ways to accomplish this: with the aid of an app manager program or the dpkg package manager.

Command-Line Chrome Install With dpkg:

The fundamental program dpkg is in charge of managing Debian packages and is the driving force behind all package managers on Linux distributions based on the Debian operating system. APT and other package managers serve only as dpkg's front end.

To Install Google Chrome using the command line, first launch the terminal by pressing Ctrl + Alt + T. Then:

1 - Download the Chrome package using wget. This is a Linux utility that allows you to download files using HTTP, HTTPS, FTP, and FTPS.

 

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

 

2 - You can install the downloaded package using dpkg or APT. Enter either of the following to do so:

 

sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb

 

3 - The system will ask you for your sudo password. Type the password and press Enter.

Google Chrome will be available to use once the installation process is complete.

Install Google Chrome on Ubuntu Graphically:

For those unfamiliar with Linux, using the command line may be unsettling. In this case, the Google Chrome package will be automatically extracted and installed by Ubuntu thanks to the Software Center application.

To install Google Chrome using Ubuntu's Software Center:

1 - Head over to the Chrome Download Webpage.

2 - Click on the Download Chrome button.

head over to the chrome download webpage

3 - Please select your download package label. Next, make sure that the 64-bit.deb ( For Debian/Ubuntu ) option is checked.

under the please select your download package label

4 - Select Accept and Install to continue.

5 - Go to the directory where the downloaded package is located and double-click on the DEB package to launch Software Center.

DEB package to launch Software Center

6 - Click the Install button.

step google crome stable for techdataz

7 - Enter your account password to start the installation process..

How to Update Google Chrome Automatically

Now, dear readers, for the generalization: Google Chrome adds the official Google repository to the system's source list to receive future updates and versions. You should verify that the repository is configured properly by reading Google Chrome's resource list file. Be sure to implement this.

 

cat /etc/apt/sources.list.d/google-chrome.list

 

You will see the following output:

 

THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

 

If for any reason, you do not find the aforementioned file, generate it manually and append the output snippet to the file:

 

sudo touch /etc/apt/source.list.d/google-chrome.list

 

Edit the file with a Linux text editor of your choice:

 

nano /etc/apt/source.list.d/google-chrome.list

 

Add the snippet provided below and save the file:

 

THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

 

Browsing the Internet on Ubuntu Is Easy With Chrome

How to Manage Your Side Search Panel in Google Chrome and Almost all computer users have one main need, which is to browse the internet. The way people use their devices to browse the internet has completely changed thanks to internet browsers. Google Chrome is a cross-platform web browser compatible with Linux, macOS, Microsoft Windows, and Android gadgets.

New versions of Google Chrome always include a few extra features, like the ability to preview webpages before opening them, in addition to security patches. On your Ubuntu computer, you have access to a number of alternative browsers if you're not fond of Google Chrome.


Newsletter

wave

Related Articles

wave
How to Install Notepad++ on Linux: 2 Methods

How to Install Notepad++ on Linux: 2 Methods. We would like to tell you to listen carefully and follow what we will tell you on this subject.

Python vs. Java: The Best Language for 2023

Python vs. Java: The Best Language for 2023. Unsure about the programming language you should learn? The only option if you want to start coding in 2023 is this.

Exactly how to Develop a Hangman Game With Svelte

Exactly how to Develop a Hangman Game With Svelte. Understand Svelte's principles by constructing a basic Hangman game.

5 Best GitHub Alternatives for Hosting Your Project

5 Best GitHub Alternatives for Hosting Your Project. We explain the best GitHub Free server resources for you.