Liberian Geek
  • Home
  • How-To/Tips
  • Linux
  • Windows

Install uTorrent in Ubuntu 11.10 (Oneiric Ocelot)

This brief tutorial shows you how to install and use uTorrent in Ubuntu 11.10. As you may already know, uTorrent works great in Windows machines, however, until recently, it wasn’t available in Linux systems. Now, if you’re used to how uTorrent works in Windows, you’ll be surprised how difficult it can be to use it in Linux systems.

In Linux systems, uTorrent runs as a webserver. The server must be started and you will need a web browser to connect to it. I’ll recommend other torrent clients for Ubuntu. However, if you choose to use uTorrent, then continue below to learn how to install it in Ubuntu.

 

   

Objectives:

  • Install UTorrent in Ubuntu
  • Enjoy!

 

To get started,  press Ctrl – Alt – T on your keyboard to open Terminal. When it does, run the commands below to download UTorrent file.

wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz

 

utorrent_oneiric

 

Next, run the commands below to extract uTorrent files to the /opt directory.

sudo tar xvzf utorrent-server-3.0-25053.tar.gz -C /opt/

 

utorrent_oneiric_1

 

Then run the commands below to change the permission on uTorrent-server folder.

sudo chmod -R 777 /opt/utorrent-server-v3_0/

 

utorrent_oneiric_2

 

Next, run the commands below to link uTorrent server to the /user/bin directory.

sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver

 

utorrent_oneiric_3

 

Finally, run the commands below to start uTorrent.

utserver -settingspath /opt/utorrent-server-v3_0/

 

utorrent_oneiric_8

 

 

 

If you get an error about libssl.so package missing, run the commands below to install it, then try starting it again.

sudo apt-get install libssl0.9.8:i386

 

utorrent_oneiric_4

 

 

Now that uTorrent server is started, open your web browser (Firefox) and type the address below.

 

http://localhost:8080/gui/

The username is admin and leave the password field empty.

 

utorrent_oneiric_5

 

 

The first thing you will want to do is specify the download folder. To do that, click ‘Settings’ button.

 

utorrent_oneiric_6

 

Then scroll down to ‘Directories’ and specify the download folder.

 

utorrent_oneiric_7

 

 

Enjoy!


Related Posts

  • Create a Private, Password Protected Folder in Ubuntu 11.10 / 12.04
  • Automatically Mount Box Cloud Storage in Ubuntu 12.04 / 11.10
  • How to Fix ‘Failed to Retrieve Share List from Server’ in Ubuntu 12.04 / 11.10 when File Sharing with Windows
  • XBMC Media Center 11.0 (Eden) Released–Install it in Ubuntu 11.10 (Oneiric Ocelot)
  • Prevent Regular Users from Shutting Down / Restarting Ubuntu 11.10 (Oneiric Ocelot)

Home > How-To/Tips, Internet, Linux, Web - 16 January 2012
Tweet
Comment Below!
Click here to cancel reply.



Follow @liberiangeek

Recent Posts
    • How Do You Manage MySQL Databases In Ubuntu 13.04 Raring Ringtail
    • Say Yes To Google Play Music Manager In Ubuntu 13.04 Raring Ringtail
    • Delete Junk, Improve Performance And Increase Privacy With BleachBit In Ubuntu 13.04 Raring Ringtail
    • Firefox 21 Released For Windows, Mac And Linux Systems
    • How Can You Find System Information In Ubuntu 13.04 Raring Ringtail
    • Is There A Better Task Scheduler In Ubuntu 13.04 Raring Ringtail?
    • Want LAMP (Linux, Apache, MySQL, PHP) In Ubuntu 13.04?
    • Support For Ubuntu 10.04 / 11.10 Desktop And 8.04 Server Edition End Today
    • Want uTorrent In Ubuntu? You May Have To Settle For qBittorrent Instead
    • LibreOffice 4.0.3 Released–Third Minor Release Of LibreOffice 4.0 Family

    Copyright © 2009 - 2013 Liberian Geek        Privacy Policy |      About Us |      Contact Us |      Search

    ↑ Top