Display Linux System Information in Terminal using Neofetch
Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software, and hardware in an aesthetic and visually pleasing way.
Let’s install Neofetch on our machine:
Table of Contents
- Install Neofetch
- Display Information
Install Neofetch
Neofetch is available in most of the default repositories of Linux distributions. Let’s install on our machine.
Debian (Ubuntu, Kali, etc.):
Fedora:
CentOS 8:
CentOS 7:
openSUSE:
NixOS:
Display Information
To display information, just run this command:
My test OS is Ubuntu and the output is:
You can show other OS logos. Here is the list of available commands:
neofetch --ascii_distro alpine
neofetch --ascii_distro android
neofetch --ascii_distro archlinux
neofetch --ascii_distro bunsenlabs
neofetch --ascii_distro centos
neofetch --ascii_distro crux
neofetch --ascii_distro debian
neofetch --ascii_distro fedora
neofetch --ascii_distro gentoo
neofetch --ascii_distro gobolinux
neofetch --ascii_distro macos
neofetch --ascii_distro nixos
neofetch --ascii_distro opensuse
neofetch --ascii_distro slackware
neofetch --ascii_distro solus
neofetch --ascii_distro ubuntu
neofetch --ascii_distro voidlinux
neofetch --ascii_distro windows
That’s it. Thanks for reading. ?
Tags:
Linux