随机
Enter 搜索 ↑↓ 切换 Esc 清空

win-install-qbittorrent

命令

Windows 安装 qBittorrent 下载工具

win-install-qbittorrent

Windows 安装 qBittorrent 下载工具

补充说明

qBittorrent 是一款免费开源的 BT 下载客户端,界面简洁无广告,支持 DHT、PEX、磁力链接、RSS 订阅和下载规则。

安装 qBittorrent

# 安装 qBittorrent
cd /d "%USERPROFILE%\Downloads" && curl.exe -L -o qbittorrent-installer.exe https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.6.4/qbittorrent_4.6.4_x64_setup.exe/download && qbittorrent_4.6.4_x64_setup.exe /S
# 安装 qBittorrent
cd ~\Downloads; curl.exe -L -o qbittorrent-installer.exe https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.6.4/qbittorrent_4.6.4_x64_setup.exe/download; .\qbittorrent_4.6.4_x64_setup.exe /S

winget 安装命令

推荐使用 winget 安装,自动处理依赖、静默后台执行

winget install -e --id qBittorrent.qBittorrent -h --accept-package-agreements --accept-source-agreements

使用前提

执行结果