0

I haven't been able to update of late. The details are as follows:

installArchives() failed: Preconfiguring packages ...
Preconfiguring packages ...
Preconfiguring packages ...
Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%%
(Reading database ... 10%%
(Reading database ... 15%%
(Reading database ... 20%%
(Reading database ... 25%%
(Reading database ... 30%%
(Reading database ... 35%%
(Reading database ... 40%%
(Reading database ... 45%%
(Reading database ... 50%%
(Reading database ... 55%%
(Reading database ... 60%%
(Reading database ... 65%%
(Reading database ... 70%%
(Reading database ... 75%%
(Reading database ... 80%%
(Reading database ... 85%%
(Reading database ... 90%%
(Reading database ... 95%%dpkg: unrecoverable fatal error, aborting:
 files list file for package 'dropbox' is missing final newline
Error in function: 

If I remove Dropbox, will I be able to update and subsequently reinstall Dropbox? I would note that none of the updates mention Dropbox, if that makes a difference.

I have checked the following question but was hesitant to follow the suggestions because I don't want an unintentional upgrade to 12.10:

Any help would be appreciated.

2 Answers2

1

Instead of trying to uninstall dropbox I would try the following, one at a time

  1. sudo apt-get install -f
  2. Open Software sources find the dropbox lines under the Other Software tab and disable them. Then try sudo apt-get update.
  3. If this fails too, then try sudo apt-get install -f again with the dropbox ppa diabled.
To Do
  • 15,833
0

I think you would be able to uninstall Dropbox (sudo apt-get remove dropbox from a terminal session) and reinstall easily.

Edit:

There is also some that suggest to remove the dropbox.list (assuming that is what the package is called) from /var/lib/dpkg/info/ and then do an apt-get update; apt-get remove dropbox.

Here's an article that I found on the Mint forums about this:

http://forums.linuxmint.com/viewtopic.php?t=109725&f=34

Here's another article with similar issue (error code 1) and it recommends several steps that appear to be safe as well:

trying to overwrite '/usr/bin/opencv_haartraining', which is also in package libopencv2.3-bin 2.3.1+svn6514+branch23-12~oneiric

Mordoc
  • 2,074