Install neofetch and screenfetch on AWS amazon-linux ec2

2.4k Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER

For Neofetch:

cd /tmp
git clone https://github.com/dylanaraps/neofetch.git
sudo cp neofetch/neofetch /usr/bin/neofetch
rm -rf neofetch
neofetch
0
On

Use the below commands:

  1. wget https://github.com/dylanaraps/neofetch/archive/master.zip
  2. unzip master.zip
  3. cd neofetch-master
  4. sudo make install