I want to install neofetch and screenfetch but I have yum as the default package manager in amazon linux and it does not have neofetch and screenfetch repositaries in it for me to install.
Install neofetch and screenfetch on AWS amazon-linux ec2
2.4k Views Asked by HARSHAL RATHORE At
2
There are 2 best solutions below
0

Use the below commands:
- wget https://github.com/dylanaraps/neofetch/archive/master.zip
- unzip master.zip
- cd neofetch-master
- sudo make install
For Neofetch: