{"id":18531,"date":"2022-09-17T05:22:12","date_gmt":"2022-09-17T05:22:12","guid":{"rendered":"https:\/\/linuxways.net\/?p=18531"},"modified":"2022-09-20T13:04:25","modified_gmt":"2022-09-20T13:04:25","slug":"install-google-chrome-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/ubuntu\/install-google-chrome-ubuntu-22-04\/","title":{"rendered":"Install Google Chrome in Ubuntu 22.04"},"content":{"rendered":"<p>Google Chrome is a search engine and it is an application of GOOGLE as its name expresses. It is a user-friendly application and is free to use. Earlier, it was built only for Microsoft Windows, but later on, this browser was also used for the other operating systems like Linux, Android, etc. Its composition includes C, C++, HTML, and JavaScript.<\/p>\n<p>In this guide, Google Chrome will be installed in the Linux operating system. To install the Chrome browser in Ubuntu 22.04, we have two basic approaches:<\/p>\n<ul>\n<li><a href=\"#1\">Install the Google Chrome browser via Ubuntu terminal (CLI)<\/a><\/li>\n<li><a href=\"#2\">Download Google Chrome from the website (GUI)<\/a><\/li>\n<\/ul>\n<p>We will throw a light on these two methodologies one by one. But first, we need to cover some milestones as prerequisites for the installation process. You need to have a running active user account in Ubuntu 22.04 that has privileges to change the software by accessing the terminal and other applications.<\/p>\n<h2 id=\"1\"><strong>Install the Google Chrome Browser via the Ubuntu Terminal<\/strong><\/h2>\n<p>This type of installation is through the commands which is also known as the command line interface method. Through the Ubuntu terminal, open the console through the menu. Here, you will see the domain name of the user that you are currently logged in. Apply all the commands here.<\/p>\n<p>The first step is to update all the existing repositories so that our system is capable of adding some additional repositories later on. The update command is accompanied by the \u201csudo\u201d keyword that is responsible for update.<\/p>\n<pre>\r\n$ Sudo apt update\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"715\" height=\"219\" class=\"wp-image-18548\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-1.png 715w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-1-300x92.png 300w\" sizes=\"auto, (max-width: 715px) 100vw, 715px\" \/><\/p>\n<p>Once you enter the command, the system verifies the user by demanding a password. This step is for the security credentials. After that, the updating process continues. It takes a while for the completion.<\/p>\n<p>Sometimes, some applications are installed directly through a single command after the update query. But in this case, the repository that is needed to install the Chrome browser which is not present by default in the existing repositories. To overcome this issue, we make use of a \u201cwget\u201d command. This feature is used to fetch the Google chrome address from the web. Then, it installs the application to the system.<\/p>\n<pre>\r\n$ sudo apt install wget\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"524\" height=\"115\" class=\"wp-image-18557\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-2.png 524w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-2-300x66.png 300w\" sizes=\"auto, (max-width: 524px) 100vw, 524px\" \/><\/p>\n<p>After the installation of the \u201cwget\u201d feature, your system is now ready to download the latest version of Google Chrome in it. This file is in \u201c.deb\u201d format.<\/p>\n<pre>\r\n$ wget https: \/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_amd64.deb\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"622\" height=\"259\" class=\"wp-image-18579\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-3.png 622w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-3-300x125.png 300w\" sizes=\"auto, (max-width: 622px) 100vw, 622px\" \/><\/p>\n<p>In a few minutes, the Chrome package gets downloaded through the wget feature. Now, the following command is used to install and configure the Google Chrome browser to Linux. This installation takes place again through the \u201cSudo\u201d command.<\/p>\n<pre>\r\n$ sudo dpkg -i google-chrome-stable_current_amd64.deb\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"266\" class=\"wp-image-18593\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-4.png 615w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-4-300x130.png 300w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><\/p>\n<p>This command works in such a way that the downloaded package is searched through the address of the package via dpkg and is incorporated with the Sudo command. After some time, the package is installed. You can now open the installed browser through the terminal command.<\/p>\n<pre>\r\n$ google-chrome\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"724\" height=\"81\" class=\"wp-image-18595\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-5.png 724w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-5-300x34.png 300w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/p>\n<p>After using the previous command, you will see that an interface is opened which is the first home page of Google Chrome.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"633\" height=\"366\" class=\"wp-image-18596\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-6.png 633w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-6-300x173.png 300w\" sizes=\"auto, (max-width: 633px) 100vw, 633px\" \/><\/p>\n<p>In this way, Google Chrome is downloaded to Ubuntu 22.04 through the terminal. Now, we use the second approach which is downloading the Google Chrome through the graphical user interface.<\/p>\n<h2 id=\"2\"><strong>Download Google Chrome From the Website<\/strong><\/h2>\n<p>This sort of installation directly involves the interaction of the user through the application software; no need for command is acknowledged. It is also known as the graphical user interface method.<\/p>\n<ol>\n<li>The first step in the installation is to open any already installed browser which is, by default, is the \u201cMozilla firefox\u201d in Ubuntu. Then, visit the official website of Google Chrome. The address of which is given in the following:<\/li>\n<\/ol>\n<p><strong><a href=\"https:\/\/www.google.com\/chrome\/\">https:\/\/www.google.com\/chrome\/<\/a> <\/strong><\/p>\n<p>You will come across the home page of the Google official website. Select the \u201cDownload\u201d option to proceed forward.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"727\" height=\"296\" class=\"wp-image-18597\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-7.png 727w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-7-300x122.png 300w\" sizes=\"auto, (max-width: 727px) 100vw, 727px\" \/><\/p>\n<ol>\n<li>When you select the \u201cdownload\u201d button, a window is opened. It shows two options that contain different flavors of Linux. Select only one according to the requirement of the system. We go with the first option, which is in a \u201c.deb\u201d extension.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"466\" height=\"477\" class=\"wp-image-18598\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-8.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-8.png 466w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-8-293x300.png 293w\" sizes=\"auto, (max-width: 466px) 100vw, 466px\" \/><\/p>\n<p>Select the option and then press the \u201cAccept and install\u201d button to proceed with the further installation process. After the installation is done, you can see the downloaded folder in the \u201cdownload\u201d directory of the Home folder.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"542\" height=\"170\" class=\"wp-image-18599\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-9.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-9.png 542w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-9-300x94.png 300w\" sizes=\"auto, (max-width: 542px) 100vw, 542px\" \/><\/p>\n<ol>\n<li>Now, click on the installed package setup. This displays a new window that is the interface of the Software Center. Select the \u201cinstall\u201d button to configure this Chrome package to the system.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"483\" height=\"282\" class=\"wp-image-18600\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-10.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-10.png 483w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-10-300x175.png 300w\" sizes=\"auto, (max-width: 483px) 100vw, 483px\" \/><\/p>\n<p>The download status is shown in the download bar of the software center. After the complete installation, you will be able to search the installed browser in the menu of all the applications.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"288\" height=\"169\" class=\"wp-image-18601\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-11.png\" \/><\/p>\n<h2><strong>Upgrade the Installed Chrome <\/strong><\/h2>\n<p>Once you installed it, you can also upgrade this browser to the new version at any time, so that this application can provide you with the latest features. First, use the same update command as we previously described.<\/p>\n<pre>\r\n$ sudo update apt\r\n<\/pre>\n<p>This updates all the repositories of the installed application. After that, the upgrade command along with the \u201cSudo\u201d command is applied to renew the already installed packages.<\/p>\n<pre>\r\n$ sudo apt upgrade\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"470\" height=\"111\" class=\"wp-image-18602\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-12.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-12.png 470w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-12-300x71.png 300w\" sizes=\"auto, (max-width: 470px) 100vw, 470px\" \/><\/p>\n<h2><strong>Uninstall the Google Chrome from Ubuntu<\/strong><\/h2>\n<p>To remove the Google chrome from the system, we need to use a \u201cpurge\u201d command in the terminal. This command automatically deletes the Chrome packages.<\/p>\n<pre>\r\n$ sudo apt purge google-chrome-stable\r\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"717\" height=\"146\" class=\"wp-image-18603\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-13.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-13.png 717w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/09\/word-image-18531-13-300x61.png 300w\" sizes=\"auto, (max-width: 717px) 100vw, 717px\" \/><\/p>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>This article aims to describe the two basic and easy-to-use approaches for the download of the most commonly used browser &#8211; Google Chrome. Google Chrome is user-friendly. One can easily understand its working if he used any Google product earlier. In this tutorial, we explained the installation process through the Ubuntu terminal which is quite time-consuming, but the second approach is through the graphical interface which is easier to implement as compared to the first method. In addition, we also mentioned a command to upgrade the software and the removal approach is also added.<\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Tutorial on the two basic and easy-to-use approaches to download Google Chrome \u2013 installing it through the Ubuntu terminal and through the graphical interface.<\/p>","protected":false},"author":105,"featured_media":18685,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-18531","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/18531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/105"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=18531"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/18531\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/18685"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=18531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=18531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=18531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}