If you need to install uTorrent on Ubuntu 12.04, you can try it on either of the following. (Wine based methods)
- PlayOnLinux (POL)
- Winetricks
You can install uTorrent by following the blow procedure. But, i recommend to use buil-in torrent client like Vuze
in 12.04.
METHOD 1: (PlayOnLinux)
If you have executable of uTorrent, ie; uTorrent.exe, it is better to try POL.
POL installation:-
Run the command in a terminal:
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux
Click on the install button, after running the POL. Then click on the link below the POL install menu window:
Install a non-listed program
Then follow the procedure as you install uTorrent
on Windows.
METHOD 2: (Winetricks)
This can be used if you don't have any uTorrent.exe files.
First install Winetricks using:
sudo apt-get install winetricks
.
Then try : winetricks utorrent
.
(Or manually go to Winetricks GUI and select "Install an app-->uTorrent-->OK)
It will show otput as:
Executing w_do_call utorrent
Executing load_utorrent
------------------------------------------------------
Please download utorrent_2.2.1.exe from http://www.oldapps.com/utorrent.php?old_utorrent=38, place it in /home/myname/.cache/winetricks/utorrent, then re-run this script.
------------------------------------------------------
So, go to the link uTorrent download and download uTorrent.exe and place it in the specified folder "/home/myname/.cache/winetricks/utorrent".
That's it. In any of the above you can enjoy uTorrent
in 12.04.