How can I install Syspeek in Ubuntu 13.04?
Solution 1:
I would strongly suggest against using dpkg -i
to directly install packages since this has the potential to leave your system with unresolved dependencies.
Instead, I rebuilt the Oneiric package for Raring and copied it to my PPA:
ppa:george-edison55/george-edison (Click here for instructions on using PPAs.)
Unfortunately the Launchpad builders are extremely busy right now and it looks like the package won't be built for another four hours or so. Once it completes, however, you will be able to simply run:
sudo apt-add-repository ppa:george-edison55/george-edison
sudo apt-get update
sudo apt-get install syspeek
Solution 2:
To install, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the commands below:
wget -O syspeek_0.2_all.deb https://launchpadlibrarian.net/83623660/syspeek_0.2~oneiric1_all.deb
sudo dpkg -i syspeek_0.2_all.deb
When done search for syspeek in dash, and you will get:
Source:Upubuntu