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.

To install Neofetch in Ubuntu, first add the third party Neofetch repository as shown

$ add-apt-repository ppa:dawidd0811/neofetch

update the sources list

$ apt-get update

Then finally, install neofetch

 $ apt-get install neofetch

To display system’s information run the neofetch command

$ neofetch