{"id":27798,"date":"2025-07-12T06:54:20","date_gmt":"2025-07-12T06:54:20","guid":{"rendered":"https:\/\/linux.how2shout.com\/?p=27798"},"modified":"2025-07-12T06:55:40","modified_gmt":"2025-07-12T06:55:40","slug":"how-to-install-fastfetch-on-debian-12-bookworm-linux","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/","title":{"rendered":"How to Install Fastfetch on Debian 12 BookWorm Linux"},"content":{"rendered":"\n<p>Fastfetch is an open-source tool for Linux that quickly fetches system details, similar to <strong><a href=\"https:\/\/linux.how2shout.com\/install-neofetch-on-ubuntu-22-04-20-04-lts-display-system-information\/\" target=\"_blank\" rel=\"noreferrer noopener\">Neofetch<\/a><\/strong>. It is a fast system information tool with improved performance; therefore, if you are using Debian 12 (bookworm) and are interested in installing Fastfetch, this tutorial will help you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-fastfetch\">What is Fastfetch?<\/h2>\n\n\n\n<p>Let&#8217;s briefly understand what Fastfetch does. Fastfetch is a command-line tool that fetches and displays system information, including your operating system, kernel version, CPU, GPU, memory usage, and more. It&#8217;s written in C, making it significantly faster than alternatives like <strong>Neofetch<\/strong>, while offering extensive customization options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-prerequisites\">Prerequisites<\/h2>\n\n\n\n<p>To install Fastfetch on Debian 12, you&#8217;ll need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A Debian 12 (Bookworm) system with internet access<\/li>\n\n\n\n<li>Administrative (sudo) privileges<\/li>\n\n\n\n<li>Basic familiarity with the terminal<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-1-installing-the-latest-version-from-github\">Method 1: Installing the Latest Version from GitHub<\/h2>\n\n\n\n<p>If you are a Debian 13 user, you can use the default system repository and APT package manager to install Fastfetch. But, the Debian 12 system repository doesn&#8217;t offer a package to get Fastfetch. Therefore, here we will download it from its GitHub Release page.<\/p>\n\n\n\n<p>This way, we also get the absolute latest version of Fastfetch with all the newest features, so start by installing the required dependencies. On your terminal, execute the given commands.<\/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<p>Navigate to the temporary directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">cd \/tmp<\/code><\/pre>\n\n\n\n<p>Download the latest<strong> .deb package <\/strong>of Fastfetch from GitHub.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">wget https:\/\/github.com\/fastfetch-cli\/fastfetch\/releases\/latest\/download\/fastfetch-linux-amd64.deb<\/code><\/pre>\n\n\n\n<p>Once it is on your system, use the DPKG command line to install the downloaded package:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo dpkg -i fastfetch-linux-amd64.deb<\/code><\/pre>\n\n\n\n<p>(<strong>optional<\/strong>) In case you encounter any dependency issues, fix them with:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt --fix-broken install<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-2-building-from-source\">Method 2: Building from Source<\/h2>\n\n\n\n<p>For users who prefer to compile software from source or need specific compilation options, here&#8217;s how to build Fastfetch manually:<\/p>\n\n\n\n<p>First, install the build dependencies:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt install build-essential cmake git pkg-config<\/code><\/pre>\n\n\n\n<p>Install the runtime dependencies:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt install libpci-dev libvulkan-dev libwayland-dev libxcb1-dev libxrandr-dev libdconf-dev libdbus-1-dev<\/code><\/pre>\n\n\n\n<p>Clone the Fastfetch repository:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">git clone https:\/\/github.com\/fastfetch-cli\/fastfetch.git\ncd fastfetch<\/code><\/pre>\n\n\n\n<p>Create a build directory and compile:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">mkdir build\ncd build\ncmake ..\nmake -j$(nproc)<\/code><\/pre>\n\n\n\n<p>Install the compiled binary:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo make install<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-using-fastfetch-on-debian-bookworm-12\">Using Fastfetch on Debian Bookworm 12<\/h2>\n\n\n\n<p>Once installed, using Fastfetch is straightforward on Debian 12; we simply need to type its name in the command terminal, and the system information will be displayed as output on our system very quickly.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">fastfetch<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"800\" src=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/Install-Fastfetch-on-Debian-12-bookworm.jpg\" alt=\"Install Fastfetch on Debian 12 bookworm\" class=\"wp-image-27800\"\/><\/figure>\n\n\n\n<p>This displays your system information with the default configuration. Fastfetch offers numerous options to customize the output:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>fastfetch --list-logos<\/code> &#8211; View all available logos<\/li>\n\n\n\n<li><code>fastfetch --logo debian<\/code> &#8211; Use a specific logo<\/li>\n\n\n\n<li><code>fastfetch --config none<\/code> &#8211; Run without any configuration file<\/li>\n\n\n\n<li><code>fastfetch --help<\/code> &#8211; Display all available options<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-customizing-fastfetch\">Customizing Fastfetch<\/h2>\n\n\n\n<p>Fastfetch stores its configuration in <code>~\/.config\/fastfetch\/config.jsonc<\/code>. You can create custom configurations to personalize how your system information is displayed.<\/p>\n\n\n\n<p>To generate a default configuration file, use the command that will create a configuration file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">fastfetch --gen-config<\/code><\/pre>\n\n\n\n<p>Once that happens, you can edit it with your preferred text editor:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">nano ~\/.config\/fastfetch\/config.jsonc<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-uninstalling-fastfetch\">Uninstalling Fastfetch<\/h2>\n\n\n\n<p>Perhaps you want to be with <strong>Neofetch<\/strong>, in which case, you can use the given command to remove Fastfetch.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">sudo apt remove fastfetch<\/code><\/pre>\n\n\n\n<p>For source installation:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">cd \/path\/to\/fastfetch\/build\nsudo make uninstall<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>Installing Fastfetch on Debian 12 is an easy-to-understand process, whether you opt for the GitHub method for convenience or build from source for the latest features. This lightweight system information tool provides a fast and customizable way to display your system details. With its extensive configuration options, you can tailor Fastfetch to show exactly the information you want in the style you prefer.<\/p>\n\n\n\n<p> <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fastfetch is an open-source tool for Linux that quickly fetches system details, similar to Neofetch. It is a fast system information tool with improved performance; therefore, if you are using Debian 12 (bookworm) and are interested in installing Fastfetch, this tutorial will help you. What is Fastfetch? Let&#8217;s briefly understand what Fastfetch does. Fastfetch is [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":27802,"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":[155,3199,31],"class_list":{"0":"post-27798","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-debian","8":"tag-debian","9":"tag-debian-12","10":"tag-tutorial"},"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 Fastfetch on Debian 12 BookWorm Linux - LinuxShout<\/title>\n<meta name=\"description\" content=\"Install Fastfetch on Debian 12 with our step-by-step guide either using GitHub releases, and building from source.\" \/>\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-fastfetch-on-debian-12-bookworm-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Fastfetch on Debian 12 BookWorm Linux\" \/>\n<meta property=\"og:description\" content=\"Install Fastfetch on Debian 12 with our step-by-step guide either using GitHub releases, and building from source.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-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=\"2025-07-12T06:54:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-12T06:55:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1580\" \/>\n\t<meta property=\"og:image:height\" content=\"901\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\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-fastfetch-on-debian-12-bookworm-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/\"},\"author\":{\"name\":\"Heyan Maurya\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/102d73e20384ea409022d5bafddc0f72\"},\"headline\":\"How to Install Fastfetch on Debian 12 BookWorm Linux\",\"datePublished\":\"2025-07-12T06:54:20+00:00\",\"dateModified\":\"2025-07-12T06:55:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/\"},\"wordCount\":506,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp\",\"keywords\":[\"Debian\",\"debian 12\",\"tutorial\"],\"articleSection\":[\"Debian\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#respond\"]}],\"copyrightYear\":\"2025\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/\",\"name\":\"How to Install Fastfetch on Debian 12 BookWorm Linux - LinuxShout\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp\",\"datePublished\":\"2025-07-12T06:54:20+00:00\",\"dateModified\":\"2025-07-12T06:55:40+00:00\",\"description\":\"Install Fastfetch on Debian 12 with our step-by-step guide either using GitHub releases, and building from source.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp\",\"width\":1580,\"height\":901,\"caption\":\"How to Install Fastfetch on Debian 12 BookWorm Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-install-fastfetch-on-debian-12-bookworm-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Fastfetch on Debian 12 BookWorm 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 Fastfetch on Debian 12 BookWorm Linux - LinuxShout","description":"Install Fastfetch on Debian 12 with our step-by-step guide either using GitHub releases, and building from source.","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-fastfetch-on-debian-12-bookworm-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Fastfetch on Debian 12 BookWorm Linux","og_description":"Install Fastfetch on Debian 12 with our step-by-step guide either using GitHub releases, and building from source.","og_url":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2025-07-12T06:54:20+00:00","article_modified_time":"2025-07-12T06:55:40+00:00","og_image":[{"width":1580,"height":901,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp","type":"image\/webp"}],"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-fastfetch-on-debian-12-bookworm-linux\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/"},"author":{"name":"Heyan Maurya","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/102d73e20384ea409022d5bafddc0f72"},"headline":"How to Install Fastfetch on Debian 12 BookWorm Linux","datePublished":"2025-07-12T06:54:20+00:00","dateModified":"2025-07-12T06:55:40+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/"},"wordCount":506,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp","keywords":["Debian","debian 12","tutorial"],"articleSection":["Debian"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#respond"]}],"copyrightYear":"2025","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/","url":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/","name":"How to Install Fastfetch on Debian 12 BookWorm Linux - LinuxShout","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp","datePublished":"2025-07-12T06:54:20+00:00","dateModified":"2025-07-12T06:55:40+00:00","description":"Install Fastfetch on Debian 12 with our step-by-step guide either using GitHub releases, and building from source.","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2025\/07\/How-to-Install-Fastfetch-on-Debian-12-BookWorm-Linux.webp","width":1580,"height":901,"caption":"How to Install Fastfetch on Debian 12 BookWorm Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/how-to-install-fastfetch-on-debian-12-bookworm-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"How to Install Fastfetch on Debian 12 BookWorm 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\/27798","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=27798"}],"version-history":[{"count":4,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/27798\/revisions"}],"predecessor-version":[{"id":27807,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/27798\/revisions\/27807"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/27802"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=27798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=27798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=27798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}