;

How to Install Google Chrome on Ubuntu 22.04

How to Install Google Chrome on Ubuntu 22.04


buayaberdiri.blogspot.com - Google Chrome is a popular and fast web browser that supports many features and extensions. It is not available in the default Ubuntu repositories, but you can easily install it from Google's official website or repository. In this blog post, we will show you two methods to install Google Chrome on Ubuntu 22.04.

Method 1: Install Google Chrome from deb package


This method involves downloading and installing the deb package of Google Chrome from Google's website. Follow these steps:

1. Open a terminal and use wget to download the latest stable version of Google Chrome:

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


2. Use apt or dpkg to install the downloaded deb package:

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

or

sudo dpkg -i google-chrome-stable_current_amd64.deb


3. You can now launch Google Chrome from the applications menu or by typing `google-chrome` in the terminal.

Method 2: Install Google Chrome from Google repository


This method involves adding the Google repository to your system and installing Google Chrome from there. This way, you can get automatic updates for Google Chrome whenever they are available. Follow these steps:

1. Open a terminal and use curl to download and install the Google signing key:

curl -s https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -


2. Add the Google repository to your sources list:

echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list


3. Update your package lists and install Google Chrome:

sudo apt update
sudo apt install google-chrome-stable

4. You can now launch Google Chrome from the applications menu or by typing `google-chrome` in the terminal.


In this blog post, we have shown you how to install Google Chrome on Ubuntu 22.04 using two different methods. You can choose the one that suits your needs and preferences. We hope you find this guide helpful and enjoy using Google Chrome on your Ubuntu system.



List of Article Posts https://buayaberdiri.blogspot.com