Install uTorrent on Ubuntu 18.04

preview_player
Показать описание
How to install uTorrent from ubuntu 14.04 / 15.04 / 16.04

1) Open the Terminal by pressing (Ctrl + Alt + T )
2) Run the below codes in the terminal to Install libssl.
sudo apt-get update
Enter the password
sudo apt-get install libssl1.0.0 libssl-dev
3) Now download uTorrent software Click here to download
4) Since the downloaded file is in downloads folder.Type the following in terminal
cd Downloads/
5) Use the following command to copy the file to opt directory
6) Run the below command to move to the opt directory
cd /opt/
Now extract the tar file by typing the below code
7)Now delete the extracted tar file
8) Run the following command to extract the downloaded file to /opt directory
9) Now give permission to extracted directory to run uTorrent-server
sudo chmod -R 777 /opt/utorrent-server-alpha-v3_3/
10) Now link uTorrent server to the /user/bin directory
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
11) Start uTorrent
utserver -settingspath /opt/utorrent-server-alpha-v3_3/
12) Open Your Browser [chrome /firefox] type the below command
localhost:8080/gui
13) A popup will be shown enter
Username = admin
Password field should be blank

Рекомендации по теме
Комментарии
Автор

It worked perfectly fine for me. I have Ubuntu 14.04 64-bit. Thank you so much kavitha. This video helped me out big time. This video is not unvalid, it's legitimate and if it didn't work, then the problem is you.

kalebmelendez
Автор

It worked perfectly on Xubuntu 18.04, thank's a lot man

mattigor
Автор

I'm a linux rookie so I just copy/paste all your command lines. However there was an issue with step 8 to do with missing file. I skipped step 8 and it worked fine.

6) Run the below command to move to the opt directory
cd /opt/
Now extract the tar file by typing the below code
sudo tar -xvf utserver.tar.gz
7)Now delete the extracted tar file
sudo rm -rf utserver.tar.gz
8) Run the following command to extract the downloaded file to /opt directory
sudo tar -zxvf utserver.tar.gz -C /opt/

Step 6 is the tar extraction. Step 7 is removing the tar file. Step 8 is an attempted extraction on the file we just removed in step 7?

mal
Автор

omg thank you so much definitely subscribing and saving <3 I've been trying to figure this out for like three days and I'm new to ubuntu.

rachelhamilton
Автор

Hey after step 12 it's showing
Commnad 'ttserver' from Deb tokyotyrant
Command ' uaserver' from Deb python-opcua-tools

Plz help

Zeus-fewe
Автор

help it says E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
what am I going to do

joshymochi
Автор

Dear kN, for step 13, did you enter anything in the password bar after entering username: 'admin'? I entered 'admin' and left the password blank and simply got a white screen in Chrome. And now I can't seem to get Chrome to display the username/password login box again. should I have entered my computer's password at that point? If so, how can I get back to this login box? Thanks.

matthewgardhouse
Автор

I cannot connect to localhost:8080/gui. ERR_CONNECTION_REFUSED. Would you help me?

Jeremy-suxy
Автор

Is it me of is that utorrent running from browser? Why isn't it kind of standalone app like the windows version? Hopefully I made sense!

Hellspawn
Автор

I can't get localhost:8080/gui to work. I get an HTtp status 404 - /gui error!! How do I resolve this?

nowalubega
Автор

error at step 9: tar (child): utserver.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

michaelnaish
Автор

Step 5 did not work for me. cp: cannot stat 'utserver.tar.gz': No such file or directory

teddybeerlepel
Автор

I get this error on step 10
"ln: failed to create symbolic link ‘/usr/bin/utserver’: File exists"
I skipped step 8 since the file was already there and the command did not find the directory mentioned.

animewatcher
Автор

hy im new in linux, have a problem with step 11
sudo: In -s: command not found

ninodemo
Автор

hey's...at step 11 am getting command no found. help please.

krusykrust
Автор

Why did you download the debian version? Below there were also ubuntu versions?

ahmet
Автор

there was an error for my case in step 11) so i did :
$cd /opt/utserver...
$ ./utserver
and gone to step 12)

sarakididane
Автор

Ok I got the page, but how can I get a desktop icon now?

JaySty
Автор

sudo tar -zxvf utserver.tar.gz -C /opt/
when i ran this command it returned to an error saying no such file in directory previous commands worked fine

durgeshbane
Автор

It's worked! Thank you very much bro!

mfgul