请注意,本文编写于 1096 天前,最后修改于 1028 天前,其中某些信息可能已经过时。
1.安装
项目地址:https://github.com/Aniverse/qbittorrent-nox-static
安装命令:
bash <(wget -qO- --no-check-certificate https://github.com/Aniverse/qbittorrent-nox-static/raw/master/install.sh) \
-u <username> -p <webui password> -w <webui port> -v <version>
例如
bash <(curl -Ls https://github.com/Aniverse/qbittorrent-nox-static/raw/master/install.sh) -u aaa -p 123456 \
-w 8080 -v 4.2.5.lt.1.2.10
安装完成后放行指定的端口,然后访问设置好Qbittorrent。
2.开机启动
在电脑上新建文本文档,复制如下内容:
[Unit]
Description=qBittorrent-nox
After=network.target
[Service]
User=root
Type=forking
RemainAfterExit=yes
ExecStart=/usr/bin/qbittorrent-nox -d
[Install]
WantedBy=multi-user.target
然后保存为qbittorrent-nox.service,通过Finalshell,把此文件上传到/etc/systemd/system文件夹下,最后设置开机自启。
开机自启命令:
systemctl enable qbittorrent-nox
3.常用命令
启动Qbittorrent:
qbittorrent-nox
在后台启动Qbittorrent:
qbittorrent-nox -d
查看Qbittorrent版本:
qbittorrent-nox -v
启动 Qbittorrent 并指定 Web 面板的端口:
qbittorrent-nox --webui-port=xxxx
查看帮助:
qbittorrent-nox -h
3 条评论
这东西我从epel上安装的,然后我想降版本,是不是只需要把项目里的qbittorrent-nox.4.1.9.lt.1.1.14
改到/usr/bin/qbittorrent-nox就好了。。。。。。
我从其他渠道安装了qbittorrent安装并运行之后,发现找不到软件的安装路径,也找不到软件的可执行文件或快捷方式,总之关闭软件之后,无法开启了Σ(っ °Д °;)っ然后按您的提示,在运行中输入常用命令qbittorrent-nox ,对话框提示,Windows找不到文件“qbittorrent”然后就没有然后了╮(╯▽╰)╭ 求大神赐教
通常在 /usr/bin/ 文件夹下,我这个教程是在 Linux 系统下的安装教程,Windows系统直接去官网下载安装包直接安装就行。