{"id":20029,"date":"2024-02-05T23:29:10","date_gmt":"2024-02-05T20:29:10","guid":{"rendered":"https:\/\/kifarunix.com\/?p=20029"},"modified":"2024-03-10T16:04:49","modified_gmt":"2024-03-10T13:04:49","slug":"install-google-chrome-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-google-chrome-on-ubuntu-24-04\/","title":{"rendered":"Install Google Chrome on Ubuntu 24.04"},"content":{"rendered":"\n<p>Follow this guide to learn how to install Google Chrome on Ubuntu 24.04. By default, <a href=\"https:\/\/kifarunix.com\/install-ubuntu-24-04-on-virtualbox\/\" target=\"_blank\" rel=\"noreferrer noopener\">Ubuntu 24.04<\/a> comes with Firefox installed. If you need Chrome, then step through this guide to learn how to install it on Ubuntu 24.04.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#installing-google-chrome-on-ubuntu-24-04\">Installing Google Chrome on Ubuntu 24.04<\/a><ul><li><a href=\"#update-system-package-cache\">Update System Package Cache<\/a><\/li><li><a href=\"#install-google-chrome-using-deb-binary-package\">Install Google Chrome using DEB Binary Package<\/a><\/li><li><a href=\"#install-google-chrome-from-chrome-repos\">Install Google Chrome from Chrome Repos<\/a><\/li><li><a href=\"#check-installed-version-of-google-chrome\">Check Installed Version of Google Chrome<\/a><\/li><li><a href=\"#running-google-chrome-on-ubuntu-24-04\">Running Google Chrome on Ubuntu 24.04<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-google-chrome-on-ubuntu-24-04\">Installing Google Chrome on Ubuntu 24.04<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"update-system-package-cache\">Update System Package Cache<\/h3>\n\n\n\n<p>Before you can proceed, update your package cache.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<\/pre>\n\n\n\n<p>You can install Google Chrome by downloading the Debian binary package or by simply installing the Chrome sources lists and then installing the Chrome browser from these sources lists.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-google-chrome-using-deb-binary-package\">Install Google Chrome using DEB Binary Package<\/h3>\n\n\n\n<p>Download Google Chrome DEB binary package from&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.google.com\/chrome\/\" target=\"_blank\">Google Chrome page<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_amd64.deb -P \/tmp<\/pre>\n\n\n\n<p>Then install it using APT so as to deal with required dependencies automatically.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install \/tmp\/google-chrome-stable_current_amd64.deb<\/pre>\n\n\n\n<p>The command will&nbsp;<strong>add the Google repository<\/strong>&nbsp;so your system will automatically keep Google Chrome up to date. If you don\u2019t want Google&#8217;s repository, do <strong><code>sudo touch \/etc\/default\/google-chrome<\/code><\/strong> before installing the package.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-google-chrome-from-chrome-repos\">Install Google Chrome from Chrome Repos<\/h3>\n\n\n\n<p>Google Chrome can be installed directly through the Google Chrome PPA repositories. Therefore, install the repository signing key.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install gnupg2<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">wget -qO - https:\/\/dl-ssl.google.com\/linux\/linux_signing_key.pub | sudo gpg --dearmor -o \/etc\/apt\/trusted.gpg.d\/google-chrome.gpg<\/pre>\n\n\n\n<p>Next, install the Google Chrome PPA repos on Ubuntu 24.04.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">echo \"deb [arch=amd64] http:\/\/dl.google.com\/linux\/chrome\/deb\/ stable main\" | sudo tee \/etc\/apt\/sources.list.d\/google-chrome.list<\/pre>\n\n\n\n<p>Update package cache.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update<\/pre>\n\n\n\n<p>Then install latest Google Chrome;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install google-chrome-stable<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"check-installed-version-of-google-chrome\">Check Installed Version of Google Chrome<\/h3>\n\n\n\n<p>The latest Google Chrome has been installed on Ubuntu 24.04;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">google-chrome --version<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">Google Chrome 121.0.6167.139<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">google-chrome-stable --version<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">Google Chrome 121.0.6167.139<\/pre>\n\n\n\n<p>Want to run Google Chrome on browser? See man pages on the options you can use;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">man google-chrome<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">man google-chrome-stable<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"running-google-chrome-on-ubuntu-24-04\">Running Google Chrome on Ubuntu 24.04<\/h3>\n\n\n\n<p>You can now launch Google Chrome from activities on Ubuntu 24.04.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/google-chrome-ubuntu-24.04.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-20031&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1707,&quot;targetHeight&quot;:498,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image: Install Google Chrome on Ubuntu 24.04&quot;,&quot;alt&quot;:&quot;Install Google Chrome on Ubuntu 24.04&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1707\" height=\"498\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-ubuntu-24.04.png?v=1707163231\" alt=\"Install Google Chrome on Ubuntu 24.04\" class=\"wp-image-20031\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-ubuntu-24.04.png?v=1707163231 1707w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-ubuntu-24.04-768x224.png?v=1707163231 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-ubuntu-24.04-1536x448.png?v=1707163231 1536w\" sizes=\"(max-width: 1707px) 100vw, 1707px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image: Install Google Chrome on Ubuntu 24.04\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>You can as well launch Google Chrome from your terminal by running either of the commands below;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">google-chrome<\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">google-chrome-stable<\/pre>\n\n\n\n<p>And there you go!!<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/launch-google-chrome-ubuntu-24.04.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-20033&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1707,&quot;targetHeight&quot;:861,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image: Install Google Chrome on Ubuntu 24.04&quot;,&quot;alt&quot;:&quot;Install Google Chrome on Ubuntu 24.04&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1707\" height=\"861\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/launch-google-chrome-ubuntu-24.04.png?v=1707163780\" alt=\"Install Google Chrome on Ubuntu 24.04\" class=\"wp-image-20033\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/launch-google-chrome-ubuntu-24.04.png?v=1707163780 1707w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/launch-google-chrome-ubuntu-24.04-768x387.png?v=1707163780 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/launch-google-chrome-ubuntu-24.04-1536x775.png?v=1707163780 1536w\" sizes=\"(max-width: 1707px) 100vw, 1707px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image: Install Google Chrome on Ubuntu 24.04\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/google-chrome-browser-ubuntu-24.04.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-20035&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1708,&quot;targetHeight&quot;:865,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image: Install Google Chrome on Ubuntu 24-04&quot;,&quot;alt&quot;:&quot;Install Google Chrome on Ubuntu 24-04&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1708\" height=\"865\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-browser-ubuntu-24.04.png?v=1707164014\" alt=\"Install Google Chrome on Ubuntu 24-04\" class=\"wp-image-20035\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-browser-ubuntu-24.04.png?v=1707164014 1708w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-browser-ubuntu-24.04-768x389.png?v=1707164014 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/google-chrome-browser-ubuntu-24.04-1536x778.png?v=1707164014 1536w\" sizes=\"(max-width: 1708px) 100vw, 1708px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image: Install Google Chrome on Ubuntu 24-04\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>That is how easy the installation of Google Chrome on Ubuntu 24.04 is.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Follow this guide to learn how to install Google Chrome on Ubuntu 24.04. By default, Ubuntu 24.04 comes with Firefox installed. If you need Chrome,<\/p>\n","protected":false},"author":10,"featured_media":20033,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121],"tags":[7380,7378,7379],"class_list":["post-20029","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-google-chrome-ubuntu-24-04","tag-install-chrome-ubuntu-24-04","tag-ubuntu-24-04-google-chrome","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20029"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=20029"}],"version-history":[{"count":7,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20029\/revisions"}],"predecessor-version":[{"id":20933,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20029\/revisions\/20933"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/20033"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=20029"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=20029"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=20029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}