Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
UOS安装nvidia-docker,添加key时返回gpg找不到数据
Experiences and Insight
625
views ·
1
replies ·
To
floor
Go
flanker_e
deepin
2020-07-31 00:00
Author
使用UOS,在安装nvidia-docker时,遇到了如下问题:
#加入gpg key
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
但是返回gpg: no valid OpenPGP data found.没有找到数据,如图
请问这是什么情况?是地址被屏蔽的问题吗
Reply
Like 0
Favorite
View the author
All Replies
SamLukeYes
deepin
2020-07-31 04:10
#1
应该是地址被屏蔽了。先想办法弄到这个 gpgkey,然后再用 apt-key 添加。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
#加入gpg key
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
但是返回gpg: no valid OpenPGP data found.没有找到数据,如图
请问这是什么情况?是地址被屏蔽的问题吗