How to install Archey and Screenfetch

crismblog
  10 years ago
  10

Install Archey:

  • sudo apt-get install lsb-release scrot
  • wget http://github.com/downloads/djmelik/archey/archey-0.2.8.deb
  • sudo dpkg -i archey-0.2.8.deb

Install Screenfetch:

  • Get: wget -O screenfetch 'https://raw.github.com/KittyKatt/screenFetch/master/screenfetch-dev'
  • Make executable: chmod +x screenfetch
  • Move: sudo mv screenfetch /usr/bin/

To automatically start Archey or Screenfetch whenever you open the terminal, you just need to add “archey” or “screenfetch” into the bashrc file (/home/username/.bashrc for local user).

Comments
vasiliskel 7 years ago

Very helpful!!!


romario 8 years ago

Спасибо.


crismblog 10 years ago

update
Tanks


KittyKatt 10 years ago

I've actually deleted that debian package file as of today. For now, git and direct wgetting of the source file in one of the git repos are the only way to get the script.

You may want to update this tutorial to include updated instructions. My proposed edit:

Get: wget -O screenfetch 'https://raw.github.com/KittyKatt/screenFetch/master/screenfetch-dev'
Make executable: chmod +x screenfetch
Move: sudo mv screenfetch /usr/bin/


disPPlay 10 years ago

Thanks for the tutorial.


KittyKatt 11 years ago

Creator of screenfetch, here: I really try to keep that package updated, but it's not really. My server is debian now, though, so I might automate that process on tagged commits. I'll comment here again if I do that.


juupii 11 years ago

Thank you for tutorial :)