安装指南
1
2
Windows 安装
- 双击下载的 .exe 文件启动安装程序
- 选择安装语言(建议选择简体中文)
- 阅读并同意许可协议
- 选择安装路径(建议使用默认路径)
- 选择要创建的快捷方式
- 点击"安装"按钮开始安装
- 安装完成后,勾选"启动 qBittorrent"并点击"完成"
3
macOS 安装
- 打开下载的 .dmg 文件
- 将 qBittorrent 图标拖拽到"应用程序"文件夹
- 在"应用程序"文件夹中找到 qBittorrent 并双击启动
- 首次启动可能需要在"系统偏好设置 → 安全性与隐私"中允许运行
4
Linux 安装
Linux 用户有多种安装方式:
# Ubuntu/Debian
sudo apt-get update && sudo apt-get install qbittorrent
# Fedora
sudo dnf install qbittorrent
# Arch Linux
sudo pacman -S qbittorrent
或者下载 AppImage 文件,赋予执行权限后直接运行:
chmod +x qbittorrent-*.AppImage
./qbittorrent-*.AppImage