Home > System Tutorial > LINUX > body text

Teach you to install uTorrent on Ubuntu

WBOY
Release: 2024-06-02 10:45:33
Original
976 people have browsed it

It is available for Microsoft Windows and Mac OS X as client software. In Linux, uTorrent is installed as server software that provides a web-based interface for managing downloads. Here are the steps to install uTorrent on Ubuntu 17.10. If you are looking for the best open source alternative to uTorrent, go for qBittorrent.

Install uTorrent on Ubuntu
$ sudo apt-get update
Copy after login

教你在 Ubuntu 安装 uTorrent

$ sudo apt-get install libssl1.0.0 libssl-dev
Copy after login

教你在 Ubuntu 安装 uTorrent

Download the latest uTorrent Server from the official website
$ wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz
Copy after login

教你在 Ubuntu 安装 uTorrent

unzip files:
$ sudo tar -zxvf utserver.tar.gz -C /opt/
Copy after login

Change directory permissions:

$ sudo chmod 777 /opt/utorrent-server-alpha-v3_3/
Copy after login

教你在 Ubuntu 安装 uTorrent
Create a link to /usr/bin:

$ sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
Copy after login

Start uTorrent Server:

$ utserver -settingspath /opt/utorrent-server-alpha-v3_3/
Copy after login
Run utorrent

After running, use the browser to access: http://your-ip-:8080/gui

Username is admin, password is empty:
教你在 Ubuntu 安装 uTorrent
uTorrent main interface:
教你在 Ubuntu 安装 uTorrent
Version Information:
教你在 Ubuntu 安装 uTorrent

The above is the detailed content of Teach you to install uTorrent on Ubuntu. For more information, please follow other related articles on the PHP Chinese website!

source:linuxprobe.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!