How to install Neofetch in Ubuntu

Neofetch is a cool system information tool that gives you all the information about your system by running “neofetch” command in Terminal. It is cool tool to have because it gives you information about desktop environment, kernel version, bash version and GTK theme you are running.

The repositories have been added. Run the apt update command to update the repositories in the target system.

~$ sudo apt update

The target system is updated with the required repositories. Run the apt install neofetch command to install the package.

~$ sudo apt install neofetch