谷姐:我们都是谷歌迷
We are all Google fans

Debian 10/Ubuntu 20.04 安装 qBitTorrent-zxxx

Rate this post

查看版本

    # lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 20.04.2 LTS
    Release: 20.04
    Codename: focal

升级系统

    apt update && apt upgrade
    apt install automake build-essential libtool pkg-config

安装 libtorrent

https://github.com/arvidn/libtorrent/releases

https://github.com/arvidn/libtorrent/releases/download/v2.0.4/libtorrent-rasterbar-2.0.4.tar.gz

    apt install libssl-dev libgeoip-dev libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev

    cd /usr/local/src

    wget https://github.com/arvidn/libtorrent/releases/download/v1.2.14/libtorrent-rasterbar-1.2.14.tar.gz
    tar zxvf libtorrent-rasterbar-1.2.14.tar.gz
    cd libtorrent-rasterbar-1.2.14
    ./configure --disable-debug --enable-encryption --with-libgeoip=system
    make -j $(nproc)
    make install
    ldconfig

安装 qbittorrent

https://github.com/qbittorrent/qBittorrent/releases

    apt install qtbase5-dev qttools5-dev-tools libqt5svg5-dev zlib1g-dev
    cd /usr/local/src
    wget https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-4.3.5.tar.gz
    tar zxvf release-4.3.5.tar.gz
    cd qBittorrent-release-4.3.5
    ./configure --disable-gui --disable-debug
    make -j$(nproc)
    make install

启动 qbittorrent

    qbittorrent-nox

首次启动 请安 y 接受确认,接着按 Ctrl+c 退出,启动后台运行

创建服务

    cat << "EOF" > /etc/systemd/system/qbittorrent.service
    [Unit]Description=qBittorrent Daemon Service
    After=network.target

    [Service]LimitNOFILE=512000
    User=root
    ExecStart=/usr/local/bin/qbittorrent-nox
    ExecStop=/usr/bin/killall -w qbittorrent-nox

    [Install]WantedBy=multi-user.target
    EOF

启用服务

    systemctl enable qbittorrent.service

启动服务

    systemctl start qbittorrent.service

访问 WebUI:

http://你的IP:8080/

默认用户名:admin
默认密码:adminadmin

热议
推荐楼 sRGB

推荐楼 hostloc8888

2楼 燕十三丶 昨天22:56

感谢分享 很用心

3楼 h20 昨天22:56

我用aria2 

4楼 我是坏虫 昨天22:57

谢谢大佬分享

5楼 optimism 昨天23:05

顶我的新手朋友技术贴

7楼 weiguoxiu 昨天23:11

好东西收藏了

8楼 zxxx 昨天23:12

使用 docker 方便, 不是KVM才要自己编译
一键脚本 ,选择 7 自动安装,而且支持 ARM64 甲骨文这些

我是 OpenVZ 的机器

9楼 sRGB 昨天23:15

我是 OpenVZ 的机器

我也有个 500G硬盘机器,不是KVM,只能自己编译 Qb 4.1.9 就为了能 自动PT控制
apt版本太低,不能脚本管理

10楼 royzheng 昨天23:17

为啥libttorrent选的版本这么低?有什么好的地方?

12楼 马化滕 昨天23:56

草 大佬懂我阿 这两天一直在找教程 但是没找到合适的

14楼 怪人 10小时前

下载了又拉回本地?

15楼 royzheng 10小时前

太复杂了,直接下载编译好的版本就行了:https://github.com/userdocs/qbittorrent-nox-static/releases
比 ...

秀儿

16楼 vipming 10小时前

大佬教程很详细,

17楼 menethil 9小时前

mark,备用

18楼 冲浪麦浪花郎 8小时前

还是用aria2吧

19楼 EasyFame 23分钟前

编译安装提示qt-qmake版本低于5.11怎么办?

20楼 zxxx 19分钟前

编译安装提示qt-qmake版本低于5.11怎么办?

apt install qtbase5-dev qttools5-dev-tools libqt5svg5-dev zlib1g-dev

是不是这不知最新版本?

用一键脚本吧

Linux下安装 qbittorrent 教程/脚本
https://hostloc.com/thread-860557-1-1.html
(出处: 全球主机交流论坛)

申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。

未经谷姐允许不得转载:谷姐靓号网 » Debian 10/Ubuntu 20.04 安装 qBitTorrent-zxxx
分享到: 生成海报

热门文章

评论 抢沙发

评论前必须登录!

立即登录   注册

买Google Voice认准【谷姐靓号网】

Google Voice靓号列表Google Voice自助购买
切换注册

登录

忘记密码 ?

切换登录

注册

我们将发送一封验证邮件至你的邮箱, 请正确填写以完成账号注册和激活