简介
qbittorrent官网:www.qbittorrent.org
centos8下的qbittorrent,有桌面版的也有非桌面版的,桌面版需要x窗管理器,在qt下运行,没有窗管理器下需要用网页管理器访问。
- 部署
yum install epel* -y yum install qbittorrent-nox mkdir /root/Downloads/ systemctl start qbittorrent-nox@root.service systemctl enable qbittorrent-nox@root.service #防火墙设置 systemctl restart firewalld firewall-cmd --permanent --zone=public --add-port=8080/tcp systemctl restart firewalld
- 效果
测试通过。