How to Install Htop in Ubuntu

preview_player
Показать описание
This video explains the installation process of Htop in Ubuntu. Htop is a process monitoring tool for Unix and Linux Operating Systems.
Рекомендации по теме
Комментарии
Автор

Thank you so much for the video!!
If it doesn't proceed as shown, just add "sudo" in front of commands
Use in order: -
1. sudo apt-get install build-essential
2. sudo apt-get install libncurses5-dev libncursesw5-dev
4. tar xvfz htop-2.0.2.tar.gz
5. cd htop-2.0.2/
6. ./configure
7. make
8. sudo make install
9. htop
Hope this helps :)

kulbirsinghahluwalia