在本教程中,我们将向您展示怎样在 Debian 10 上安装 qBittorrent。对于那些不知道的人,qBittorrent 是一个开源 BitTorrent 客户端,旨在提供 μTorrent 的免费软件替代品,可用于 Linux、Windows 、Mac OS X 和 FreeBSD。
本文假设您至少具有 Linux 的基本知识,知道怎样使用 shell,并且最重要的是,您在自己的 VPS 上托管您的站点。 安装非常简单,假设您在 root 帐户中运行,否则您可能需要添加 ‘sudo
‘ 到获得 root 权限的命令。 我将向您展示在 Debian 10 (Buster) 上逐步安装 qBittorrent。
qBittorrent 功能
- 抛光的类似 µTorrent 的用户界面
- 无广告
- 集成良好且可扩展的搜索引擎
- 在许多 Torrent 搜索站点中同时搜索
- 特定类别的搜索请求(例如书籍、音乐、软件)
- 具有高级下载过滤器的 RSS 提要支持。
- 支持许多 BitTorrent 扩展:
- 磁铁链接
- 分布式哈希表 (DHT)、对等交换协议 (PEX)、本地对等发现 (LSD)
- 私人种子
- 加密连接
- 通过 Web 用户界面进行远程控制,使用 AJAX 编写
- 几乎与常规 GUI 相同
- 顺序下载(按顺序下载)
- 对种子、跟踪器和对等点的高级控制
- Torrents 排队和优先排序
- Torrent 内容选择和优先级排序
- 带宽调度器
- Torrent创建工具
- IP 过滤(兼容 eMule 和 PeerGuardian 格式)
- 符合 IPv6
- UPnP / NAT-PMP 端口转发支持
- 提供 70 种语言
在 Debian 10 Buster 上安装 qBittorrent
步骤 1. 在我们安装任何软件之前,通过运行以下命令确保您的系统是最新的很重要 apt
终端中的命令:
sudo apt update sudo apt upgrade sudo apt install snapd sudo snap install core
步骤 2. 在 Debian 10 上安装 qBittorent。
- 使用 Snap 安装 qBittorrent。
要安装 qBittorrent,只需使用以下命令:
sudo snap install qbittorrent-arnatious
- 从 Debian 默认存储库安装 qBittorrent。
运行以下命令进行安装:
sudo apt install qbittorrent
第 3 步。访问 qBittorrent。
安装软件包后,单击活动并打开菜单,然后键入 qbittorrent
.
恭喜! 您已成功安装 qBittorrent。 感谢您使用本教程在 Debian 10 Buster 系统上安装 qBittorrent。 如需更多帮助或有用信息,我们建议您查看 qBittorrent 官方网站.