Utorrent in Ubuntu with Firefox support

1. Install Wine:
To get latest version add Wine’s repositories to your source list:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/feisty.list -O /etc/apt/sources.list.d/winehq.list

Add the repository key:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Update apt-get:
sudo apt-get update

Install Wine:
sudo apt-get install wine

Utorrent2. Download utorrent:
sudo wget http://download.utorrent.com/1.7.2/utorrent.exe -O ~/.utorrent

To launch utorrent use the command:
wine ~/.utorrent

To get Firefox to automatically open utorrent when clicking on torrent links:
sudo gedit /usr/bin/utorrent

Paste the following into the newly opened text file:

#!/bin/sh
cd ~/
if [ "$1" != "" ]; then
var="`echo $1 | sed 's////g'`"
var="Z:${var}"
wine .utorrent "$var"
else
wine.utorrent
fi

Then save it & close gedit.

Make the script you just wrote executable:
sudo chmod a+x /usr/bin/utorrent

3. Now, go into Firefox and download a torrent. Choose “open with” and hit “browse” on the list, and navigate to /usr/bin and choose utorrent.

Original manual is available here.

 
 
» You might also be interested in the following articles:
FAQ: How to install Flash Player for Firefox in Ubuntu Linux?
Install Ubuntu packages by clicking html link
Firefox 3 Beta 1 is Ready!
Simple Firefox optimizations that really matter
Install Firefox 3 in Debian Etch



» Want to stay up to date? Subscribe to our E-MAIL or RSS feed!

5 Responses to “Utorrent in Ubuntu with Firefox support”


  1. 1 spuck

    Didn’t work for me in ubuntu 9.10 so I had to change the script a bit:
    Changed line 4 from:
    var=”`echo $1 | sed ’s////g’`”
    to:
    var=”`echo $1 | sed ’s%/%\\\\%g’`”

  2. 2 Astery

    var=”`echo $1 | sed ’s////g’`”
    to:
    var=”`echo /usr/bin | sed ’s/\//\x5C/g’`”
    :_)

  3. 3 Marvel Traher

    Actually like your websites details! Undoubtedly a beautiful provide of information that is extraordinarily helpful. Stick with it to hold publishing and i’m gonna proceed studying by means of! Cheers.

  4. 4 Back Stretches

    This frequently is amazing to me how blog writers such as your self can find the time and the commitment to keep on writing excellent discussions. Your blog isterrific and one of my personal ought to read blogs. I just wished to thank you.

  5. 5 engagement rings chicago

    I would like to thnkx for the efforts you have put in writing this website. I am hoping the same high-grade website post from you in the future also. In fact your creative writing abilities has encouraged me to get my own site going now. Actually blogging is spreading its wings and growing fast. Your write up is a great example.

Leave a Reply




Friendly Sites:Who is behind Linux Screw?
GeekyBits³ | Bash Cures Cancer | OMG! Ubuntu!
My SysAd Blog | Web Upd8
ZEPY | Linux config Wiki | Planet Sysadmin
a non-geek's linux notes | Linux Today
TuxArena: The arena of Tux | LinuxAlt.Com
My name is Artem N. (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››