I am trying to install utorrent instead of using the torrent apps and I just came off windows seven can someone help me?

link|improve this question
feedback

2 Answers

This brief tutorial shows you how to install and use uTorrent in Ubuntu 11.10.

cd Downloads

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

Next, run the commands below to extract uTorrent files to the /opt directory.

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

Then run the commands below to change the permission on uTorrent-server folder.

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

Next, run the commands below to link uTorrent server to the /user/bin directory.

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

Finally, run the commands below to start uTorrent.

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

If you get an error about libssl.so package missing, run the commands below to install it, then try starting it again.

sudo apt-get install libssl0.9.8:i386

Now that uTorrent server is started, open your web browser (Firefox) and type the address below.

http://localhost:8080/gui/

The username is admin and leave the password field empty. enter image description here

The first thing you will want to do is specify the download folder. To do that, click ‘Settings’ button.

enter image description here Then scroll down to ‘Directories’ and specify the download folder. enter image description here

This is been verified & checked . Working properly

enter image description here

link|improve this answer
feedback

not working error is coming Last-modified header invalid -- time-stamp ignored. 2012-04-12 22:15:44 (21.0 MB/s) - `utorrent-server-3.0-25053.tar.gz.1' saved [424]

dm@ubuntu:~$ sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt/ [sudo] password for dm:

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now dm@ubuntu:~$ sudo chmod -R 777 /opt/utorrent-server-v3_0/ chmod: cannot access `/opt/utorrent-server-v3_0/': No such file or directory dm@ubuntu:~$ sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver dm@ubuntu:~$ utserver -settingspath /opt/utorrent-server-v3_0/ No command 'utserver' found, did you mean: Command 'tserver' from package 'freewnn-cserver' (universe) Command 'ttserver' from package 'tokyotyrant' (universe) utserver: command not found

PLEASE PROVIDE ME SOLUTION

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.