{"id":16396,"date":"2022-10-28T10:18:00","date_gmt":"2022-10-28T10:18:00","guid":{"rendered":"https:\/\/www.how2shout.com\/linux\/?p=16396"},"modified":"2023-03-22T05:32:12","modified_gmt":"2023-03-22T05:32:12","slug":"download-and-install-google-chrome-deb-package-on-linux","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/","title":{"rendered":"Download and install Google Chrome Deb package on Linux"},"content":{"rendered":"\n<p><strong>How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian?<\/strong> If you are looking for the answer to this question then you are at the right place. Google Chrome is one of the most popular browsers available for Windows, macOS, Linux, iOS, and Android. Easy-to-use features, security, and clean navigation are some of the few features to enhance the user experience.<\/p>\n\n\n\n<p>However, in Linux, unlike Mozilla FireFiox, users will not have it by default on the system. They have to install it manually either using the Chrome Deb package or its official repository. The key reason why this browser is not available in Ubuntu or Debian&#8217;s system repository is Google Chrome is not an open-source browser. That is the reason, Chromium (open source) which has been used to develop Chrome is available through the system repo.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-steps-to-install-the-google-chrome-deb-package\">Steps to install the Google Chrome Deb package<\/h2>\n\n\n\n<p>The steps and commands given here can be used on all Debian-based Linux such as Ubuntu, MX Linux, POP OS, Linux Mint, and more&#8230;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-open-command-terminal\">1. Open Command Terminal<\/h3>\n\n\n\n<p>We can use the graphical user interface to download the Chrome Deb package. However, the command line is easy and straightforward. To open the Terminal application on your Debian Linux, go to Applications and search for it. Before following the other steps of the tutorial, let&#8217;s run the system update command once.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt update<\/code><\/pre>\n\n\n\n<p>Also, install <code>wget<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt install wget<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-download-the-google-chrome-deb-64-bit-package\">2. Download the Google Chrome Deb 64-bit package<\/h3>\n\n\n\n<p>As we already have discussed that the package <strong>Chrome deb<\/strong> is not available to install using the default system repository of Linux. Therefore, we have to download it manually either by visiting its Chrome official website or by simply running the given command in the Terminal.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_amd64.deb<\/code><\/pre>\n\n\n\n<p>The above command will fetch the latest version of the browser on your system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-install-google-chrome-browser-on-debian-and-its-derivates\">3. Install Google Chrome Browser on Debian and its derivates<\/h3>\n\n\n\n<p>Once you have the Chrome Deb package of Google&#8217;s browser on your Linux system, the next step is to install it. For that in your terminal, use the given command. It will use the APT package manager to configure the browser as well as if some dependencies are required by it.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt install .\/google-chrome-stable_current_amd64.deb<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-run-the-browser\">4. Run the Browser<\/h3>\n\n\n\n<p>After following the above steps you will have Chrome browser installed on your Debian-based systems. Next, go to Applications and search for it. As its icon appears, click to run the same.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1294\" height=\"318\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/10\/Run-Google-Chrome-on-Linux.png\" alt=\"Run Google Chrome on Linux\" class=\"wp-image-16401\" title=\"Run Google Chrome on Linux\"\/><\/figure>\n\n\n\n<p><strong>Alternatively<\/strong>, the users can type the given command in their terminal to start the browser.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">google-chrome<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1307\" height=\"663\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png\" alt=\"Download and install Chrome Deb On Linux\" class=\"wp-image-16402\" title=\"Download and install Chrome Deb On Linux\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-how-to-update-chrome-browser-on-linux\">5. How to update Chrome browser on Linux<\/h3>\n\n\n\n<p>The best thing about using the Chrome Deb package, it will also add the official repository and GPG key to our Linux system. Hence, in the future, if you want to update and install the latest version of the Google Chrome browser then simply run the system update and upgrade command, and you are done.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt update &amp;&amp; sudo apt upgrade<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-6-uninstall-chrome-deb\">6. Uninstall Chrome Deb<\/h3>\n\n\n\n<p>Those who didn&#8217;t like the working of the Chrome browser on their Linux system and want to uninstall Chrome from their Debian Linux and its derivatives completely. Can use the given command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt autoremove --purge google-chrome-stable<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-faq\">FAQ<\/h3>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1666947411541\"><strong class=\"schema-faq-question\">How do I install a .deb file of Chrome?<\/strong> <p class=\"schema-faq-answer\">To install the Deb package file of Chrome in Linux such as Ubuntu or Debian, go to the command terminal and run these two commands:<br\/><br\/><code>wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_amd64.deb<\/code><br\/><br\/><code>sudo apt install .\/google-chrome-stable_current_amd64.deb<\/code><\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1666947494157\"><strong class=\"schema-faq-question\">Is there Chrome for Linux?<\/strong> <p class=\"schema-faq-answer\">Yes, officially <strong>Google Chrome<\/strong> is <strong>available<\/strong> for all popular <strong>Linux <\/strong>such as RedHat, Ubuntu, Debian, Linux Mint, Zorin OS, Rocky Linux, AlmaLinux, Oracle, and more&#8230;<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1666949046853\"><strong class=\"schema-faq-question\">What is the use of the Debian package?<\/strong> <p class=\"schema-faq-answer\">The Debian package or archive is a compressed file that contains libraries and executable files of an application to install it on any Debian or its derivatives Linux distros such as Ubuntu and Linux Mint. <\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1666949201008\"><strong class=\"schema-faq-question\">How do I update Chrome on Debian 10 or 11?<\/strong> <p class=\"schema-faq-answer\">To update the Google Chrome browser on Linux such as Debian 11 or 10, just run the system update and upgrade command.<br\/><br\/><code>sudo apt update &amp;&amp; sudo apt upgrade<\/code><\/p> <\/div> <\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>\u21d2 <a href=\"https:\/\/www.how2shout.com\/linux\/2-ways-to-install-google-chrome-browser-on-almalinux-8\/\" target=\"_blank\" rel=\"noopener\">2 Ways to install Google Chrome browser on AlmaLinux 8<\/a><br>\u21d2 <a href=\"https:\/\/www.how2shout.com\/linux\/2-ways-to-install-chrome-browser-on-ubuntu-22-04-20-04-linux\/\" target=\"_blank\" rel=\"noopener\">2 ways to install Chrome Browser on Ubuntu 22.04 | 20.04 Linux<\/a><br>\u21d2 <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/install-chrome-browser-on-debian-11-bullseye-linux\/\" target=\"_blank\" rel=\"noopener\">Install Chrome browser on Debian 11 Bullseye Linux<\/a><br>\u21d2 <a class=\"LinkSuggestion__Link-sc-1gewdgc-4 iyHtHS\" href=\"https:\/\/www.how2shout.com\/linux\/how-to-install-chrome-browser-on-kali-linux-2021\/\" target=\"_blank\" rel=\"noopener\">How to install Chrome browser on Kali Linux<\/a><br>\u21d2 <a href=\"https:\/\/www.how2shout.com\/linux\/install-chrome-browser-on-elementary-os\/\" target=\"_blank\" rel=\"noopener\">How to install Chrome browser on Elementary OS<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? If you are looking for the answer to this question then you are at the right place. Google Chrome is one of the most popular browsers available for Windows, macOS, Linux, iOS, and Android. Easy-to-use features, security, and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":16402,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[145],"tags":[3097,155,3145,3146,507,28,29,30,3172],"class_list":{"0":"post-16396","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-debian","8":"tag-browser","9":"tag-debian","10":"tag-debian-11","11":"tag-debian-bullseye","12":"tag-google-chrome-browser","13":"tag-linux","14":"tag-ubuntu","15":"tag-ubuntu-20-04","16":"tag-ubuntu-22-04"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Download and install Google Chrome Deb package on Linux<\/title>\n<meta name=\"description\" content=\"How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? We can use Terminal, wget &amp; APT command for that\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Download and install Google Chrome Deb package on Linux\" \/>\n<meta property=\"og:description\" content=\"How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? We can use Terminal, wget &amp; APT command for that\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-28T10:18:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-22T05:32:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1307\" \/>\n\t<meta property=\"og:image:height\" content=\"663\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Heyan Maurya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Heyan Maurya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"Download and install Google Chrome Deb package on Linux\",\"datePublished\":\"2022-10-28T10:18:00+00:00\",\"dateModified\":\"2023-03-22T05:32:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/\"},\"wordCount\":694,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/Download-and-install-Chrome-Deb-On-Linux.png\",\"keywords\":[\"browser\",\"Debian\",\"Debian 11\",\"Debian bullseye\",\"google chrome browser\",\"Linux\",\"ubuntu\",\"ubuntu 20.04\",\"Ubuntu 22.04\"],\"articleSection\":[\"Debian\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#respond\"]}],\"copyrightYear\":\"2022\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/\",\"name\":\"Download and install Google Chrome Deb package on Linux\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/Download-and-install-Chrome-Deb-On-Linux.png\",\"datePublished\":\"2022-10-28T10:18:00+00:00\",\"dateModified\":\"2023-03-22T05:32:12+00:00\",\"description\":\"How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? We can use Terminal, wget & APT command for that\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666947411541\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666947494157\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666949046853\"},{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666949201008\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/Download-and-install-Chrome-Deb-On-Linux.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/Download-and-install-Chrome-Deb-On-Linux.png\",\"width\":1307,\"height\":663,\"caption\":\"Download and install Chrome Deb On Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Download and install Google Chrome Deb package on Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\",\"name\":\"Heyan Maurya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g\",\"caption\":\"Heyan Maurya\"},\"description\":\"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...\",\"sameAs\":[\"https:\\\/\\\/www.how2shout.com\\\/\"],\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/heyan\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666947411541\",\"position\":1,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666947411541\",\"name\":\"How do I install a .deb file of Chrome?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To install the Deb package file of Chrome in Linux such as Ubuntu or Debian, go to the command terminal and run these two commands:<br\\\/><br\\\/>wget https:\\\/\\\/dl.google.com\\\/linux\\\/direct\\\/google-chrome-stable_current_amd64.deb<br\\\/><br\\\/>sudo apt install .\\\/google-chrome-stable_current_amd64.deb\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666947494157\",\"position\":2,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666947494157\",\"name\":\"Is there Chrome for Linux?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, officially <strong>Google Chrome<\\\/strong> is <strong>available<\\\/strong> for all popular <strong>Linux <\\\/strong>such as RedHat, Ubuntu, Debian, Linux Mint, Zorin OS, Rocky Linux, AlmaLinux, Oracle, and more...\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666949046853\",\"position\":3,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666949046853\",\"name\":\"What is the use of the Debian package?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The Debian package or archive is a compressed file that contains libraries and executable files of an application to install it on any Debian or its derivatives Linux distros such as Ubuntu and Linux Mint. \",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666949201008\",\"position\":4,\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/download-and-install-google-chrome-deb-package-on-linux\\\/#faq-question-1666949201008\",\"name\":\"How do I update Chrome on Debian 10 or 11?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To update the Google Chrome browser on Linux such as Debian 11 or 10, just run the system update and upgrade command.<br\\\/><br\\\/>sudo apt update &amp;&amp; sudo apt upgrade\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Download and install Google Chrome Deb package on Linux","description":"How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? We can use Terminal, wget & APT command for that","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"Download and install Google Chrome Deb package on Linux","og_description":"How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? We can use Terminal, wget & APT command for that","og_url":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2022-10-28T10:18:00+00:00","article_modified_time":"2023-03-22T05:32:12+00:00","og_image":[{"width":1307,"height":663,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png","type":"image\/png"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"Download and install Google Chrome Deb package on Linux","datePublished":"2022-10-28T10:18:00+00:00","dateModified":"2023-03-22T05:32:12+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/"},"wordCount":694,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png","keywords":["browser","Debian","Debian 11","Debian bullseye","google chrome browser","Linux","ubuntu","ubuntu 20.04","Ubuntu 22.04"],"articleSection":["Debian"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#respond"]}],"copyrightYear":"2022","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/","url":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/","name":"Download and install Google Chrome Deb package on Linux","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png","datePublished":"2022-10-28T10:18:00+00:00","dateModified":"2023-03-22T05:32:12+00:00","description":"How can I download and install Google Chrome Deb for Linux 64-bit such as Ubuntu or Debian? We can use Terminal, wget & APT command for that","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666947411541"},{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666947494157"},{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666949046853"},{"@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666949201008"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2022\/10\/Download-and-install-Chrome-Deb-On-Linux.png","width":1307,"height":663,"caption":"Download and install Chrome Deb On Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"Download and install Google Chrome Deb package on Linux"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72","name":"Heyan Maurya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b07b375c19891b0589da722cb1e3dff333ec63dd8467afc114611044e87cfe9a?s=96&d=mm&r=g","caption":"Heyan Maurya"},"description":"I have a keen interest in all kinds of technologies, from consumer-tech to enterprise solutions. However, I am still trying to learn Linux and whatever the problems I face, trying to give solutions for the same, here...","sameAs":["https:\/\/www.how2shout.com\/"],"url":"https:\/\/linux.how2shout.com\/author\/heyan\/"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666947411541","position":1,"url":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666947411541","name":"How do I install a .deb file of Chrome?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"To install the Deb package file of Chrome in Linux such as Ubuntu or Debian, go to the command terminal and run these two commands:<br\/><br\/>wget https:\/\/dl.google.com\/linux\/direct\/google-chrome-stable_current_amd64.deb<br\/><br\/>sudo apt install .\/google-chrome-stable_current_amd64.deb","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666947494157","position":2,"url":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666947494157","name":"Is there Chrome for Linux?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, officially <strong>Google Chrome<\/strong> is <strong>available<\/strong> for all popular <strong>Linux <\/strong>such as RedHat, Ubuntu, Debian, Linux Mint, Zorin OS, Rocky Linux, AlmaLinux, Oracle, and more...","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666949046853","position":3,"url":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666949046853","name":"What is the use of the Debian package?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The Debian package or archive is a compressed file that contains libraries and executable files of an application to install it on any Debian or its derivatives Linux distros such as Ubuntu and Linux Mint. ","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666949201008","position":4,"url":"https:\/\/linux.how2shout.com\/download-and-install-google-chrome-deb-package-on-linux\/#faq-question-1666949201008","name":"How do I update Chrome on Debian 10 or 11?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"To update the Google Chrome browser on Linux such as Debian 11 or 10, just run the system update and upgrade command.<br\/><br\/>sudo apt update &amp;&amp; sudo apt upgrade","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/16396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=16396"}],"version-history":[{"count":4,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/16396\/revisions"}],"predecessor-version":[{"id":18587,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/16396\/revisions\/18587"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/16402"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=16396"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=16396"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=16396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}