Skip to content

Instantly share code, notes, and snippets.

@alexandrerocco
Forked from magemore/gist:4499587
Last active May 8, 2022 09:18
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save alexandrerocco/5871068 to your computer and use it in GitHub Desktop.
Save alexandrerocco/5871068 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