Skip to content

Instantly share code, notes, and snippets.

@abdullah353
Forked from alexandrerocco/install-htop.sh
Created September 14, 2017 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdullah353/feb5034184099013b1580216674aa40c to your computer and use it in GitHub Desktop.
Save abdullah353/feb5034184099013b1580216674aa40c to your computer and use it in GitHub Desktop.
Amazon Linux - Install htop
# update
sudo yum -y update
sudo yum -y upgrade
# enable EPEL6 by changing enabled=0 -> enabled=1
sudo vim /etc/yum.repos.d/epel.repo
# install htop
sudo yum install htop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment