1280244460_775_3_utorrent

Installing uTorrent on Ubuntu

I was trying to download a newly released movie on my Ubuntu 11.10.

Obviously torrent magnet link is the one of the easiest way to download it.

Once I began to start my download the magnet opened with the “Transmission” application.

However it seemed not to satisfy me as the depth of detail on uTorrent is much more than on transmission.

So i went on and installed uTorrent.

If you are too looking to install uTorrent here is the procedure to install it.

Open terminal

change the directory to downloads

cd Downloads

Install the package with

wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz 

Now extract the file to /opt directory

sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt

Changing the permission to on uTorrent server

sudo chmod -R 777 /opt/utorrent-server-v3_0/

Once you have done this next step is to link the uTorrent server with/usr/bin

sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver

To start the uTorrent run

utserver -settingspath /opt/utorrent-server-v3_0/

an then open your Firefox browser and type

http://localhost:8080/gui/

If you get libssl.so error while running the utserver command then install the following package with

sudo apt-get install libssl0.9.8:i386

once you have done this try the installation from the beginning.

Thus you have your uTorrent ready.

About Vinoth Jaganathan

I spend most of the time online doing nothing useful but time ago started scribbling on paper then a thought struck me !, why not write a blog?. so i am here.I am great fan of electronics and and a not -a -geek engineer but keen to learn stuffs.

Comments

  1. This is sweet, hope to follow all the steps mentioned so I too could start downloading movies on my ubunto..

    Nhick

Trackbacks

  1. Cracking A Password Protected RAR File On Ubuntu says:

    [...] I am great fan of FRINGE series and two days ago i downloaded an episode from torrent On my Ubuntu. [...]

Speak Your Mind

*

More in Linux and Opensource, Ubuntu
Top 10 Geeks
10 Geeks You Should Recognize [Infographic]

cli-wallpaper
Basic To – Know commands In Linux

images
Creating Your Own Android App

Close