Skip to content

Instantly share code, notes, and snippets.

@jerryharrison
Forked from alexandrerocco/install-htop.sh
Created February 5, 2020 14:50
Show Gist options
  • Save jerryharrison/4e1cbe41313de5f2dfafea5e3350730f to your computer and use it in GitHub Desktop.
Save jerryharrison/4e1cbe41313de5f2dfafea5e3350730f 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