Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
Utorrent is one of the best torrent clients you can get for managing your torrents. But there is no official desktop version available of Utorrent for Ubuntu or any other Linux distributions. But we have a solution to this problem with two different methods.
We are going to show you how you can install Utorrent on Ubuntu using Wine and another way is to use Utorrent Server. We will discuss both of them.
Table of Contents
Wine is software that allows us to add Windows compatibility layers by which we can install and use Windows programs in our Linux system. Before downloading Utorrent, we have to configure Wine.
The repository contains the location where our required package is situated. By adding the Wine repository we can easily download and install Wine. Utilize the following command to add the Wine repository.
sudo apt-add-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’
In this step, we are going to add the GPG key. GPG key enables us to authenticate the packages that we are downloading. Use the following commands to add the GPG key for Wine in your system.
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Utorrent is not available for 64-bit architecture so we have to enable 32-bit architecture by the following command:
sudo dpkg –add-architecture i386
After performing all these changes, we have to update our system so that we can have benefited by making changes. The following command will update repositories, and download pending updates (if any):
sudo apt update && sudo apt upgrade -y
After performing all those changes, we are ready to install Wine. As Utorrent works fine on Wine’s stable branch, there is no need for us to mess with their unstable branches such as devel and staging.
Use the following command to install Wine stable:
sudo apt install winehq-stable
Once Wine is installed, we are ready to install Utorrent. Go to the official site of Utorrent. Download the basic version.
Open your File Manager and go to Downloads. You will see the previously downloaded .exe file. Right-click on that file and select the “Open With Other Application” option.
Select Wine “Wine Windows Program Loader”
You will see a prompt opened for installation. Click on the Next button.
A warning will be shown to you. Don’t worry. Click on Next.
You will see a Licence agreement. Read the details carefully and click on Accept.
Choose install options. As for now, defaults are good enough. Click on Next.
In the configuration section, uncheck options related to Windows.
Click on Finish.
That’s it Utorrent has been installed on your system.
Note: This method is known for being glitchy. If you face any issues with it, use 2nd method.
This is the most efficient method to use Utorrent. This is Utorrent Server so you are required it to use on Browser. Let’s start our process:
Open your Terminal to install the required Dependencies to run Utorrent.
sudo apt install libssl-dev
We will also require libssl1.0.0 which is removed from Ubuntu 19.10. Click here and your browser will automatically download the .deb file.
Open your file manager and go to Downloads. Locate that file and hit Enter.
You will see a new prompt with details about libssl1.0.0. Click on the Install button. It will ask for your Administrator password. Enter your password and it will install the required file.
After downloading and installing the required files, use the following command to install Utorrent Server:
wget http://download.ap.bittorrent.com/track/beta/endpoint/utserver/os/linux-x64-ubuntu-13-04 -O utserver.tar.gz
Once you download Utorrent Server, use the following command to extract files at /opt/ to use it globally.
sudo tar -zxvf utserver.tar.gz -C /opt/
After Extracting files, use the following command to create a link to the executable file:
sudo ln -s /opt/utorrent-server-*/utserver /usr/bin/utserver
Use the following link to start our Utorrent Server:
utserver -settingspath /opt/utorrent-server-*/ &
Once we start your Server successfully, we can easily use Utorrent Web Client by using the following link on the browser:
http://localhost:8080/gui
You can also use http://server_ip:8080.gui in the same local server by other devices.
Enter the following when you are asked username and password:
username: admin
password: {leave empty}
You will get a window of Utorrent which will look similar to the below image:
If you are not satisfied with the outcomes of Utorrent or do not require it to be installed on your system, you can easily remove it from your system.
Open your Terminal and use the following command to remove Utorrent from Wine.
wine uninstaller
Select Utorrent from options and click on remove. It will remove Utorrent from your system.
If you want to remove Wine also, you can use the following command:
sudo apt purge –auto-remove wine-stable
If you went through the 2nd method which explained installation on Utorrent Server, you can remove it by the following command:
sudo rm -r /opt/utorrent-server-alpha-v3_3 /usr/bin/utserver
As far as you are downloading files without malware, you are good to go on Utorrent. Some countries have banned using torrents so make sure you check about yours.
Yes, it surely does. You can use the official version released by Utorrent which still works like charm.
Related Posts:
By using these two methods, you can easily install Utorrent on Ubuntu. Many users have faced problems using Utorrent from the 1st method but for your convenience, we have also mentioned the 2nd method which will work smoothly on any hardware.