UBUNTU20.04,ros签名无效
报错截取
已下载 19.6 kB,耗时 1秒 (15.0 kB/s) 正在读取软件包列表... 完成 W: 校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:http://mirrors.tuna.tsinghua.edu.cn/ros/ubuntu focal InRelease: 下列签名无效: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org> W: 校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:http://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu focal InRelease: 下列签名无效: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org> W: 无法下载 http://mirrors.tuna.tsinghua.edu.cn/ros/ubuntu/dists/focal/InRelease 下列签名无效: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org> W: 无法下载 http://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu/dists/focal/InRelease 下列签名无效: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org> W: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。
解决
sudo apt update
sudo apt install -y curl gnupg
sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo apt update
更多推荐


所有评论(0)