PDA

View Full Version : [ubuntu] 'g++-4.3' is missing final newline



srpantano
February 11th, 2009, 01:49 AM
When I try to update, install ou uninstall packages the following error message:


'g++-4.3' is missing final newline.

How to fix it? I can't neither reinstall the g++.

Thanks.
Sergio Ricardo.

Partyboi2
February 11th, 2009, 06:55 AM
You could try what is suggested here (https://answers.launchpad.net/ubuntu/+question/2591)
So open a terminal and

echo -en '\n' | sudo tee -a /var/lib/dpkg/info/g++-4.3.list

srpantano
February 11th, 2009, 10:58 PM
Resolved!!!

Thanks a lot.