We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tested on Ubuntu 16.04
apt-get install autoconf automake libtool git
apt-get install make pkg-config check g++ librsync-dev libz-dev libssl-dev uthash-dev libyajl-dev
apt-get install libncurses5-dev
git clone https://github.com/wbenny/htop.git
cd htop
./autogen.sh && ./configure --prefix=/usr && make
make install