User-Profile-Image
hankin
  • 5
  • 关于
  • 分类
    • 路由器
    • 电脑相关
    • 游戏相关
    • 未分类
    • 服务器相关
    • 数据库
  • 页面
    • 关于
  • 友链
    • 华夏网盟
Help?

Please contact us on our email for need any support

Support
  • 关于
    首页   ›   服务器相关   ›   正文
服务器相关

linux安装Qbittorrent

2021-10-18 14:50:00
122  0 0

本位使用 Debian 10

前言

以下为安装最新或指定版本qBittorrent教程。
适用于Ubuntu18或更新版本,Debian10或更新版本
适用于qBittorrent4.1.9-4.3.0.1或更新版本

安装须知

https://github.com/arvidn/libtorrent
libtorrent是qBittorrent必要的后端程序,对软件性能有直接影响。

libtorrent 1.0.11: 非常稳定,适合长时间使用,但已经很老了,不建议使用。
libtorrent 1.1.14: 性能更好,对高速种子比较友好,非常稳定,适合长时间使用,建议使用。
libtorrent 1.2.10: 沒用过,但是小问题应该也修得差不多了,是qBittorrent4.3.0的默认版本
libtorrent 2.0 : 没用过,应该不稳定,不建议使用

libtorrent 1.0.11: 适用于qBittorrent3.3.11-4.1.3
libtorrent 1.1.14: 适用于qBittorrent4.0.0或更新版本
libtorrent 1.2.10 : 适用于qBittorrent4.2.0或更新版本

qBittorrent 4.1.4或更新版本: 要求libtorrent ≥ 1.1.10
qBittorrent 4.3.0或更新版本: 要求libtorrent ≥ 1.2.0

下面请根据qBittorrent版本安装所需的libtorrent,如果看不懂的话:
如果你想安装qBittorrent4.0.0-4.2.5,请安装libtorrent 1.1.14
如果你想安装qBittorrent4.3.0或更新版本,请安装libtorrent 1.2.10

安装libtorrent

先安装依赖包:
apt update
apt install build-essential pkg-config automake libtool git libgeoip-dev python3 python3-dev
apt install libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev
apt install qtbase5-dev qttools5-dev-tools libqt5svg5-dev zlib1g-dev

安装libtorrent 1.1.14:

wget https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1_14/libtorrent-rasterbar-1.1.14.tar.gz
tar xf libtorrent-rasterbar-1.1.14.tar.gz
cd libtorrent-rasterbar-1.1.14
./configure –disable-debug –enable-encryption –with-libgeoip=system
make -j$(nproc)
make install
ldconfig

安装libtorrent 1.2.14:

wget https://github.com/arvidn/libtorrent/releases/download/libtorrent-1.2.10/libtorrent-rasterbar-1.2.14.tar.gz
tar xf libtorrent-rasterbar-1.2.14.tar.gz
cd libtorrent-rasterbar-1.2.14
./configure –disable-debug –enable-encryption –with-libgeoip=system CXXFLAGS=-std=c++14
make -j$(nproc)
make install
ldconfig

如果configure无法编译的话可能需要安装这几个依赖。

apt-get install libboost-system-dev
apt-get install libboost-filesystem-dev libboost-thread-dev

快速安装

http://mirrors.163.com/debian/pool/main/libt/libtorrent-rasterbar/
下载对应版本的deb包后使用 apt install *.deb 安装。

安装qBittorrent

这个就不用多解释了,下载二进制文件给予执行权限直接就能运行。

评论 (0)

Click here to cancel reply.

欢迎您 游客  

近期文章

  • 用于网速测试的下载测速文件合集
  • docker构建SB镜像
  • pterodactl docker install
  • OpenWRT流量实时监控插件
  • docker部署dify

近期评论

No comments to show.

归档

  • 1 月 2026
  • 8 月 2025
  • 5 月 2025
  • 4 月 2025
  • 3 月 2025
  • 2 月 2025
  • 12 月 2024
  • 4 月 2024
  • 10 月 2023
  • 8 月 2023
  • 4 月 2023
  • 3 月 2023
  • 2 月 2023
  • 10 月 2021
  • 5 月 2021
  • 3 月 2021
  • 2 月 2021

分类

  • 数据库
  • 服务器相关
  • 未分类
  • 游戏相关
  • 电脑相关
  • 路由器
Copyright © 2026
smarty_hankin 主题. Designed by hankin
主页
页面
  • 关于
博主
hkthomas 管理员
136 文章 0 评论 18307 浏览
测试
测试