Whenever I try to update Ubuntu 12.10, it always gets interrupted by this error:
files list file for package `libqapt-runtime' contains empty filename
I have tried to install with apt-get as well and that gets interrupted by the same error.
Whenever I try to update Ubuntu 12.10, it always gets interrupted by this error:
files list file for package `libqapt-runtime' contains empty filename
I have tried to install with apt-get as well and that gets interrupted by the same error.
sudo apt-get install libqapt-runtime --reinstall
and tell me your results. – Lucio Apr 14 '13 at 00:18libreoffice
withlibqapt-runtime
. – Lucio Apr 14 '13 at 00:18cd / && find -name "libqapt-runtime*" -print
– Lucio Apr 14 '13 at 19:10cd / && sudo find -name "libqapt-runtime*" -print
– Lucio Apr 14 '13 at 19:24.deb
file and update the system:sudo rm /var/cache/apt/archives/libqapt-runtime_1.4.1-0ubuntu2_amd64.deb && sudo apt-get update && sudo apt-get upgrade
– Lucio Apr 14 '13 at 19:44cd / && sudo find -empty -name "libqapt-runtime*" -print
<-- this command is different 'cause the-empty
parameter – Lucio Apr 14 '13 at 20:24