yumamazon-linuxamazon-linux-extras

Install neofetch and screenfetch on AWS amazon-linux ec2


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.


Solution

  • For Neofetch:

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