Synaptic Program Update Problem

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
starrfleat
Level 1
Level 1
Posts: 20
Joined: Fri Jun 08, 2007 9:51 pm

Synaptic Program Update Problem

Post by starrfleat »

1. I click the starburst icon on the desktop toolbar at my right.

2. Synaptic identifies updates to download (at present 19 for me).

3. I click the option to Install Updates.

4. The updates download, and Synaptic attempts to install. Then I get this error message:


E: /var/cache/apt/archives/rsync_2.6.9-3ubuntu1.1_i386.deb: files list file for package `libpoppler1' is missing final newline

I've tried clearing the apt caches, to no avail. Could this tie in with my NVIDIA driver? I couldn't get my desktop to initialize after bootlup recently. I couldn't get it back any other way, so I downloaded a linux NVIDIA driver setup program from the NVIDIA site, and ran it.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Post by Husse »

I think this can be solved by deleting the *.bin files in /var/cache/apt/
User avatar
newW2
Level 5
Level 5
Posts: 821
Joined: Fri Apr 06, 2007 10:24 am
Location: USA

Post by newW2 »

Found this on the Ubuntu form. Note: page 1 of this two page post mentions this error in association with Automatix.
http://ubuntuforums.org/showthread.php? ... er1&page=2

Also a security hit on a search:
http://www.linuxsecurity.com/content/view/128939/168/
starrfleat
Level 1
Level 1
Posts: 20
Joined: Fri Jun 08, 2007 9:51 pm

re:newW2 's solution

Post by starrfleat »

I've had no luck with this one, either.
Husse

Post by Husse »

Ok, let's try

Code: Select all

sudo apt-get --purge remove libpoppler1 
- removes a installed package (configfiles will also be removed)
starrfleat
Level 1
Level 1
Posts: 20
Joined: Fri Jun 08, 2007 9:51 pm

re: apt-get purge, etc.

Post by starrfleat »

Here's what I got when I tried that:

sudo apt-get --purge remove libpoppler1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
bluez-cups* cupsys* cupsys-driver-gutenprint* evince* hplip* libpoppler1*
libpoppler1-glib* poppler-utils*
0 upgraded, 0 newly installed, 8 to remove and 22 not upgraded.
Need to get 0B of archives.
After unpacking 20.3MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... dpkg: error processing bluez-cups (--purge):
files list file for package `libpoppler1' is missing final newline
Errors were encountered while processing:
bluez-cups
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Husse

Post by Husse »

I should have adviced you to write down what else that would be removed so you could reinstall all of it.
Ufortunately I don't know how to find the files list
I have to do some research
What has to be done is to find that files list....
I have seen that others have the same error
Locked

Return to “Beginner Questions”