Ubuntu安装qbittorrent-nox

软件 QingYu 3年前 (2022-03-24) 21次浏览 0个评论
文章目录[隐藏]

安装add-apt-repository命令

sudo apt-get update && sudo apt-get install software-properties-common -y

 添加qbittorrent-nox的PPA软件源

# qBittorrent 稳定版
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
# qBittorrent 测试版
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-unstable

安装qbittorrent-nox

sudo apt-get update && sudo apt-get install qbittorrent-nox -y

设置开机启动

sudo apt-get install vim -y && vim /etc/systemd/system/qbittorrent-nox.service
[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文件后重新载入

sudo systemctl daemon-reload

启动

sudo systemctl start qbittorrent-nox

停止

sudo systemctl stop qbittorrent-nox

设置开机启动

sudo systemctl enable qbittorrent-nox

查看状态

sudo systemctl status qbittorrent-nox

默认账号:admin 密码:adminadmin
默认登陆网址:ip:8080

文章来源:https://www.jianshu.com/p/c8e323ff1890

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址