Install Software
Neofetch

Installing Neofetch on Linux

Neofetch (opens in a new tab) is a useful tool for displaying basic machine metrics such as resource usage, uptime, hardware models, and your current operating system. Displaying the output of neofetch or its faster counterpart paleofetch can be useful information when a new terminal session is created. This can be acomplished by editing your motd or bashrc.

Update your packages:

apt update && apt upgrade

Installing the neofetch package:

apt install neofetch