Up to $140 off-Lowest  Prices of 2024(Nov.21-Dec.2)

My Computer Tips

Home | About | Categories | All Tips & Tutorials

Neofetch, display system information in the terminal on Ubuntu and Ubuntu based distributions

ID: 253

Category: Ubuntu Mate

Added: 25th of February 2021

Views: 2,967

Along your Linux journey, there might be times where you need to find out what Kernel or desktop environment versions you are running or other information.

Neofetch is a tool that displays this key system information in your terminal.

Neofecth displays the following information:
Your OS
Host
Kernal Version
Uptime
Number of Packages installed
Shell Version
Resolution
Desktop Environment and Window Manager name and versions numbers
Theme name and Icon information
Terminal Font
CPU and GPU
Memory

To install neofetch, open your terminal and enter the following command

sudo apt-get install neofetch

Once installed enter neofetch
neofetch


Here is what neofetch looks like on my other machine running Kubuntu

You can change various settings for neofetch by editing the config.conf file which can be found in the following directory
/home/username/.config/neofetch/config.conf

The .config file is a hidden file. To view it press ctrl + h or select View >> Show Hidden Files in your file manager

There are many options in neofetch, these can be accessed by enter the following in the terminal
neofetch --help