0

After attempting to set a symbolic link this comes up (I assume this mean I have done it already, which would make sense because this is one of many attempts).

:~/Downloads$ sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
ln: failed to create symbolic link ‘/usr/bin/utserver’: File exists

When attempt to start utorrent, nothing happens. Can someone explain what I am doing wrong I have followed the steps of a guide previously posted on this site. I would really appreciate it, Thanks!

Terrance
  • 43,712
TOC
  • 49

1 Answers1

0

I just installed this on my system. I recommend removing the link before you follow through the instructions here. To remove the link from a terminal type in:

sudo rm /usr/bin/utserver

then follow through on this link.

How to install uTorrent v3.3 on 14.04

I do recommend on the last line of:

utserver -settingspath /opt/utorrent-server-alpha-v3_3/

to change that line to:

utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &

so it runs in the background. Also, you can add it to your start up applications, and put that exact same line as above ending in the & so it can run at start up.

When you open your Firefox or whatever browser you want to use, type in:

http://127.0.0.1:8080/gui

to access the utorrent application.

Terrance
  • 43,712