Home  >  Article  >  System Tutorial  >  Teach you to install uTorrent on Ubuntu

Teach you to install uTorrent on Ubuntu

WBOY
WBOYOriginal
2024-06-02 10:45:33948browse

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

教你在 Ubuntu 安装 uTorrent

$ sudo apt-get install libssl1.0.0 libssl-dev

教你在 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

教你在 Ubuntu 安装 uTorrent

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

Change directory permissions:

$ sudo chmod 777 /opt/utorrent-server-alpha-v3_3/

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

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

Start uTorrent Server:

$ utserver -settingspath /opt/utorrent-server-alpha-v3_3/
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!

Statement:
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