Skip to content

Instantly share code, notes, and snippets.

@turtleqiu
Created June 7, 2016 02:05
Show Gist options
  • Save turtleqiu/ab47ee94b6461867bc6803d468629585 to your computer and use it in GitHub Desktop.
Save turtleqiu/ab47ee94b6461867bc6803d468629585 to your computer and use it in GitHub Desktop.
install htop from source codes
cd ~
sudo apt-get install build-essential
sudo apt-get install libncurses5-dev libncursesw5-dev
wget http://hisham.hm/htop/releases/2.0.0/htop-2.0.0.tar.gz
tar xvfvz htop-2.0.0.tar.gz
cd htop-2.0.0
./configure
make
sudo make install
sudo ln -s /usr/local/bin/htop /usr/bin/htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment