简体   繁体   English

sudo apt-add-repository ppa:gns3/ppa | gpg: 没有找到有效的 OpenPGP 数据

[英]sudo apt-add-repository ppa:gns3/ppa | gpg: no valid OpenPGP data found

i was following the instructions to install gns3 on my linux, and it appears that the first command of adding the ppa to repository didn't work.我按照说明在我的 linux 上安装 gns3,看来将 ppa 添加到存储库的第一个命令不起作用。

sudo apt-add-repository ppa:gns3/ppa

 PPA for GNS3 and Supporting Packages. Please see http://www.gns3.com for more details
 More info: https://launchpad.net/~gns3/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox '/tmp/tmpmnmly0qq/pubring.gpg' created
gpg: /tmp/tmpmnmly0qq/trustdb.gpg: trustdb created
gpg: key 9A2FD067A2E3EF7B: public key "Launchpad PPA for GNS3" imported
gpg: Total number processed: 1
gpg:               imported: 1
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.

The answer to your problem is stated in the last line:您的问题的答案在最后一行中说明:

"gpg: no valid OpenPGP data found." “gpg:没有找到有效的 OpenPGP 数据。”

The problem might go away by running:运行以下命令可能会解决 go 问题:

sudo apt-get install ca-certificates

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Mac上添加apt-repository ppa - How to add-apt-repository ppa on Mac 当我运行以下命令时出现问题“Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)” - $sudo add-apt-repository ppa:webupd8team/java - Getting issue "Oracle Java (JDK) 8 Installer PPA (DISCONTINUED)" when I am running following command - $sudo add-apt-repository ppa:webupd8team/java add-apt-repository ppa:ferramroberto / java如何在bash脚本中添加 - add-apt-repository ppa:ferramroberto/java how to add in a bash script 错误:gpg:安装Filezilla时找不到有效的OpenPGP数据 - Error: gpg: no valid OpenPGP data found while installing Filezilla 如何使用Ansible添加PPA存储库? - How can I add a PPA repository using Ansible? 在debian strech中添加ppa时,未发现S.gpg-agent.browser错误 - S.gpg-agent.browser not found error while adding ppa in debian strech gpg: 没有找到有效的 OpenPGP 数据。 在 Ubuntu 18.04 中安装 SQL 服务器时 - gpg: no valid OpenPGP data found. while installing SQL Server in Ubuntu 18.04 gpg: 没有找到有效的 OpenPGP 数据。 在 Linux Lite 上的 Docker 上安装 Cassandra 时 - gpg: no valid OpenPGP data found. When installing Cassandra on Docker on Linux Lite 如何修复 debian 上的 apt-add-repository 正则表达式错误 - How can I fix apt-add-repository regex error on debian Python 循环导入模块 _gi 导致 apt-add-repository 命令在 linux 中失败 - Python Circular Import Module _gi causes apt-add-repository command to fail in linux
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM