I am trying to install screenfetch on Slack 64. I installed the packages from slackbuilds
http://slackbuilds.org/repository/14...ch=screenfetch, but it comes up with errors when building. Here are the steps I took.
Note: The source is named screenFetch-3.22.tar.gz
1.) Downloaded the source and slackbuild packages.
2.) Cd /home/pino/Downloads
3.) su -l
4.) tar -xzvf screenfetch.tar.gz
5.) mv screenFetch.tar-* screenfetch
7.) cd screenfetch
8.) chmod +x *.SlackBuild
9.) ./*.SlackBuild
root@darkstar:/home/pino/Downloads/screenfetch# ./*.SlackBuild
tar: /home/pino/Downloads/screenfetch/screenfetch-3.2.2.tar.?z*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
root@darkstar:/home/pino/Downloads/screenfetch#
I tried renaming the source to what it said in the error and this happens.
root@darkstar:/home/pino/Downloads/screenfetch# mv screenFetch-* screenfetch-3.2.2.tar.gz
root@darkstar:/home/pino/Downloads/screenfetch# ./*.SlackBuild
screenFetch-3.2.2/
screenFetch-3.2.2/CHANGELOG
screenFetch-3.2.2/COPYING
screenFetch-3.2.2/README.mkdn
screenFetch-3.2.2/TODO
screenFetch-3.2.2/screenfetch-dev
./screenfetch.SlackBuild: line 51: cd: screenfetch-3.2.2: No such file or directory
root@darkstar:/home/pino/Downloads/screenfetch#
As always, any help is appreciated.