Issue
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
Answered By - Arkapravo Ghosh Answer Checked By - David Marino (WPSolving Volunteer)