|
|
|
|
|
uTorrent under Ubuntu in 3 Easy StepsStep-by-step guide with screenshots. |
|
| |
These days, BitTorrent is the most popular P2P (peer-to-peer) file distribution protocol. Whether you want to share some files or you just want to get your hands on the latest Linux distributions, then you must use a BitTorrent client.
There are many BitTorrent clients for Linux, starting with the old and classical BitTorrent (yes, just like the protocol) and ending with the brand new Deluge, and somewhere in the middle we can enumerate very popular BitTorrent clients like Azureus, Transmission or rTorrent, each one providing very interesting features and functionality. On the other hand (and this is what we're gonna talk about today), if you have "Windows friends", you must have heard them talking about that very tiny and light BitTorrent client called uTorrent, a BitTorrent client with impressive features, like faster download speeds, intelligent configurable disk caching, trackerless support, etc. Now, you have Linux and that's a Windows application, what do you do? Very simple, follow the instructions below! Editor's note: The following instruction assume that you have the latest version of the Linux operating system you use. In our case, Ubuntu! Step 1 - Install Wine Go to System -> Administration -> Synaptic Package Manager... Search for wine... Click on the little box in front of the wine entry and select the "Mark for Installation" option... Click the "Mark" button when asked to install the required dependencies... Click the "Apply" button... and again to confirm the installation... Wait for the packages to be downloaded... ...and installed... When the installation is complete, close Synaptic and proceed to the next step! Step 2 - Download and Install uTorrent Download uTorrent's installer from here. Right click on the utorrent.exe file and choose the "Open with "Wine Windows Program Loader"" option... The uTorrent installer wizard will appear. Uncheck all the boxes and click the "Install" button... uTorrent's main window will appear! Step 3 - Create uTorrent Desktop Shortcut In this final step, we're gonna create a desktop shortcut for the uTorrent application that we've just installed. Right click on your desktop and select "Create Launcher..."... On the new launcher window, fill in the fields as follows: Type: Application Name: uTorrent Command: wine "/home/YOURUSERNAME/.wine/drive_c/Program Files/uTorrent/uTorrent.exe" Note: Replace "YOURUSERNAME" in the Command field above, with your username (e.g. /home/marius) Choose a suitable icon, and click OK. Now all you have to do in order to enjoy uTorrent is to double click on the uTorrent shortcut on your desktop. Enjoy! By popular demand, this tutorial was completely re-edited on March 21st, 2009.
|
|
| Article rating: |
|
Very Good (4.0/5) |
62 vote(s) |
|

|
|
|
User opinions: |
| Comment #1 by: Viswanath on 06 Dec 2007, 16:18 GMT | reply to this comment | i followed all the instructions ...but after i created the launcher , whne i double click on the shortcut , it says-
There was an error launching the application.
Details: Failed to execute child process "/home/viswan/utorrent/utorrent-1.8-alpha-6838.upx.exe" (Permission denied)
So, any suggestions of what do do to proceed ?
Regards
Viswanth |
| Comment #1.1 by: emjaykanfa on 26 Mar 2008, 17:04 GMT | the error message
"There was an error launching the application.
Details: Failed to execute child process "/home/viswan/utorrent/utorrent-1.8-alpha-6838.upx.exe" (Permission denied)"
This is received because when you go to create launcher (by right click on the desktop area and click "create launcher") you need to make sure that the command area says the following: wine "/home/viswan/utorrent/utorrent-1.8-alpha-6838.upx.exe" and not just "/home/viswan/utorrent/utorrent-1.8-alpha-6838.upx.exe"
The word wine with a space must come before "/home/viswan/utorrent/utorrent-1.8-alpha-6838.upx.exe"
that did the trick for me after i received the same error you did |
| Comment #2 by: Andrei on 08 Dec 2007, 18:26 GMT | reply to this comment | I did that by this way
1. install wine
2. install utorrent with wine
2. click on link of needed torrent
4. open torrent file with -> chose application to open
is very easy, and its working very well !!!
enjoy |
| Comment #2.1 by: mk3jetta on 17 Mar 2009, 20:35 GMT | how do you install utorent with wine? if i did the first step does that mean my wines already installed? and step three is not working.it failed to save the user/bin/ stuff. |
| Comment #3 by: affe on 10 Jan 2008, 11:48 GMT | reply to this comment | thanks for the help
i did all of the above but i cant get it to work.
i have the same problem as viswanath
Details: Failed to execute child process "/home/afrim/utorrent/utorrent.exe" (Permission denied |
| Comment #4 by: c3po on 11 Jan 2008, 09:19 GMT | reply to this comment | the problem is that utorrent-1.8-alpha-6838.upx.exe file is an installer not a standalone thats why it didnt work
if you download this (beacuse its a standalone), it will work fine
http://c3po_r2.extra.hu/utorrent/utorrent-161.exe
c3po |
| Comment #5 by: ata on 13 Jan 2008, 13:00 GMT | reply to this comment | Hi there,
The utorrent starts I just cant make it to download the torrent files. How can I do that? Thank |
| Comment #6 by: dznodes on 14 Feb 2008, 23:20 GMT | reply to this comment | Great post.
I was able to set this up and it was working fine until I removed the "system tray" icon from my top panel. I am using Ubuntu 7.10. Once I removed it from the panel, I tried to reinstall the program to get it back up there and was uable to do this.
Now, it have a "system tray" icon that shows up on my desktop instead. Also, it is not working as well.
How can I start over and get it working like it was before? |
| Comment #6.1 by: marius.nestor on 15 Feb 2008, 05:54 GMT | I guess you need to completely remove Wine from your system. Execute the following command in a terminal:
sudo dpkg -P wine
Then remove the hidden .wine folder from your home directory.
And after this, reinstall Wine! |
| Comment #7 by: ogami on 31 Mar 2008, 19:42 GMT | reply to this comment | #!/bin/sh
cd "/home/marque/.wine/drive_c/Program Files/uTorrent/"
if [ "$1" != "" ]; then
var="`echo $1`"
wine "/home/marque/.wine/drive_c/Program Files/uTorrent/uTorrent.exe" "$var"
else
wine "/home/marque/.wine/drive_c/Program Files/uTorrent/uTorrent.exe"
fi
I got this to work with the self installer version 1.7.7
sorry for messing with your script |
| Comment #8 by: Ansgar on 04 May 2008, 13:29 GMT | reply to this comment | This is a very complicated and complex way of doing it.....
Heres my suggestion:D
1. go to terminal type: sudo apt-get wine Accept any questions that come.
2. go to utorrent.com and download it to your desktop
3. Right click the icon and select open with wine.
4. By this time, its already installed:P |
| Comment #9 by: sch on 27 May 2008, 08:06 GMT | reply to this comment | "The utorrent starts I just cant make it to download the torrent files. How can I do that? Thank"
Can anyone explain this, i am having the same problem. I chose the option to make uTorrent my default app to download torrents, however it still uses Transmission |
| Comment #10 by: jamesjj on 30 Aug 2008, 17:42 GMT | reply to this comment | mu torrent working better with win than linux. use deluge . |
| Comment #11 by: hissam on 17 Oct 2008, 21:17 GMT | reply to this comment | Hey this worked me too
But while saving/downloading file thru torrent, I cant select fat32 drive
as my linux partion is just 4gb I cant save torrents more than 500mb
:(
what shuld I do?? |
| Comment #12 by: Timmy Lindblom on 11 Nov 2008, 16:20 GMT | reply to this comment | This is really nice. If you like me dual-boot with Vista or probebly any other MS can syncronise the download processes. The only thing necesseray is that the .torrent file and download location is in order. So if you dual boot you might want to download to a partion that can be accessed from both your linux and windows. |
| Comment #13 by: dga20081 on 06 Dec 2008, 13:23 GMT | reply to this comment | Guys, everithings works perfectly, the mistake is inside the Step3:
If you llok the screen dump, they instruct you to place the shortcut on the utorrent.exe file while you have to select instead the script /usr/bin/utorrent...
Enjoy. |
| Comment #14 by: Jacobo de Vera on 13 Dec 2008, 18:19 GMT | reply to this comment | Perhaps because of the website formatting capability, I think the script has some characters missing, I have a modified version that works as intended:
#!/bin/sh
EXEC_DIR=~/utorrent
EXEC_NAME=utorrent.exe
if [ ! -e $EXEC_DIR/$EXEC_NAME ]
then
echo "Error: Can't find $EXEC_NAME in $EXEC_DIR."
exit 1
fi
if [ $# != 0 ]
then
arg=`echo $1 | sed 's/\//\\/g'`
arg="Z:$arg"
echo $arg
wine $EXEC_DIR/$EXEC_NAME "$arg"
else
wine $EXEC_DIR/$EXEC_NAME
fi
Also, user scripts like this one should not be in /usr/bin/ but in /usr/local/bin/
And then, of course, the Laucher should point to the script, not to the exe, not even with wine. Otherwise whatś the point in creating a script? |
| Comment #15 by: balcis on 16 Dec 2008, 19:56 GMT | reply to this comment | GR8 !!! i was using jdownloader for multiosses and now i can continue my torrents just same as windows on Ubuntu, thank you very much!!! |
| Comment #16 by: newmo on 30 Dec 2008, 00:07 GMT | reply to this comment | This was really great thank you - it was my first ever app under wine (apart from things that used it anyway like picasa). It seems to do just about everything. I had a few hiccoughs all down to my brain not working - thinking the home directory was /myname rather than /home/myname for example. Very satisfying. Thanks |
| Comment #17 by: Antoine on 10 Feb 2009, 20:04 GMT | reply to this comment | Thank you very much, it took a while but it finally works ! |
| Comment #18 by: toeun on 16 Mar 2009, 12:51 GMT | reply to this comment | im lost at step one. you want me to install wine?? whats wiine? is it the utorrent? and how do i open a console? and is the executable script is in the same console? is all of thiis going to be iin notepad or something? please help. |
| Comment #19 by: toeun on 17 Mar 2009, 21:27 GMT | reply to this comment | okay step one and two went well but step three it says saving failed and to check type location correctly. whats wrong with it? |
| Comment #19.1 by: Marius Nestor on 18 Mar 2009, 07:46 GMT | Hi toeun,
please wait a few days until we will recreate this tutorial. I will notify you here when it's done!
Best regards. |
| Comment #19.2 by: Marius Nestor on 21 Mar 2009, 11:44 GMT | As promised, the guide was re-edited from the start... I hope you will all manage to install uTorrent under Ubuntu/Linux very easily now :)
Enjoy! |
| Comment #20 by: neil kovacs on 21 Mar 2009, 23:56 GMT | reply to this comment | Hi Guys,
Great tutorial.
Just have one question: Where do the torrents save once completed?
Thanks
Neil |
| Comment #20.1 by: Marius Nestor on 23 Mar 2009, 08:10 GMT | Hi... Thanks!
Where you put theme, in the uTorrent's settings :) |
| Comment #21 by: Evan on 23 Mar 2009, 12:25 GMT | reply to this comment | Why not just use Transmission which is very simple/basic or Deluge which has many features and i personally think i just as good if not better thatn Utorrent, Deluge also includes blocklist plugin?
Evan |
| Comment #22 by: Zac on 24 Mar 2009, 07:59 GMT | reply to this comment | BTW: I like that theme you've got, I hope that's available in the next release. |
| Comment #22.1 by: Marius Nestor on 24 Mar 2009, 08:26 GMT | Yes, it's the New Wave theme..... available in Ubuntu 9.04 (Jaunty Jackalope) |
| Comment #23 by: ubu-fan on 28 Mar 2009, 20:16 GMT | reply to this comment | Nice tutorial, but i prefer native Linux programs for torrents like Deluge, Transmission or Azureus. Deluge is the Best for Bit Torrent in Ubuntu |
| Comment #24 by: ubuntu user on 30 Mar 2009, 05:08 GMT | reply to this comment | Works perfectly albeit it slows down my system. The directory in which the torrents can be saved can be adjusted within utorrent. I created a folder in linux and directed utorrent to download the files there with utorrent. |
| Comment #25 by: perplexed on 28 Apr 2009, 03:16 GMT | reply to this comment | I followed these instructions and it is working fine, except I click to download a torrent, and Firefox downloads the file, but it does not open uTorrent. Please help me get this running. |
| Comment #26 by: rodney on 08 Jul 2009, 09:34 GMT | reply to this comment | i found a way that works:
install wine
install utorrent using wine
open utorrent and drag the torrent file into the torrent screen |
| Comment #27 by: Mike on 21 Jul 2009, 03:21 GMT | reply to this comment | I've used this and it works. One question though. When using uTorrent in Windows, if I double click on an avi file, it will open VLC media player. when using uTorrent in Ubuntu, I am not able to double click on an avi file and have VLC play the file. I need to open the file from the downloaded location. Is there a way around this? I'm hoping someone can help. |
| Comment #28 by: ashesh gaur on 21 Aug 2009, 16:15 GMT | reply to this comment | i've done everything about the wine windows app. installer and followed the instructions for installing the utorrent on my ubuntu. but after clicking on the install button nothing happens, and a dialog box arrives saying that "it seems like utorrent is already working but not responding. close all utorrent processes and try again"...what should i do about this? |
| Comment #28.1 by: Marius Nestor on 24 Aug 2009, 12:06 GMT | Do you have utorrent running in your system tray area? It should be an icon there... right click on it and close it. |
| Comment #29 by: Samuel on 04 Sep 2009, 00:37 GMT | reply to this comment | HELP!!! It Didnt work! i did everything exactly has you said a cuple of times... restarted the machine has well but everitime i click install Utorrent i get a message that says: "Seems like utorrent is already running, but not responding. please close all utorrent processes and try again" but there are no other processes runing! I Know I Just restarted my machine! what should I do? |
| Comment #30 by: Kevin on 05 Sep 2009, 08:06 GMT | reply to this comment | I have the same problem as ashesh gaur and Samuel, I get the same error message. I am positive it is not running but still get this.
utorrent used to work fine until I upgraded to 9.04, now it wont start at all, even after deleting and downloading again, I still get this message. Anybody know how to fix this? |
| Comment #31 by: fax on 05 Sep 2009, 15:09 GMT | reply to this comment | Exactly same problem as Samuel. Any suggestion? thanks |
| Comment #32 by: fax on 05 Sep 2009, 15:17 GMT | reply to this comment | Same problem with version 1.8.3, I tried with 1.7.7 and it worked. Any suggestion to make work the latest version.Thanks. |
| Comment #33 by: suranga on 20 Sep 2009, 04:22 GMT | reply to this comment | i did up to step 2 but when i select wine windows programme lauder it says,
"it seems utorrent is already runing but not responding please close all utorrent process and try again"
why is that?
thanx |
| Comment #35 by: alan on 12 Oct 2009, 04:15 GMT | reply to this comment | same problem as sam. i restart then install wizard comes up. then "it seems utorent is already running but not responding please close all utorrent processes and ty again." |
| Comment #36 by: Metalund on 16 Oct 2009, 15:51 GMT | reply to this comment | Hey mate. I tried using the 'open file with -> choose application' in ff and upon selecting uTorrent.exe it does open in utorrent but then an error comes up saying 'path not found'.
I'm guessing it has to do with the pathname forward/backward-slash conventions for unix and windows. When you add a torrent in wine, the location of the files to be downloaded is described using the windows convention (), but the torrent file I'm trying to add has pathname '/media/disk-1/downloads' and I think that's where things get mixed up. I reckon wine is trying to add the file but it has the forward slash pathname.
This is only a hypothesis though. So if you or anyone else could explain this or help me find a solution, I'd appreciate that very much :) |
| Comment #37 by: Yoghibubu on 28 Oct 2009, 23:58 GMT | reply to this comment | Same thing here. i restart then install wizard comes up. then "it seems utorent is already running but not responding please close all utorrent processes and ty again." |
| Comment #38 by: Etescartz on 31 Oct 2009, 12:06 GMT | reply to this comment | Worked just fine for me on Ubuntu 9.04 a.k.a. Jaunty but since i installed 9.10 i get the same annoyance "it seems utorent is already running but not responding please close all utorrent processes and ty again." and then i close them and restart, only to get the same message. i am using wine-1.0.1 and latest stable utorrent. The thing is i also tried some older version of utorrent and came up with the same results. So must be something in the wine config that doesn't recognize the setup has already finished when trying to start the .exe |
| Comment #39 by: Anonomi on 03 Nov 2009, 18:01 GMT | reply to this comment | Im also getting the "it seems utorent is already running but not responding please close all utorrent processes and ty again." message. Seems to be something to do with 9.10? |
| Comment #40 by: erkki on 04 Nov 2009, 14:40 GMT | reply to this comment | i ve got the same error, anyone can help??
"it seems utorent is already running but not responding please close all utorrent processes and ty again." |
|
|
|