2

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.

HARSHAL RATHORE
  • 103
  • 1
  • 9

2 Answers2

4

For Neofetch:

cd /tmp
git clone https://github.com/dylanaraps/neofetch.git
sudo cp neofetch/neofetch /usr/bin/neofetch
rm -rf neofetch
neofetch
Criggie
  • 235
  • 5
  • 14
0

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