First, add some repositories, edit your sources.list file. From a terminal:
Code:
gksu gedit /etc/apt/sources.list
Add this to the end of the file:
Code:
deb http://moblock-deb.sourceforge.net/debian hardy main
deb-src http://moblock-deb.sourceforge.net/debian hardy main
Save and close gedit, back to the terminal, add the gpg key for the moblock repository and update apt
Code:
gpg --keyserver wwwkeys.eu.pgp.net --recv 9072870B
gpg --export --armor 9072870B | sudo apt-key add -
sudo apt-get update
now install the packages
Code:
sudo aptitude install moblock
sudo aptitude install mobloquer
Found the instructions here:
http://moblock-deb.sourceforge.net/
Bookmarks