How to Install htop in Ubuntu 18.04



Install htop by entering the following commands in the terminal:

sudo apt update
sudo apt install htop

Description:

interactive processes viewer

Htop is an ncursed-based process viewer similar to top, but it allows one to scroll the list vertically and horizontally to see all processes and their full command lines. . Tasks related to processes (killing, renicing) can be done without entering their PIDs.

Homepage: https://hisham.hm/htop/

Version: 2.1.0-3

Section: utils