I'm having problems with making changes with apt-get, aptitude, synaptic, and adept
Having run
sudo dpkg -audit
I get
The following packages are in a mess due to serious problems during
installation. They must be reinstalled for them (and any packages
that depend on them) to function properly:
linux-image-2.6.24-19-generic Linux kernel image for version 2.6.24 on x86/x86
I then run
sudo apt-get install linux-image-2.6.24-19-generic
and get
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libaccess-bridge-java linux-headers-2.6.24-18-generic libdb4.5 linux-headers-2.6.24-18
Use 'apt-get autoremove' to remove them.
Suggested packages:
linux-doc-2.6.24 linux-source-2.6.24
The following packages will be upgraded:
linux-image-2.6.24-19-generic
1 upgraded, 0 newly installed, 0 to remove and 62 not upgraded.
1 not fully installed or removed.
Need to get 0B/18.4MB of archives.
After this operation, 4096B of additional disk space will be used.
(Reading database ... dpkg: error processing /var/cache/apt/archives/linux-image-2.6.24-19-generic_2.6.24-19.36_i386.deb (--unpack):
files list file for package `linux-image-2.6.24-19-generic' is missing final newline
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-2.6.24-19-generic_2.6.24-19.36_i386.deb
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any ideas how I solve this one?
Having run
sudo dpkg -audit
I get
The following packages are in a mess due to serious problems during
installation. They must be reinstalled for them (and any packages
that depend on them) to function properly:
linux-image-2.6.24-19-generic Linux kernel image for version 2.6.24 on x86/x86
I then run
sudo apt-get install linux-image-2.6.24-19-generic
and get
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libaccess-bridge-java linux-headers-2.6.24-18-generic libdb4.5 linux-headers-2.6.24-18
Use 'apt-get autoremove' to remove them.
Suggested packages:
linux-doc-2.6.24 linux-source-2.6.24
The following packages will be upgraded:
linux-image-2.6.24-19-generic
1 upgraded, 0 newly installed, 0 to remove and 62 not upgraded.
1 not fully installed or removed.
Need to get 0B/18.4MB of archives.
After this operation, 4096B of additional disk space will be used.
(Reading database ... dpkg: error processing /var/cache/apt/archives/linux-image-2.6.24-19-generic_2.6.24-19.36_i386.deb (--unpack):
files list file for package `linux-image-2.6.24-19-generic' is missing final newline
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-2.6.24-19-generic_2.6.24-19.36_i386.deb
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any ideas how I solve this one?
Comment