gpt4 book ai didi

ubuntu - 使用 gpg 时如何修复 "gpg: WARNING: unsafe ownership on homedir '/home/jonny/.gnupg'"?

转载 作者:行者123 更新时间:2023-12-04 18:44:17 25 4
gpt4 key购买 nike

我正在尝试在我的 ubuntu 机器上安装 chirpstack。尝试设置 key 时出现以下错误。

jonny@jonny-ubuntu:~$ sudo gpg --keyserver keyserver.ubuntu.com:80 --recv-keys 1CE2AFD36DBCCA00
gpg: WARNING: unsafe ownership on homedir '/home/jonny/.gnupg'
gpg: keyserver receive failed: No keyserver available

链接到我正在使用的教程: chirpstack.io .
我在 StackOverflow/Stackexchange 上关注的类似问题(对我不起作用) gpg: WARNING: unsafe ownership on homedir '/home/user/.gnupg' . gpg: WARNING: unsafe ownership on configuration file, $gpg ....
jonny@jonny-ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic

抱歉,如果问题太模糊或没有意义,请随时问我任何其他问题。提前致谢。

最佳答案

如果您在尝试从服务器检索 key 时始终遇到错误,那么您将需要检索该 key 并将其手动添加到 apt 受信任的 key 中:

wget -q "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1CE2AFD36DBCCA00" -O- | gpg --dearmor > 1CE2AFD36DBCCA00.gpg
sudo mv 1CE2AFD36DBCCA00.gpg /etc/apt/trusted.gpg.d/

之后,您应该能够安装该软件

关于ubuntu - 使用 gpg 时如何修复 "gpg: WARNING: unsafe ownership on homedir '/home/jonny/.gnupg'"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60705113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com