ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Error Kinetic install on Ubuntu 16.04

asked 2016-04-22 03:41:11 -0500

nandezgarcia gravatar image

updated 2016-04-22 03:45:43 -0500

gvdhoorn gravatar image

Hello!

I try to install Ros kinetic on Ubuntu 16.04 with the next step:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 0xB01FA116
sudo apt-get update

But when I introuce the last step:

sudo apt-get install ros-kinetic-desktop-full

I received the next:

E: unable to locate package ros-indigo-desktop-full

Some idea?

Thank you very much and regards! Andres.

edit retag flag offensive close merge delete

Comments

I can see that release date is May 2016. http://wiki.ros.org/Distributions

I suppose that only i can to do wait...

Thanks

Regards, Andres.

nandezgarcia gravatar image nandezgarcia  ( 2016-04-22 04:08:38 -0500 )edit

It is now July....I am having this problem. Linking to new question might be dupe, but in moderation limbo don't want to forget this question exists ;) http://answers.ros.org/question/23949...

neuronet gravatar image neuronet  ( 2016-07-13 22:32:53 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2016-07-14 02:37:34 -0500

gvdhoorn gravatar image

Well, the OP is a bit confusing: the command is to install Kinetic, but the error message mentions Indigo.

edit flag offensive delete link more
0

answered 2016-06-02 08:38:18 -0500

Andres,

I was having the same issue. What I did was go back and installed kinetic from source.

I did run in to an issue when I was resolving the dependencies. I am installing this on a RaspberryPi, so it is taking a long time. So when I started resolving dependencies, I sat there for awhile, but decided to go to bed on item number 30 of 194 (opencv3). When I woke up in the morning, I had an error that would have occurred shortly after I left the Pi. I believe it is because I let the Pi go to sleep in the middle of this step. I am not super familiar with linux, so I am not 100% sure this is the cause of the error because I haven't had a chance to retry, but I would bet, that is what caused the problem.

Try installing from source, and let me know if it works for you.

Best, Tim

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-22 03:41:11 -0500

Seen: 4,837 times

Last updated: Apr 22 '16