The main question is how to make space in root (/). After this I want to resize the root partition, this topic can be found on: How to resize partitions? or elsewhere.
I'm a little bit confused. No command seems to work for there is no space. I tried some random easy-way solutions but the problem persists. Here is the description of what I did:
It started giving me advices of “Little space on root, try uninstall software”
I removed some, and the Software Update continued working.
Eventually the root filled and now and for over two weeks the update software isn't working. I forced to upgrade with
sudo apt-get updateandsudo apt-get upgradeand not working. It gives me this message (auxiliary repositories):
At some point I tried to do some random reading on forums and enter command like this:
sudo apt-get cleanand gave me a file in:
/var/cache/apt/archives/lock.txtand problems with dependencies, repositories and dpkg.When I run
sudo apt-get -f installthis is the current exit:$$$$$$$$:~$ sudo apt-get -f install [sudo] password for $$$$: Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho Corrigiendo dependencias... Listo Se instalarán los siguientes paquetes extras: linux-headers-3.13.0-61 linux-headers-3.13.0-61-generic Se instalarán los siguientes paquetes NUEVOS: linux-headers-3.13.0-61 linux-headers-3.13.0-61-generic 0 actualizados, 2 se instalarán, 0 para eliminar y 60 no actualizados. 2 no instalados del todo o eliminados. Se necesita descargar 0 B/9.575 kB de archivos. Se utilizarán 76,5 MB de espacio de disco adicional después de esta operación. ¿Desea continuar? [S/n] s dpkg: aviso: falta el fichero de lista de ficheros del paquete "gnome-power-manager", se supondrá que el paquete no tiene ningún fichero actualmente instalado dpkg: aviso: falta el fichero de lista de ficheros del paquete "qtdeclarative5-qtfeedback-plugin:i386", se supondrá que el paquete no tiene ningún fichero actualmente instalado dpkg: aviso: falta el fichero de lista de ficheros del paquete "libio-string-perl", se supondrá que el paquete no tiene ningún fichero actualmente instalado` (…)
And continues with 2369 problems like this (all packages not found?)
Over this point I realized I had the root full and needed to liberate space and maybe extend the size of partition, for which I read I will need some 200 MB of free space. I don't remember how but I entered two commands that told me how much used/total space I had, noting it was full.
And now when I try to not mess with commands I don't really know (late), trying to uninstall software gives me this exit:
$$$$$$$$$:~$ sudo apt-get --purge remove openshot [sudo] password for $$$$: Leyendo lista de paquetes... Hecho Creando árbol de dependencias Leyendo la información de estado... Hecho Tal vez quiera ejecutar «apt-get -f install» para corregirlo: Los siguientes paquetes tienen dependencias incumplidas: linux-headers-generic : Depende: linux-headers-3.13.0-61-generic pero no va a instalarse E: Dependencias incumplidas. Intente «apt-get -f install» sin paquetes (o especifique una solución).`
Any suggestions? I have installed programs not found on Software Center and took me some time and effort, I would like not to format or reinstall Ubuntu if possible. Thanks in advance.
