ROS download unable to locate package error
Solution 1:
- Make sure to configure your Ubuntu repositories to allow
restricted
,universe
, andmultiverse
. See this for a guide on how to do that. -
Issue the following command into terminal to setup your computer to accept software from
packages.ros.org
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
-
Setup your keys by issuing the following into terminal:
curl -sSL 'http://keyserver.ubuntu.com/pks/lookupop=get&search=0xC1CF6E31E6BADE8868B172B4F42ED6FBAB17C654' | sudo apt-key add -
-
Update your packages
sudo apt update
-
Now install:
sudo apt install ros-melodic-desktop-full