Installing mercury messenger on Ubuntu linux

adapted from of this site.

In this post we are trying to install mercury messenger. Mercury is a MSN compatible messenging client which is in my opinion one of the best ones. It is written in java and thus runs on most computers.
In this copy’n'paste we will use the repository made by Trevino who has quite a few useful things.

Here is what you have to copy and paste in a terminal window:

sudo apt-get install sun-java5-bin
sudo update-alternatives --config java

sudo gedit /etc/apt/sources.list

Paste this in the window that pop’s up:

# TreviƱo's Ubuntu edgy Repository (GPG key: 81836EBF - DD800CD9)
# Further informations: http://3v1n0.tuxfamily.org
deb http://download.tuxfamily.org/3v1deb edgy 3v1n0
deb-src http://download.tuxfamily.org/3v1deb edgy 3v1n0

Close that window after saving and in the terminal paste:

wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install mercury-messenger

If you are using beyril or compiz you might wanna disable them if Mercury does not want to be friendly with them.