PDA

View Full Version : [ubuntu] Installation of upgrades in Ubuntu 8.10



kaemran
December 24th, 2008, 06:46 PM
Hi All,
Whenever i try to install any upgrade in UBuntu 8.10 i get the following error and cant install any update,


E: /var/cache/apt/archives/libbonobo2-common_2.24.0-0ubuntu1_all.deb: files list file for package `base-files' is missing final newline

Can any one please help me in this regard. Thanks

Partyboi2
December 25th, 2008, 12:33 AM
Open a terminal (Applications>Accessories>Terminal) and type

echo -en '\n' | sudo tee -a /var/lib/dpkg/info/base-files.list

then

sudo apt-get update && sudo apt-get upgrade