-
-
Save abdullah353/feb5034184099013b1580216674aa40c to your computer and use it in GitHub Desktop.
Amazon Linux - Install htop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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