雨林的Blog

解决Ubuntu 16.04 PPA安装qbittorrent出现错误Error: retrieving gpg key timed out

Ubuntu16.04 PPA安装qbittorrent软件出错

Error: retrieving gpg key timed out

手动添加ppa源及软件安装解决方案如下:

ppa源网站上搜索qbittorrent

https://launchpad.net/

Terminal打开sources.list

sudo gedit /etc/apt/sources.list

输入命令查看Ubuntu版本

lsb_release -a
Description:    Ubuntu 16.04.6 LTS
Release:        16.04
Codename:       xenial

sources.list文件末尾添加源 ,可以选择版本

deb http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu xenial main 
deb-src http://ppa.launchpad.net/qbittorrent-team/qbittorrent-stable/ubuntu xenial main 

Terminal添加Signing Key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 401E8827DA4E93E44C7D01E6D35164147CA69FC4

更新

sudo apt-get update && sudo apt-get upgrade

成功之后就可以安装软件了

sudo apt-get install qbittorrent-nox

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »