web-dev-qa-db-fra.com

Je ne peux mettre à jour aucun paquet, ni mettre à niveau, et tout cela a commencé lorsque j'ai essayé d'installer flashplugin, une fenêtre contextuelle après la tentative de mise à niveau la dernière fois.

Sudo apt-get update
Sudo: unable to mkdir /var/lib/Sudo: No such file or directory
[Sudo] password for md: 
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (2: No such file or directory)
E: List of files can't be created as '/var/cache/apt/' is not a directory
E: List of files can't be created as '/var/cache/apt/' is not a directory
E: Could not open lock file /var/lib/dpkg/lock - open (2: No such file or directory)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
6
Md Taufique

Pour le partiel manquant:

Sudo mkdir -p /var/lib/apt/lists/partial
7
Vishnu N K