Robotics StackExchange | Archived questions

while adding keys for ros1 , I am getting error that "no valid opengpg data found", though my CA certifiactes are up to date

while installing ros noetic , I am unable to get and add keys I had typo its "no valid openpgp data found"

Asked by devu on 2023-07-10 00:02:45 UTC

Comments

Answers

Actually the curl was not able to get it, so I just ran this cmds "sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654" and then "sudo apt update" and then "sudo apt install ros-noetic-desktop-full".

Asked by devu on 2023-07-20 12:52:54 UTC

Comments