Edited to add: Neofetch is now in the repositories! So it can now be installed with...
sudo cards install neofetch
saleem,
If you don't want to wait on the binary, neofetch can be easily installed on your system.
First, make sure you have the dependencies. Open your terminal, and enter...
sudo cards install git make
Next, we want to clone neofetch. The following command will clone the "latest bleeding edge version". So, issue the following command in your terminal to clone neofetch...don't use sudo.
git clone https://github.com/dylanaraps/neofetch
Next, we want to cd into the newly created directory...so enter this in your terminal...
cd neofetch
Next, enter this in your terminal...
sudo make install
When it's finished, run this in your terminal...
neofetch
...and you should have the wonderful NuTyX logo (with information) in your terminal...like this...
(click the picture to enlarge it)
Hope that helped!
I followed the same step to install Viewnior but I get following error
saleem [ ~ ]$ git clone
https://github.com/hellosiyan/Viewnior.gitCloning into 'Viewnior'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 2438 (delta 0), reused 2 (delta 0), pack-reused 2422
Receiving objects: 100% (2438/2438), 5.51 MiB | 584.00 KiB/s, done.
Resolving deltas: 100% (1710/1710), done.
saleem [ ~ ]$ cd viewnior
bash: cd: viewnior: No such file or directory
saleem [ ~ ]$ cd Viewnior
saleem [ ~/Viewnior ]$ sudo make install
make: *** No rule to make target 'install'. Stop.
does this mean these steps will not work for every package installation?