ROS Indigo on Ubuntu 14.04.03 E: Unable to locate package ros-indigo-desktop-full
Hi.
I am trying to install ROS Indigo on Ubuntu 14.04.03, but i keep getting this error message (for all the other install packages aswell)
E: Unable to locate package ros-indigo-desktop-full
I found several similar questions about this, but they all dated back to earlier this year. Some of them stated that indigo was not released for 14.04.03 yet, and that this release would come in May this year.
Since it is well past may, i was hoping someone had some insight as to why this is still not working?
Cheers
*edit: adding that i have followed this install tutorial to the point. http://wiki.ros.org/indigo/Installati...
I have also tried the dependency fix mentioned there, for 14.04.2, which just gave a lot more error messages about missing several other packages.
Can also add that i have installed ROS Jade without any problems at all, so there is nothing wrong with my Ubuntu distr (as far as i can tell).
**edit for new info:
$ cat /etc/apt/sources.list.d/ros-latest.list
deb http://packages.ros.org/ros/ubuntu vivid main
$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Ign http://archive.canonical.com vivid InRelease
Ign http://no.archive.ubuntu.com vivid InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://no.archive.ubuntu.com vivid-updates InRelease
Hit http://archive.canonical.com vivid Release.gpg
Hit http://dl.google.com stable Release
Ign http://no.archive.ubuntu.com vivid-backports InRelease
Hit http://dl.google.com stable/main amd64 Packages
Hit http://archive.canonical.com vivid Release
Hit http://no.archive.ubuntu.com vivid Release.gpg
Get:1 http://no.archive.ubuntu.com vivid-updates Release.gpg [933 B]
Hit http://dl.google.com stable/main i386 Packages
Hit http://archive.canonical.com vivid/partner amd64 Packages
Hit http://no.archive.ubuntu.com vivid-backports Release.gpg
Hit http://no.archive.ubuntu.com vivid Release
Hit http://archive.canonical.com vivid/partner i386 Packages
Get:2 http://no.archive.ubuntu.com vivid-updates Release [63,5 kB]
Ign http://security.ubuntu.com vivid-security InRelease
Hit http://archive.canonical.com vivid/partner Translation-en
Hit http://no.archive.ubuntu.com vivid-backports Release
Hit http://no.archive.ubuntu.com vivid/main Sources
Get:3 http://security.ubuntu.com vivid-security Release.gpg [933 B]
Hit http://no.archive.ubuntu.com vivid/restricted Sources
Hit http://no.archive.ubuntu.com vivid/universe Sources
Hit http://no.archive.ubuntu.com vivid/multiverse Sources
Ign http://dl.google.com stable/main Translation-en_US
Hit http://packages.osrfoundation.org vivid InRelease
Hit http://no.archive.ubuntu.com vivid/main amd64 Packages
Hit http://no.archive.ubuntu.com vivid/restricted amd64 Packages
Get:4 http://security.ubuntu.com vivid-security Release [63,5 kB]
Ign http://dl.google.com stable/main Translation-en
Hit http://no.archive.ubuntu.com vivid/universe amd64 Packages
Hit http://no.archive.ubuntu.com vivid/multiverse amd64 Packages
Hit http://packages.ros.org vivid InRelease
Hit http://no ...
Please list all the steps that you took to get to the point where you try to run
sudo apt-get install ros-..
. This sounds like something is not correctly setup.Did you install the additional system dependencies for 14.04.2 like suggested in Tutorial step 1.4?
I followed the steps in the tutorial to the point. I also tried the additional steps for 14.04.2, but this just gave a long list of additional packages it couldn't locate.
E: Unable to locate package xserver-xorg-dev-lts-utopic E: Unable to locate package mesa-common-dev-lts-utopic + 10 more
Please update (edit) your question with the output of
cat /etc/apt/sources.list.d/ros-latest.list
andsudo apt-get update
.Updated with printouts