ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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
2 | No.2 Revision |
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)
3 | No.3 Revision |
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)