
Soy un nuevo uso de ubuntu. por favor ayúdame aquí.
apt-get update
Producción:
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
Respuesta1
Realmente no sé si ayuda:
Problema de permiso: debe realizar las apt
operaciones como root o sudoer, es decir: - iniciar sesión como root (peligroso) - convertirse en sudoer y luego puede escribir el comando de esta manera:
$ sudo apt-get update
Otro problema con errores/advertencias similares: no puede realizar apt
operaciones simultáneamente = verifique si tiene algún otro apt
proceso ejecutándose; en otra consola puede ejecutarse aptitude
, en Xwindows se ejecuta Synaptics
. Los otros procesos bloquean las bibliotecas, listas de paquetes, etc.
Buena suerte