{"id":23755,"date":"2026-06-06T20:04:02","date_gmt":"2026-06-06T18:04:02","guid":{"rendered":"https:\/\/linux-bibel.at\/?p=23755"},"modified":"2026-06-06T20:44:26","modified_gmt":"2026-06-06T18:44:26","slug":"inxi-systeminformationen-unter-linux-im-terminal-abrufen","status":"publish","type":"post","link":"https:\/\/linux-bibel.at\/index.php\/2026\/06\/06\/inxi-systeminformationen-unter-linux-im-terminal-abrufen\/","title":{"rendered":"inxi &#8211; Systeminformationen unter Linux im Terminal abrufen"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>inxi<\/strong> ist ein praktisches Kommandozeilenwerkzeug f\u00fcr Linux, das schnell und \u00fcbersichtlich System- und Hardwareinformationen anzeigt. Das Tool eignet sich besonders gut f\u00fcr Support-F\u00e4lle, Troubleshooting und die schnelle Bestandsaufnahme eines Rechners.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit wenigen Befehlen lassen sich Details zu Prozessor, Arbeitsspeicher, Grafikkarte, Netzwerk, Festplatten und dem laufenden Betriebssystem abrufen. Gerade weil die Ausgabe gut lesbar ist, wird inxi oft in Foren, Chats und bei der Fernunterst\u00fctzung verwendet.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Installation<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Installation erfolgt je nach Distribution \u00fcber den Paketmanager. In vielen F\u00e4llen ist inxi bereits in den offiziellen Paketquellen enthalten und oftmals sogar vorinstalliert bzw. l\u00e4sst sich schnell nachr\u00fcsten.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unter Debian, Ubuntu und daraus abgeleiteten Systemen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt install inxi<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Unter Fedora:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dnf install inxi<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In AlmaLinux:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo curl -L https:\/\/smxi.org\/inxi -o \/usr\/local\/bin\/inxi\nsudo chmod 755 \/usr\/local\/bin\/inxi<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In Arch Linux und Derivaten:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo pacman -S inxi<\/code><\/pre>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Anwendung mit Beispiel-Befehlen<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Der einfachste Aufruf zeigt eine kompakte System\u00fcbersicht:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">F\u00fcr eine ausf\u00fchrlichere Gesamtausgabe eignet sich:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -F<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1.png\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"601\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1-1024x601.png\" alt=\"\" class=\"wp-image-23756\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1-1024x601.png 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1-1536x902.png 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1-150x88.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1-300x176.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1-768x451.png 768w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_1.png 1835w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Eine lesefreundliche Kurzform mit den wichtigsten Informationen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -b<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2.png\" rel=\"lightbox-1\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"601\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2-1024x601.png\" alt=\"\" class=\"wp-image-23757\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2-1024x601.png 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2-1536x902.png 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2-150x88.png 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2-300x176.png 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2-768x451.png 768w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/06\/inxi_2.png 1835w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Weitere Ausgabem\u00f6glichkeiten &#8211; achten Sie auf Gro\u00df-\/Kleinschreibung:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Nur Informationen zur CPU:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -C<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Nur Informationen zum Arbeitsspeicher:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -m<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Nur Grafikinformationen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -G<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Nur Netzwerkdaten:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -N<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Nur Festplatten und Speicherger\u00e4te:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -D<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Sehr detaillierte Ausgabe:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -v7<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Ein typischer Befehl f\u00fcr Support-Zwecke ist:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -Fxxz<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Dabei sorgen die zus\u00e4tzlichen Optionen oft f\u00fcr mehr Detailtiefe, w\u00e4hrend sensible Angaben wie IP-Adressen oder MAC-Adressen besser gesch\u00fctzt werden.<\/p>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Fazit<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">inxi ist eines der n\u00fctzlichsten Hilfsprogramme f\u00fcr Linux, wenn Systeminformationen schnell und \u00fcbersichtlich ben\u00f6tigt werden. Es spart Zeit, weil viele Details mit einem einzigen Befehl abrufbar sind.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Besonders im Alltag, bei Fehlersuche oder beim Austausch mit anderen Linux-Nutzenden ist inxi ein sehr zuverl\u00e4ssiges Werkzeug. Wer regelm\u00e4\u00dfig mit Linux arbeitet, sch\u00e4tzt die einfache Bedienung und der klaren Ausgabe.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Abschlie\u00dfender Hinweis<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Wie im Beitrag angesprochen, eignet sich das kleine Tool optimal f\u00fcr den Support. In diesem Sinne &#8211; wir sind jederzeit gerne bereit &#8211; soweit m\u00f6glich &#8211; bei Problemen rund um das Thema Linux im <a href=\"https:\/\/linux-bibel.at\/index.php\/forum\/\" data-type=\"link\" data-id=\"https:\/\/linux-bibel.at\/index.php\/forum\/\">Forum der Linux-Bibel <\/a>Hilfe zu leisten. Stellen Sie dort unter geeigneter Rubrik Ihre Anfrage und posten dabei die Terminal-Ausgabe von:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>inxi -Fzz<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Das vermeidet Nachfragen zum verwendeten System.<br>Besten Dank.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Titelbild: Foto von <a href=\"https:\/\/unsplash.com\/de\/@6heinz3r?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Gabriel Heinzer<\/a> auf <a href=\"https:\/\/unsplash.com\/de\/fotos\/grunes-und-schwarzes-digitalgerat-xbEVM6oJ1Fs?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>inxi ist ein praktisches Kommandozeilenwerkzeug f\u00fcr Linux, das schnell und \u00fcbersichtlich System- und Hardwareinformationen anzeigt. Das Tool eignet sich besonders gut f\u00fcr Support-F\u00e4lle, Troubleshooting und die schnelle Bestandsaufnahme eines Rechners. Mit wenigen Befehlen lassen sich Details zu Prozessor, Arbeitsspeicher, Grafikkarte, Netzwerk, Festplatten und dem laufenden Betriebssystem abrufen. Gerade weil die Ausgabe gut lesbar ist, wird [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":23762,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-23755","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"_links":{"self":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/23755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/comments?post=23755"}],"version-history":[{"count":6,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/23755\/revisions"}],"predecessor-version":[{"id":23770,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/23755\/revisions\/23770"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media\/23762"}],"wp:attachment":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media?parent=23755"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/categories?post=23755"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/tags?post=23755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}