error when installing ROS on Ubuntu 12.04
I have Ubuntu 12.04 and trying to install ROS using this tutorial http://www.ros.org/wiki/fuerte/Installation/Ubuntu
when trying this command sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'
found error :
sudo: unable to change to sudoers gid: Operation not permitted sudo: setresuid() [0, 0, 0] -> [116, -1, -1]: Operation not permitted
what the wrong ?? :)