Ubuntu 16.04 安装 uTorrent
uTorrent是小巧的BT下载软件,是BitTorrent开发的。
在Ubuntu上安装uTorrent
第一步:$ sudo apt-get update
第二步:$ sudo apt-get install libssl1.0.0 libssl-dev
从官网下载最新的uTorrent server:
官网链接
64位系统:
$ wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz
1.解压文件:
$ sudo tar -zxvf utserver.tar.gz -C /opt/
2.更改目录权限:
$ sudo chmod 777 /opt/utorrent-server-alpha-v3_3/
3.创建/usr/bin的链接:
$ sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
4.启动uTorrent Server:
$ utserver -settingspath /opt/utorrent-server-alpha-v3_3/
5.运行之后,使用浏览器访问:http://localhost:8080/gui/
用户名admin,密码为空:
6.导入下载好的uTorrent文件,设置好路径就可以了。
- 启动命令
utserver -settingspath /opt/utorrent-server-alpha-v3_3/
8.结束命令
killall utserver