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

Revision history [back]

Try to remove the lists directory under /var/lib and then creat it again:

cd /var/lib/apt
sudo rm -fr lists
sudo mkdir lists
sudo mkdir lists/partial

And try updating again

sudo apt-get update

Try to remove the lists directory under /var/lib and then creat it again:

cd /var/lib/apt
sudo rm -fr lists
sudo mkdir lists
sudo mkdir lists/partial

And try updating again

sudo apt-get update

Maybe you should follow the instructions under the installation guide again (Configuring repositories, set up the keys and install with apt-get)

Try to remove the lists directory under /var/lib and then creat it again:

cd /var/lib/apt
sudo rm -fr lists
sudo mkdir lists
sudo mkdir lists/partial

And try updating again

sudo apt-get update

Maybe you should After that, follow the instructions under the installation guide again (Configuring repositories, set up the keys updating apt-get and install with apt-get)installing)