Top X+1 things to do after installing Zorin OS 16

  1. Install Neofetch

Neofetch is a command line system information tool which supports almost all operating systems. It displays the system information in the terminal along side the operating system’s logo.

Neofetch displays which Linux distribution you are using, Host and Kernel details, desktop environment. On the hardware side, it displays information about the CPU and GPU, total memory available by current usage and the uptime for your machine.

It also displays number of dpkg and snap packages installed.

Installation in the Terminal

copy and paste this code:

sudo apt-get update
sudo apt-get install neofetch

source: https://thelinuxuser.com/install-neofetch/

13 ...

3 Likes