I do these steps... I have Ubuntu 14.04 Trusty installed on a MAC PPC working perfect.
1. Made sure all Ubuntu repositories are correct.. Main, Restricted, Universe & Multiverse
2. `sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'`
3. `sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116`
4. `sudo apt-get update`
5. `sudo apt-get install ros-jade-desktop-full`
This is where I get stuck with the error:
E: Unable to locate package ros-jade-desktop-full
I actually went to the "repository" directory packages.ros.org and as I browse all the folders, I ask myself. Why do I not see a package called `ros-jade-desktop-full` .. are they in a different location specified by the DBs that I find in the repository?.. or maybe I am missing something I overlooked. I am a moderate Linux user and I don't believe I missed something, but I am new to ROS so maybe I did.
Can anyone help me to ID the issue?
↧