Hopefully this post will help all you new Linux users who are trying to find a way to torrent on your new operating system.
If you’ve just installed Linux on your computer, and are stuck without being able to download things, what do you do? Please note, this tutorial is written from experience using Ubuntu 8.04. If you use any other distro, the information may change a bit, but not much.

Well, most Linux distros come with a torrent client built in.
But, that’s not the best solution for you. It’s often slow, and it lacks the features of other popular torrent clients.
If you’re an Azureus user, then you’ve got no problem.
Azureus is out for Linux as well! The kind people who created the great torrent client must have realized that, hey! It’s a good idea to release stuff on Linux, people actually do use that!!
If you don’t have Java Runtime Environment installed, this program won’t work. Make sure you have that first.
To obtain Azureus for your Linux, just go to http://www.azureus.com and scroll down. Click the “Download Vuze” button.
They have their website set up to automatically recognize your operating system and provide you with the functional download for your machine, so you won’t have to go through anything else in the site after this, just click that and download it.
Once it’s downloaded, open up the archive in your file browser.
Then, extract the archive wherever you want.
Now, go to the point of extraction and enter into the folder that says “Azureus.”
Then, double-click on the file that says “azureus” with no extension, and tell it to run.
Now the splash screen will come up, and the program will start like normal.
If you want, you can even create a launcher (shortcut) for this file on the desktop for easy access.
If you use uTorrent, your situation is a bit more difficult.
You have three options here…
One, you can emulate uTorrent through Wine or Crossover, or another program to let you run Windows programs on Linux.
Two, you can try out KTorrent
Third, you can switch to Azureus.
Ktorrent is a Linux alternative for uTorrent for the KDE desktop environment, but I could imagine that it would work in GNOME as well.
Now that you’ve got the torrent client, you can successfully download .torrent files.
But, wait — your video won’t play!
Get VLC Media Player. It contains all the codecs you could ever need to get your videos working, and it is out for Linux.
But — there’s still a problem.
What if you downloaded a torrent, and you find a .rar file?
You can’t open rar files natively in most Linux operating systems! What will you do?
Well, one thing you can do is open up a Terminal window, and type in
“sudo apt-get install rar” without the quotes, of course.
Using sudo gives you root administrative privileges for the following command, and the command apt-get install will install the application that you type in (in this case, rar).
rar will give your operating system support to open, extract, and create rar files.
Now you can torrent just as well on Linux as you could on your previous operating system!
Comment if you’re having problems still.