【环境配置】ubuntu2204-cudnn GPG key 错误

问题: cudnn GPG error

bash 复制代码
Reading package lists... Done                                                                                                                                  
W: GPG error: file:/var/cudnn-local-repo-ubuntu2204-8.8.0.121  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 91B24998B66125A0
E: The repository 'file:/var/cudnn-local-repo-ubuntu2204-8.8.0.121  InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

解决方案

找到 /var 目录下对应的 cudnn* 文件夹,然后执行如下命令

bash 复制代码
sudo cp /var/cudnn-local-repo-ubuntu2204-8.8.0.121/*.gpg /usr/share/keyrings/
sudo apt update
sudo apt upgrade

【参考】

W: GPG error: cudnn GPG key 错误

相关推荐
EasyCVR18 分钟前
GA/T1400视图库平台EasyCVR视频融合平台HLS视频协议是什么?
服务器·网络·人工智能·音视频
moneyxjj19 分钟前
Linux各种解压命令汇总
linux·运维·服务器
白白♛~38 分钟前
网络管理之---3种网络模式配置
linux·服务器·网络
陈yanyu1 小时前
Linux - 弯路系列3:安装和编译libvirt-4.5.0及虚拟网卡virbr0(virbr0-nic)创建
linux·运维·服务器
大风吹PP凉1 小时前
34Web服务器(如Apache, Nginx)
服务器·nginx·apache
逃跑的羊2 小时前
jenkins提交gitee后自动部署
运维·gitee·jenkins
学习向前冲2 小时前
安装一键式重置密码插件(Linux)-CloudResetPwdAgent
linux·运维·服务器
RobinDevNotes2 小时前
自动化构建镜像:Packer
运维·packer
fareast_mzh3 小时前
Setting Up a Simple Live Streaming Server on Debian 11
运维·debian·直播
xs_20123 小时前
引入第三方jar包部署服务器后找不到jar处理方法
服务器·pycharm·jar