Install utorrent in ubuntu

I have following:
Ubuntu version -> 12.04
Utorrent version tar.gz file -> utorrent-server-3.3-debian-6.0-i386-30235.tar.gz


Install libraries just in case if you have not installed it before.
Run following commands:

1. sudo apt-get install libssl0.9.8:i386
2. sudo apt-get install lib32stdc++6

Once the libraries are installed, follow below steps to begin actual install of utorrent:

  1. Download utorrent .tar.gz from -> http://www.utorrent.com/downloads/linux
    Above tar.gz file will most prorably be downloaded in /home/Downloads folder.
  2. go to /home/Downloads and run:
    tar xvzf utorrent-server-3.3-debian-6.0-i386-30235.tar.gz -C /opt/
  3. chmod -R 777 /opt/utorrent-server-alpha-v3_3/
  4. sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
  5. Finally run the utorrent server
    utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &
  6. Open firefox and run utorrent -> http://localhost:8080/gui/
    username: admin and password is blank
  7. Please leave a comment or g +1 or share on f or share on t below if this post helped you. This will keep me motivating.
Source: http://askubuntu.com/questions/104094/how-to-install-utorrent-step-by-step