{"id":4151,"date":"2021-03-14T19:03:07","date_gmt":"2021-03-14T19:03:07","guid":{"rendered":"https:\/\/www.how2shout.com\/linux\/?p=4151"},"modified":"2022-12-04T16:00:59","modified_gmt":"2022-12-04T16:00:59","slug":"how-to-install-chrome-browser-on-kali-linux-2021","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/","title":{"rendered":"How to install Chrome browser on Kali Linux"},"content":{"rendered":"<p>Chrome Browser is a proprietary version of Google&#8217;s open-source Chromium. However, on one hand, Chromium is available to install on Kali Linux via its official repository, the Chrome is not. Yes, for this Google browser, we have to either add its repository to Kali manually or get the Deb file from the official website of Chrome.<\/p>\n<p>Here we will show you both the methods of installing the Google Chrome browser on <a href=\"https:\/\/www.how2shout.com\/linux\/category\/debian\/kali-linux\/\" target=\"_blank\" rel=\"noopener\">Kali Linux<\/a>.<\/p>\n<p><strong>What will we learn here?<\/strong><\/p>\n<ul>\n<li>Where to download Chrome browser Debian files?<\/li>\n<li>How to install Chrome via repository using the command line<\/li>\n<li>The process to install downloaded Debian files.<\/li>\n<\/ul>\n<p><strong>Requirements<\/strong><\/p>\n<ul>\n<li><code>sudo<\/code> rights<\/li>\n<li>Internet connection<\/li>\n<\/ul>\n<h2>Chrome browser installation on Kali Linux<\/h2>\n<p><strong>#Method 1st using the repository<\/strong><\/p>\n<h3>Step 1: Open command terminal<\/h3>\n<p>Just like Ubuntu, we can use a keyboard shortcut i.e <code>Ctrl+Alt+T<\/code> to open the Command terminal quickly, or else just click on its icon available on the Gnome Taskbar.<\/p>\n<p>&nbsp;<\/p>\n<h3>Step 2: Add Google GPG key<\/h3>\n<p>Before adding the official repository of Google for Chrome on Kali Linux, we need to store its GPG key using which the packages of the browser have been signed. This lets the system ensure the authenticity of the Chrome packages we will download.<\/p>\n<pre>wget -q -O - https:\/\/dl.google.com\/linux\/linux_signing_key.pub | sudo apt-key add -<\/pre>\n<p>But as apt-key is decrypted and you will get a warning, however, you can use it till Debian 11, still, it&#8217;s better to use an alternate method to add GPG ley,<\/p>\n<blockquote><p><strong>Warning<\/strong>: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).<\/p><\/blockquote>\n<p><strong>Use this command:<\/strong><\/p>\n<pre>wget -O-\u00a0 https:\/\/dl.google.com\/linux\/linux_signing_key.pub | gpg --dearmor | sudo tee \/usr\/share\/keyrings\/Google-archive-keyring.gpg<\/pre>\n<p>&nbsp;<\/p>\n<h3>Step 3: Create a Google Chrome Repository file<\/h3>\n<p>Now, let&#8217;s create a separate repository file that holds the address for Kali Linux to fetch the packages to install the browser on our system including the future updates.<\/p>\n<pre>sudo sh -c 'echo \"deb [arch=amd64] http:\/\/dl.google.com\/linux\/chrome\/deb\/ stable main\" &gt;&gt; \/etc\/apt\/sources.list.d\/google.list'<\/pre>\n<p>&nbsp;<\/p>\n<h3>Step 4: Run system update<\/h3>\n<p>After adding the repo and key, it&#8217;s time to run the system update command, so that it could flush and rebuild the cache and can recognize the packages available in the added repo to install.<\/p>\n<pre>sudo apt update<\/pre>\n<p>&nbsp;<\/p>\n<h3>Step 5: Install Stable Chrome on Kali Linux<\/h3>\n<p>Finally, issue the command that will download and install the Google Chrome browser&#8217;s stable package on our Kali Linux system.<\/p>\n<pre>sudo apt install google-chrome-stable<\/pre>\n<p><a href=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/03\/Command-to-install-chrome-browser-on-Kali-Linux.jpg\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4153\" title=\"Command to install chrome browser on Kali Linux\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/03\/Command-to-install-chrome-browser-on-Kali-Linux.jpg\" alt=\"Command to install chrome browser on Kali Linux\" width=\"653\" height=\"518\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<h3>Step 6: Run Chrome browser on Kali Linux<\/h3>\n<p>Go to <strong>Applications<\/strong> and search for it. As its icon appear, click to run it.<\/p>\n<p><a href=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4154\" title=\"Kali Linux install Chrome\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg\" alt=\"Kali Linux install Chrome\" width=\"1297\" height=\"671\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>#2nd method using Debian file<\/strong><\/p>\n<p>If you don&#8217;t want to go for the above method then manually download the Debian file available on its official website<\/p>\n<ul>\n<li>Visit <a href=\"https:\/\/www.google.com\/chrome\" target=\"_blank\" rel=\"noopener\">Chrome Website\u00a0<\/a><\/li>\n<li>Click on the <strong>Download<\/strong> Chrome button.<\/li>\n<li>Select <strong>.Deb<\/strong> Package.<\/li>\n<li>Hit the &#8220;<strong>Accept and Install<\/strong>&#8221; button.<\/li>\n<li>This will download the file.<\/li>\n<li>Open Command terminal and run\n<pre>sudo apt install .\/Downloads\/google-chrome-stable_current_amd64.deb<\/pre>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chrome Browser is a proprietary version of Google&#8217;s open-source Chromium. However, on one hand, Chromium is available to install on Kali Linux via its official repository, the Chrome is not. Yes, for this Google browser, we have to either add its repository to Kali manually or get the Deb file from the official website of [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":4154,"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":[3115],"tags":[3097,507,1062],"class_list":{"0":"post-4151","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-kali-linux","8":"tag-browser","9":"tag-google-chrome-browser","10":"tag-kali-linux"},"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>How to install Chrome browser on Kali Linux - LinuxShout<\/title>\n<meta name=\"description\" content=\"Learn the commands to install Google Chrome browser on Kali Linux by adding its repository or using manully download debian file.\" \/>\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\/how-to-install-chrome-browser-on-kali-linux-2021\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Chrome browser on Kali Linux\" \/>\n<meta property=\"og:description\" content=\"Learn the commands to install Google Chrome browser on Kali Linux by adding its repository or using manully download debian file.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/\" \/>\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=\"2021-03-14T19:03:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-04T16:00:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1297\" \/>\n\t<meta property=\"og:image:height\" content=\"671\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"How to install Chrome browser on Kali Linux\",\"datePublished\":\"2021-03-14T19:03:07+00:00\",\"dateModified\":\"2022-12-04T16:00:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/\"},\"wordCount\":445,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Kali-Linux-install-Chrome.jpg\",\"keywords\":[\"browser\",\"google chrome browser\",\"Kali linux\"],\"articleSection\":[\"Kali Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#respond\"]}],\"copyrightYear\":\"2021\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/\",\"name\":\"How to install Chrome browser on Kali Linux - LinuxShout\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Kali-Linux-install-Chrome.jpg\",\"datePublished\":\"2021-03-14T19:03:07+00:00\",\"dateModified\":\"2022-12-04T16:00:59+00:00\",\"description\":\"Learn the commands to install Google Chrome browser on Kali Linux by adding its repository or using manully download debian file.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Kali-Linux-install-Chrome.jpg\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/Kali-Linux-install-Chrome.jpg\",\"width\":1297,\"height\":671,\"caption\":\"Kali Linux install Chrome\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-chrome-browser-on-kali-linux-2021\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Chrome browser on Kali 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\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to install Chrome browser on Kali Linux - LinuxShout","description":"Learn the commands to install Google Chrome browser on Kali Linux by adding its repository or using manully download debian file.","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\/how-to-install-chrome-browser-on-kali-linux-2021\/","og_locale":"en_US","og_type":"article","og_title":"How to install Chrome browser on Kali Linux","og_description":"Learn the commands to install Google Chrome browser on Kali Linux by adding its repository or using manully download debian file.","og_url":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2021-03-14T19:03:07+00:00","article_modified_time":"2022-12-04T16:00:59+00:00","og_image":[{"width":1297,"height":671,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg","type":"image\/jpeg"}],"author":"Heyan Maurya","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Heyan Maurya","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"How to install Chrome browser on Kali Linux","datePublished":"2021-03-14T19:03:07+00:00","dateModified":"2022-12-04T16:00:59+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/"},"wordCount":445,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg","keywords":["browser","google chrome browser","Kali linux"],"articleSection":["Kali Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#respond"]}],"copyrightYear":"2021","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/","url":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/","name":"How to install Chrome browser on Kali Linux - LinuxShout","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg","datePublished":"2021-03-14T19:03:07+00:00","dateModified":"2022-12-04T16:00:59+00:00","description":"Learn the commands to install Google Chrome browser on Kali Linux by adding its repository or using manully download debian file.","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2021\/03\/Kali-Linux-install-Chrome.jpg","width":1297,"height":671,"caption":"Kali Linux install Chrome"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/how-to-install-chrome-browser-on-kali-linux-2021\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"How to install Chrome browser on Kali 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\/"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/4151","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=4151"}],"version-history":[{"count":6,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/4151\/revisions"}],"predecessor-version":[{"id":17061,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/4151\/revisions\/17061"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/4154"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=4151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=4151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=4151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}