PDA

View Full Version : [SOLVED] Broken packages libreoffice



Bregham_Dalgliesh
October 13th, 2014, 02:17 AM
Hi,

Since upgrading to Ubuntu 14.04 I have a red "no entry" sign in my desktop menu bar. It warns of broken packages ("Error: BrokenCount>0") and advises to fix them through Package Manager or a terminal. I tried the PM but I am not experienced enough to understand what the problem is and it fails to solve the issue each time. Here is the report from a terminal window:



bregham@Bregham-Asus:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libreoffice-common
Suggested packages:
libreoffice-style-crystal libreoffice-style-hicontrast
libreoffice-style-human libreoffice-style-oxygen libreoffice-style-sifr
libreoffice-style-tango
The following NEW packages will be installed
libreoffice-common
0 to upgrade, 1 to newly install, 0 to remove and 96 not to upgrade.
5 not fully installed or removed.
Need to get 0 B/19.9 MB of archives.
After this operation, 76.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 252530 files and directories currently installed.)
Preparing to unpack .../libreoffice-common_1%3a4.2.6.3-0ubuntu1_all.deb ...
Unpacking libreoffice-common (1:4.2.6.3-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/libreoffice-common_1%3a4.2.6.3-0ubuntu1_all.deb (--unpack):
trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.1-9775
rmdir: failed to remove ‘/var/lib/libreoffice/share/prereg/’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice/share/’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice/program/’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice’: No such file or directory
rmdir: failed to remove ‘/var/lib/libreoffice’: No such file or directory
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu2) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)
bregham@Bregham-Asus:~$


I actually installed Apache OOO and use that, so if it can be solved by removing LO that would be fine.

I would be grateful for any step-by-step help available, as right now this problem seems to be preventing me from installing any further apps or upgrades. Thanks!

ian-weisser
October 13th, 2014, 02:56 AM
This is the problem:

Unpacking libreoffice-common (1:4.2.6.3-0ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/libreoffice-common_1%3a4.2.6.3-0ubuntu1_all.deb (--unpack):
trying to overwrite '/usr/bin/soffice', which is also in package openoffice-debian-menus 4.1.1-9775

Two packages cannot provide the same file. If they do, they are incompatible.
You must decide which of the two you wish to keep, and remove the other.
You cannot have both. They are incompatible.


I actually installed Apache OOO and use that, so if it can be solved by removing LO that would be fine.

LibreOffice and Apache OOO are incompatible (see above). You cannot install both on a Debian or Ubuntu system using packages.
You can install both if you don't use packages.
So you can likely resolve the problem if you stop trying to install LibreOffice packages.

sudo apt-get autoremove libreoffice libreoffice-common
sudo apt-get update
sudo apt-get upgrade

If you get any error messages from those commands, stop there. Show us the entire session.

vasa1
October 13th, 2014, 02:57 AM
0 to upgrade, 1 to newly install, 0 to remove and 96 not to upgrade.
5 not fully installed or removed.I don't like that "96 not to upgrade". Do you know how that got there?

Bregham_Dalgliesh
October 13th, 2014, 05:20 AM
Thanks for the quick reply and explanation of the LO and Apache OOO incompatiblity. That makes me understand what the problem might be.

You say I must decide which of the two I would like to keep, LO or Apache OOO. First, I think LO comes preinstalled with Ubuntu, so I'm not sure if that means it was installed using packages? Secondly, I downloaded Apache OOO and installed it through a terminal, so I presume that means it wasn't installed through packages? In any case, as mentioned I would be happy to just stick to Apache OOO. Thinking I could do this, I followed your advice to stop trying to install LO packages with the command "sudo apt-get autoremove libreoffice libreoffice-common" and got this far:



bregham@Bregham-Asus:~$ sudo apt-get autoremove libreoffice libreoffice-common
[sudo] password for bregham:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'libreoffice-common' is not installed, so not removed
Package 'libreoffice' is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
libreoffice-core : Depends: libreoffice-common (> 1:4.2.6.3) but it is not going to be installed
libreoffice-ogltrans : Depends: libreoffice-common but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
bregham@Bregham-Asus:~$


I didn't go on to try "apt-get -f install" as I have tried that many times without results; the same is true of your suggestions "sudo apt-get update" and "sudo apt-upgrade".

Is it possible to solve the problem by simply getting rid of LO? If so, please advise how to do so, thanks!

Bregham_Dalgliesh
October 13th, 2014, 05:23 AM
"I don't like that "96 not to upgrade". Do you know how that got there?" ... sorry, absolutely no idea how or why it appears! It is way beyond my user level, sorry.

ian-weisser
October 13th, 2014, 05:42 AM
Is it possible to solve the problem by simply getting rid of LO? If so, please advise how to do so, thanks!

Yes.
That's what we will try to do by removing those libreoffice packages.
LibreOffice was indeed installed with Ubuntu. But that doesn't matter. It's easy to uninstall.

Try:

sudo apt-get autoremove libreoffice-core libreoffice-ogltrans

Let us know the result.
If it works without error, then try:

sudo apt-get update
sudo apt-get upgrade

And that will take care of those unapplied updates.

Bregham_Dalgliesh
October 13th, 2014, 06:59 AM
Thanks again for the quick clear response, you guys are amazing!

However ... I only got this far and from what I can see it did not work, so I didn't try the next steps of updating then upgrading:



bregham@Bregham-Asus:~$ sudo apt-get autoremove libreoffice-core libreoffice-ogltrans
[sudo] password for bregham:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
libreoffice-draw : Depends: libreoffice-core (= 1:4.2.6.3-0ubuntu1) but it is not going to be installed
Recommends: libreoffice-pdfimport but it is not going to be installed
libreoffice-impress : Depends: libreoffice-core (= 1:4.2.6.3-0ubuntu1) but it is not going to be installed
Recommends: libreoffice-avmedia-backend-gstreamer but it is not going to be installed
python3-uno : Depends: libreoffice-core (= 1:4.2.6.3-0ubuntu1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
bregham@Bregham-Asus:~$

ian-weisser
October 13th, 2014, 12:55 PM
You are quite right to stop at the first error, and to post the entire terminal output.
You are doing very well, and we are on the road to a fixed system.

Now let's make the remove instruction a bit longer, including the errors so far.
We will keep doing this until the package manager runs out of errors.

sudo apt-get autoremove libreoffice libreoffice-common libreoffice-core libreoffice-ogltrans libreoffice-draw libreoffice-impress python3-uno

That addresses the dependency errors that we know about.
Let's see if the package manager discovers any new issues.

Again, if that command completes without error:

sudo apt-get update
sudo apt-get upgrade

Bregham_Dalgliesh
October 13th, 2014, 01:20 PM
Hey, I got something right! Intuition is 1 nil up on Code Language!

Jokes aside, I've just followed your advice, thanks again, but I'm not sure if I was successful this time and I'm hesitating to do the update and upgrade parts as there is "E: Sub-process /usr/bin/dpkg returned an error code (1)" in the last line.



bregham@Bregham-Asus:~$ sudo apt-get autoremove libreoffice libreoffice-common libreoffice-core libreoffice-ogltrans libreoffice-draw libreoffice-impress python3-uno
[sudo] password for bregham:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'libreoffice-common' is not installed, so not removed
Package 'libreoffice' is not installed, so not removed
The following packages will be REMOVED
libreoffice-core libreoffice-draw libreoffice-impress libreoffice-ogltrans
libreoffice-style-galaxy python3-uno
0 to upgrade, 0 to newly install, 6 to remove and 96 not to upgrade.
5 not fully installed or removed.
After this operation, 124 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 252529 files and directories currently installed.)
Removing python3-uno (1:4.2.6.3-0ubuntu1) ...
dpkg: error processing package libreoffice-ogltrans (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
Removing libreoffice-core (1:4.2.6.3-0ubuntu1) ...
Removing libreoffice-impress (1:4.2.6.3-0ubuntu1) ...
Removing libreoffice-draw (1:4.2.6.3-0ubuntu1) ...
Removing libreoffice-style-galaxy (1:4.2.6.3-0ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1) ...
E: Sub-process /usr/bin/dpkg returned an error code (1)
bregham@Bregham-Asus:~$


Perhaps this error is normal and I should continue with the update and upgrade?

ian-weisser
October 13th, 2014, 05:22 PM
It's not normal.
It's also not difficult to fix.

Happily, the original package conflict has been resolved.
Almost all of LibreOffice has been uninstalled.
We're down to three problems left to fix:

1) Removing the libreoffice-ogltrans package:



dpkg: error processing package libreoffice-ogltrans (--remove): package is in a very bad inconsistent state; you should reinstall it before attempting a removal

This is usually pretty easy (though tedious) to fix. We try exactly what dkpg suggests - reinstalling the package, then removing it:

sudo apt-get install --reinstall libreoffice-ogltrans
sudo apt-get autoremove libreoffice-ogltrans




2) Fixing your Samba PAM:



no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory

You may not have even noticed this problem. The solution is at http://askubuntu.com/questions/477002/loadparm-c4864-leaking-memory
It's easy.

Run the following command, and remove "SMB password synchronization"

pam-auth-update





3) Resolving all those packages that won't be upgraded:



0 to upgrade, 0 to newly install, 6 to remove and 96 not to upgrade.

Let's see what those packages are. Try:

sudo apt-get --simulate dist-upgrade

ian-weisser
October 13th, 2014, 05:24 PM
It's not normal.
It's also not difficult to fix.

Happily, the original package conflict has been resolved.
Almost all of LibreOffice has been uninstalled.
Go ahead and try the update and upgrade.




We're down to three problems left to fix:

1) Removing the libreoffice-ogltrans package:



dpkg: error processing package libreoffice-ogltrans (--remove): package is in a very bad inconsistent state; you should reinstall it before attempting a removal

This is usually pretty easy (though tedious) to fix. We try exactly what dkpg suggests - reinstalling the package, then removing it:

sudo apt-get install --reinstall libreoffice-ogltrans
sudo apt-get autoremove libreoffice-ogltrans




2) Fixing your Samba PAM:



no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory

You may not have even noticed this problem. The solution is at http://askubuntu.com/questions/477002/loadparm-c4864-leaking-memory
It's easy.

Run the following command, and remove "SMB password synchronization"

pam-auth-update





3) Resolving all those packages that won't be upgraded:



0 to upgrade, 0 to newly install, 6 to remove and 96 not to upgrade.

Let's see what those packages are. Try:

sudo apt-get --simulate dist-upgrade

Bregham_Dalgliesh
October 14th, 2014, 11:57 AM
I think I've made a bit of a mess with the commands you advised. For the first one, removing the libreoffice-ogltrans package, I think I did encounter an error "Errors were encountered while processing: libreoffice-ogltransE: Sub-process /usr/bin/dpkg returned an error code (1)"

Just one question, was I supposed to choose between "0 to upgrade, 0 to newly install, 11 to remove and 96 not to upgrade" or is this just information provided? If I shoulld chooose, what would I type, simply "0" after "bregham@Bregham-Asus:~$"?




bregham@Bregham-Asus:~$ sudo apt-get install --reinstall libreoffice-ogltrans
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
libreoffice-ogltrans : Depends: libreoffice-common but it is not going to be installed
Depends: libreoffice-core but it is not going to be installed
Depends: libreoffice-impress but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
bregham@Bregham-Asus:~$ sudo apt-get autoremove libreoffice-ogltrans
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED
libreoffice-ogltrans
0 to upgrade, 0 to newly install, 1 to remove and 96 not to upgrade.
1 not fully installed or removed.
After this operation, 396 kB disk space will be freed.
Do you want to continue? [Y/n] y
dpkg: error processing package libreoffice-ogltrans (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
Errors were encountered while processing:
libreoffice-ogltrans
E: Sub-process /usr/bin/dpkg returned an error code (1)


For the second command, I don't think I succeeded! After the command a screen came up within the terminal, but I did not know how to remove "SMB password synchronization". All I could do was to highlight with the red asterisk using the cursor keys and then hit return (please see screenshot). How would I remove it?



bregham@Bregham-Asus:~$ pam-auth-update
debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
debconf: DbDriver "config": could not write /var/cache/debconf/config.dat-new: Permission denied
bregham@Bregham-Asus:~$ pam-auth-update
debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
print() on closed filehandle SEEN at /usr/sbin/pam-auth-update line 225, <STDIN> line 12.
debconf: DbDriver "config": could not write /var/cache/debconf/config.dat-new: Permission denied



Finally, here is the result of the command to resolve all those packages that won't upgrade



bregham@Bregham-Asus:~$ sudo apt-get --simulate dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies.
libreoffice-ogltrans : Depends: libreoffice-common but it is not installed
Depends: libreoffice-core but it is not installed
Depends: libreoffice-impress but it is not installed
E: Unmet dependencies. Try using -f.
bregham@Bregham-Asus:~$


Sorry, I seem to be creating more work than getting any closer to a solution! But if you are able to help out still I'd really appreciate it.

Thanks!

ian-weisser
October 14th, 2014, 01:17 PM
It's progress.
Sometimes it doesn't feel like progress.
But each iteration gets us closer to the solution.




was I supposed to choose between "0 to upgrade, 0 to newly install, 11 to remove and 96 not to upgrade" or is this just information provided?

Good question. It's informational. No decision required.


The libreoffice-ogltrans package did not reinstall, so did not remove.
Let's try it again with a much more powerful hammer:

sudo dpkg --force-remove-reinstreq libreoffice-ogltrans
Warning: We don't use dpkg --force commands lightly. This command won't actually remove the package; it will force amnesia on the dpkg package database. The actual installed files, if any, won't be deleted.

Please show the output, so we can see if it worked properly.




For the second command, I don't think I succeeded! After the command a screen came up within the terminal, but I did not know how to remove "SMB password synchronization". All I could do was to highlight with the red asterisk using the cursor keys and then hit return (please see screenshot). How would I remove it?

Sorry about that. Try it again with 'sudo pam-auth-update'.
- Use the arrow keys to move up and down the list.
- Use the <SPACE> bar to remove the asterisk at "SMB password synchronization".
- Then <TAB> over to OK, and hit <RETURN>

Bregham_Dalgliesh
October 14th, 2014, 02:46 PM
Thanks for the encouragement! I've done the iteration suggested and here is the output



bregham@Bregham-Asus:~$ sudo dpkg --force-remove-reinstreq libreoffice-ogltrans
[sudo] password for bregham:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
dpkg: error: need an action option


Type dpkg --help for help about installing and uninstalling packages
;
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;


Options marked
produce a lot of output - pipe it through 'less' or 'more' !
bregham@Bregham-Asus:~$


For the second iteration, I did as indicated - thanks, excellent instructions! But I'm not sure if anything changed. Here is the output



bregham@Bregham-Asus:~$ sudo pam-auth-update
bregham@Bregham-Asus:~$


I'm in Tokyo so that's all I can do for today. Thanks and look forward to your next instructions!

ian-weisser
October 14th, 2014, 03:31 PM
My fumble-fingered mistake. I ommited part of the dpkg command. Sorry.

Try:

sudo dpkg --remove --force-remove-reinstreq libreoffice-ogltrans

Bregham_Dalgliesh
October 15th, 2014, 02:17 PM
I think it worked ...



bregham@Bregham-Asus:~$ sudo dpkg --remove --force-remove-reinstreq libreoffice-ogltrans
[sudo] password for bregham:
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
(Reading database ... 252061 files and directories currently installed.)
Removing libreoffice-ogltrans (1:4.2.6.3-0ubuntu1) ...
bregham@Bregham-Asus:~$


Hopefully there's the next step now?

Thanks, as always!

Bregham_Dalgliesh
October 15th, 2014, 02:25 PM
Just one other thing concerning the "sudo pam-auth-update", which I thought I did successfully yesterday by following these steps:

- Use the arrow keys to move up and down the list.
- Use the <SPACE> bar to remove the asterisk at "SMB password synchronization".
- Then <TAB> over to OK, and hit <RETURN>

My understanding was that this would get rid of or solve the issue of having a small "no entry" sign in the menu bar of my desktop, but it still appears. Please see the screenshot to know what I mean. The message that appears when I click on the "no entry" sign is just legible.

ian-weisser
October 15th, 2014, 02:29 PM
Yes, that looks promising.
It also seems that your fix for pam-auth was successful. The 'leaking memory' error is gone.


Try:

sudo apt-get update
sudo apt-get upgrade

The first command will update dpkg's package database to current. (It changes frequently)
The second command will identify packages in that database that have an upgrade available, and try to upgrade those.
If those commands work, then your package manager is fixed. The System Updater icon should return to normal.

After that, the final issue to investigate is all those '96 not to upgrade' packages:

sudo apt-get --simulate dist-upgrade
This command, because of the --simulate flag, won't change anything on your system. But it will list those 96 packages...if the previous upgrade didn't fix them already.

Bregham_Dalgliesh
October 15th, 2014, 02:42 PM
Speak of the devil! Since I posted a short while ago the "no entry" icon has disappeared and the first automatic update in ages has just started.

However, it fails to complete with the message "Failed to download package files. Check your internet connection". The latter is working fine so it must be a default message.

ian-weisser
October 15th, 2014, 02:57 PM
However, it fails to complete with the message "Failed to download package files. Check your internet connection". The latter is working fine so it must be a default message.

The message means that System Updater was unable to reach the repository mirror. The package manager has no way to know what the problem is; it only knows that when it asks to update the package database, it gets no response. Could be a network problem, could be a proxy setting, could be a down mirror, could be a bad mirror entry. Might be temporary, might not. Troubleshooting network problems is (currently) the human's job.

Bregham_Dalgliesh
October 15th, 2014, 03:02 PM
Here is the output for the update



bregham@Bregham-Asus:~$ sudo apt-get update
[sudo] password for bregham:
Ign http://dl.google.com stable InRelease
Ign http://jp.archive.ubuntu.com trusty InRelease
Ign http://dl.google.com stable InRelease
Ign http://jp.archive.ubuntu.com trusty-updates InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://jp.archive.ubuntu.com trusty-backports InRelease
Hit http://jp.archive.ubuntu.com trusty Release.gpg
Hit http://dl.google.com stable Release.gpg
Hit http://jp.archive.ubuntu.com trusty-updates Release.gpg
Hit http://dl.google.com stable Release
Hit http://jp.archive.ubuntu.com trusty-backports Release.gpg
Ign http://security.ubuntu.com trusty-security InRelease
Hit http://dl.google.com stable Release
Hit http://jp.archive.ubuntu.com trusty Release
Hit http://dl.google.com stable/main i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates Release
Hit http://jp.archive.ubuntu.com trusty-backports Release
Ign http://ppa.launchpad.net trusty InRelease
Ign http://archive.canonical.com trusty InRelease
Hit http://jp.archive.ubuntu.com trusty/main Sources
Hit http://security.ubuntu.com trusty-security Release.gpg
Hit http://jp.archive.ubuntu.com trusty/restricted Sources
Hit http://jp.archive.ubuntu.com trusty/universe Sources
Hit http://jp.archive.ubuntu.com trusty/multiverse Sources
Ign http://extras.ubuntu.com trusty InRelease
Hit http://dl.google.com stable/main i386 Packages
Hit http://jp.archive.ubuntu.com trusty/main i386 Packages
Hit http://security.ubuntu.com trusty-security Release
Ign http://ppa.launchpad.net trusty InRelease
Hit http://jp.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://archive.canonical.com trusty Release.gpg
Hit http://jp.archive.ubuntu.com trusty/universe i386 Packages
Hit http://jp.archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://jp.archive.ubuntu.com trusty/main Translation-en_GB
Hit http://extras.ubuntu.com trusty Release.gpg
Hit http://security.ubuntu.com trusty-security/main Sources
Hit http://jp.archive.ubuntu.com trusty/main Translation-en
Hit http://ppa.launchpad.net trusty Release.gpg
Hit http://archive.canonical.com trusty Release
Hit http://security.ubuntu.com trusty-security/restricted Sources
Hit http://jp.archive.ubuntu.com trusty/multiverse Translation-en_GB
Hit http://jp.archive.ubuntu.com trusty/multiverse Translation-en
Hit http://extras.ubuntu.com trusty Release
Hit http://ppa.launchpad.net trusty Release.gpg
Hit http://jp.archive.ubuntu.com trusty/restricted Translation-en_GB
Hit http://archive.canonical.com trusty/partner i386 Packages
Hit http://security.ubuntu.com trusty-security/universe Sources
Hit http://jp.archive.ubuntu.com trusty/restricted Translation-en
Hit http://jp.archive.ubuntu.com trusty/universe Translation-en_GB
Hit http://extras.ubuntu.com trusty/main Sources
Hit http://jp.archive.ubuntu.com trusty/universe Translation-en
Hit http://security.ubuntu.com trusty-security/multiverse Sources
Hit http://ppa.launchpad.net trusty Release
Hit http://jp.archive.ubuntu.com trusty-updates/main Sources
Hit http://jp.archive.ubuntu.com trusty-updates/restricted Sources
Hit http://jp.archive.ubuntu.com trusty-updates/universe Sources
Hit http://security.ubuntu.com trusty-security/main i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates/multiverse Sources
Hit http://extras.ubuntu.com trusty/main i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates/main i386 Packages
Hit http://ppa.launchpad.net trusty Release
Hit http://jp.archive.ubuntu.com trusty-updates/restricted i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates/universe i386 Packages
Hit http://security.ubuntu.com trusty-security/restricted i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates/multiverse i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates/main Translation-en
Ign http://dl.google.com stable/main Translation-en_GB
Hit http://security.ubuntu.com trusty-security/universe i386 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://jp.archive.ubuntu.com trusty-updates/multiverse Translation-en
Ign http://dl.google.com stable/main Translation-en
Hit http://jp.archive.ubuntu.com trusty-updates/restricted Translation-en
Ign http://dl.google.com stable/main Translation-en_US
Hit http://jp.archive.ubuntu.com trusty-updates/universe Translation-en
Ign http://dl.google.com stable/main Translation-en_GB
Hit http://jp.archive.ubuntu.com trusty-backports/main Sources
Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages
Ign http://dl.google.com stable/main Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/restricted Sources
Ign http://dl.google.com stable/main Translation-en_US
Hit http://ppa.launchpad.net trusty/main Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/universe Sources
Hit http://jp.archive.ubuntu.com trusty-backports/multiverse Sources
Hit http://security.ubuntu.com trusty-security/main Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/main i386 Packages
Hit http://jp.archive.ubuntu.com trusty-backports/restricted i386 Packages
Hit http://jp.archive.ubuntu.com trusty-backports/universe i386 Packages
Ign http://archive.canonical.com trusty/partner Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/multiverse i386 Packages
Hit http://ppa.launchpad.net trusty/main i386 Packages
Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/main Translation-en
Hit http://security.ubuntu.com trusty-security/restricted Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/multiverse Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/restricted Translation-en
Hit http://jp.archive.ubuntu.com trusty-backports/universe Translation-en
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Ign http://jp.archive.ubuntu.com trusty/main Translation-en_US
Ign http://jp.archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://jp.archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://jp.archive.ubuntu.com trusty/universe Translation-en_US
Ign http://extras.ubuntu.com trusty/main Translation-en_GB
Ign http://extras.ubuntu.com trusty/main Translation-en
Ign http://extras.ubuntu.com trusty/main Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en_GB
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://ppa.launchpad.net trusty/main Translation-en_US
Reading package lists... Done
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_b inary-i386_Packages)
W: You may want to run apt-get update to correct these problems
bregham@Bregham-Asus:~$


I then did the upgrade, which took a while and produced a lot of code, sorry, but I presume it is a good sign!



Do you want to continue? [Y/n] y
Get:1 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main libgweather-common all 3.10.2-0ubuntu2 [510 kB]
Get:2 http://dl.google.com/linux/chrome/deb/ stable/main google-chrome-stable i386 38.0.2125.104-1 [47.3 MB]
Get:3 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main libgweather-3-6 i386 3.10.2-0ubuntu2 [55.9 kB]
Get:4 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main firefox i386 33.0+build2-0ubuntu0.14.04.1 [35.5 MB]
Get:5 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-globalmenu i386 33.0+build2-0ubuntu0.14.04.1 [8,316 B]
Get:6 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-locale-en i386 33.0+build2-0ubuntu0.14.04.1 [595 kB]
Get:7 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-locale-fr i386 33.0+build2-0ubuntu0.14.04.1 [396 kB]
Get:8 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main firefox-locale-ja i386 33.0+build2-0ubuntu0.14.04.1 [411 kB]
Get:9 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse flashplugin-installer i386 11.2.202.411ubuntu0.14.04.1 [6,950 B]
Get:10 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main gnome-calculator i386 1:3.10.2-0ubuntu1.2 [206 kB]
Get:11 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/universe gcalctool all 1:3.10.2-0ubuntu1.2 [43.4 kB]
Get:12 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/universe libpanel-applet-4-0 i386 1:3.8.0-1ubuntu12.2 [89.9 kB]
Get:13 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main python-cupshelpers all 1.4.3+20140219-0ubuntu2.2 [32.1 kB]
Get:14 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-requests all 2.2.1-1ubuntu0.1 [42.7 kB]
Get:15 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main system-config-printer-common all 1.4.3+20140219-0ubuntu2.2 [36.5 kB]
Get:16 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main system-config-printer-gnome all 1.4.3+20140219-0ubuntu2.2 [137 kB]
Get:17 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main system-config-printer-udev i386 1.4.3+20140219-0ubuntu2.2 [18.5 kB]
Get:18 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main wpasupplicant i386 2.1-0ubuntu1.1 [734 kB]
Get:19 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main liboxideqt-qmlplugin i386 1.2.5-0ubuntu0.14.04.1 [263 kB]
Get:20 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main liboxideqtcore0 i386 1.2.5-0ubuntu0.14.04.1 [23.1 MB]
Get:21 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main oxideqt-codecs i386 1.2.5-0ubuntu0.14.04.1 [532 kB]
Fetched 110 MB in 1min 38s (1,113 kB/s)
Extract templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../bash_4.3-7ubuntu1.5_i386.deb ...
Unpacking bash (4.3-7ubuntu1.5) over (4.3-7ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for install-info (5.2.0.dfsg.1-2) ...
Setting up bash (4.3-7ubuntu1.5) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../mount_2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking mount (2.20.1-5.1ubuntu20.2) over (2.20.1-5.1ubuntu20.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up mount (2.20.1-5.1ubuntu20.2) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../util-linux_2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking util-linux (2.20.1-5.1ubuntu20.2) over (2.20.1-5.1ubuntu20.1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for install-info (5.2.0.dfsg.1-2) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up util-linux (2.20.1-5.1ubuntu20.2) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../libapt-pkg4.12_1.0.1ubuntu2.5_i386.deb ...
Unpacking libapt-pkg4.12:i386 (1.0.1ubuntu2.5) over (1.0.1ubuntu2.3) ...
Setting up libapt-pkg4.12:i386 (1.0.1ubuntu2.5) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../apt_1.0.1ubuntu2.5_i386.deb ...
Unpacking apt (1.0.1ubuntu2.5) over (1.0.1ubuntu2.3) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up apt (1.0.1ubuntu2.5) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking bsdutils (1:2.20.1-5.1ubuntu20.2) over (1:2.20.1-5.1ubuntu20.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up bsdutils (1:2.20.1-5.1ubuntu20.2) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking libuuid1:i386 (2.20.1-5.1ubuntu20.2) over (2.20.1-5.1ubuntu20.1) ...
Setting up libuuid1:i386 (2.20.1-5.1ubuntu20.2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking libblkid1:i386 (2.20.1-5.1ubuntu20.2) over (2.20.1-5.1ubuntu20.1) ...
Setting up libblkid1:i386 (2.20.1-5.1ubuntu20.2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../libmount1_2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking libmount1:i386 (2.20.1-5.1ubuntu20.2) over (2.20.1-5.1ubuntu20.1) ...
Setting up libmount1:i386 (2.20.1-5.1ubuntu20.2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
(Reading database ... 252045 files and directories currently installed.)
Preparing to unpack .../libapt-inst1.5_1.0.1ubuntu2.5_i386.deb ...
Unpacking libapt-inst1.5:i386 (1.0.1ubuntu2.5) over (1.0.1ubuntu2.3) ...
Preparing to unpack .../file_1%3a5.14-2ubuntu3.2_i386.deb ...
Unpacking file (1:5.14-2ubuntu3.2) over (1:5.14-2ubuntu3.1) ...
Preparing to unpack .../libmagic1_1%3a5.14-2ubuntu3.2_i386.deb ...
Unpacking libmagic1:i386 (1:5.14-2ubuntu3.2) over (1:5.14-2ubuntu3.1) ...
Preparing to unpack .../libdbus-1-3_1.6.18-0ubuntu4.2_i386.deb ...
Unpacking libdbus-1-3:i386 (1.6.18-0ubuntu4.2) over (1.6.18-0ubuntu4.1) ...
Preparing to unpack .../udev_204-5ubuntu20.7_i386.deb ...
Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
Unpacking udev (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../libudev1_204-5ubuntu20.7_i386.deb ...
Unpacking libudev1:i386 (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../python3-aptdaemon.pkcompat_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python3-aptdaemon.pkcompat (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../aptdaemon-data_1.1.1-1ubuntu5.1_all.deb ...
Unpacking aptdaemon-data (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../python3-aptdaemon.gtk3widgets_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python3-aptdaemon.gtk3widgets (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../aptdaemon_1.1.1-1ubuntu5.1_all.deb ...
Unpacking aptdaemon (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../python3-aptdaemon_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python3-aptdaemon (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../language-selector-gnome_0.129.3_all.deb ...
Unpacking language-selector-gnome (0.129.3) over (0.129.2) ...
Preparing to unpack .../libsystemd-login0_204-5ubuntu20.7_i386.deb ...
Unpacking libsystemd-login0:i386 (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../dbus_1.6.18-0ubuntu4.2_i386.deb ...
Unpacking dbus (1.6.18-0ubuntu4.2) over (1.6.18-0ubuntu4.1) ...
Preparing to unpack .../language-selector-common_0.129.3_all.deb ...
Unpacking language-selector-common (0.129.3) over (0.129.2) ...
Preparing to unpack .../libpam-systemd_204-5ubuntu20.7_i386.deb ...
systemd-logind stop/waiting
Unpacking libpam-systemd:i386 (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../systemd-services_204-5ubuntu20.7_i386.deb ...
Unpacking systemd-services (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../libsystemd-daemon0_204-5ubuntu20.7_i386.deb ...
Unpacking libsystemd-daemon0:i386 (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../man-db_2.6.7.1-1ubuntu1_i386.deb ...
Unpacking man-db (2.6.7.1-1ubuntu1) over (2.6.7.1-1) ...
Preparing to unpack .../fonts-droid_1%3a4.3-3ubuntu1.1_all.deb ...
Moving obsolete conffile /etc/fonts/conf.avail/65-droid-sans-fonts.conf out of the way...
Unpacking fonts-droid (1:4.3-3ubuntu1.1) over (1:4.3-3ubuntu1) ...
Preparing to unpack .../libnspr4-0d_2%3a4.10.7-0ubuntu0.14.04.1_i386.deb ...
Unpacking libnspr4-0d:i386 (2:4.10.7-0ubuntu0.14.04.1) over (2:4.10.2-1ubuntu1.1) ...
Preparing to unpack .../libnspr4_2%3a4.10.7-0ubuntu0.14.04.1_i386.deb ...
Unpacking libnspr4:i386 (2:4.10.7-0ubuntu0.14.04.1) over (2:4.10.2-1ubuntu1.1) ...
Preparing to unpack .../libnss3-1d_2%3a3.17.1-0ubuntu0.14.04.1_i386.deb ...
Unpacking libnss3-1d:i386 (2:3.17.1-0ubuntu0.14.04.1) over (2:3.15.4-1ubuntu7.1) ...
Preparing to unpack .../libnss3-nssdb_2%3a3.17.1-0ubuntu0.14.04.1_all.deb ...
Unpacking libnss3-nssdb (2:3.17.1-0ubuntu0.14.04.1) over (2:3.15.4-1ubuntu7.1) ...
Preparing to unpack .../libnss3_2%3a3.17.1-0ubuntu0.14.04.1_i386.deb ...
Unpacking libnss3:i386 (2:3.17.1-0ubuntu0.14.04.1) over (2:3.15.4-1ubuntu7.1) ...
Preparing to unpack .../google-chrome-stable_38.0.2125.104-1_i386.deb ...
Unpacking google-chrome-stable (38.0.2125.104-1) over (37.0.2062.120-1) ...
Preparing to unpack .../libgudev-1.0-0_1%3a204-5ubuntu20.7_i386.deb ...
Unpacking libgudev-1.0-0:i386 (1:204-5ubuntu20.7) over (1:204-5ubuntu20.6) ...
Preparing to unpack .../libvncserver0_0.9.9+dfsg-1ubuntu1.1_i386.deb ...
Unpacking libvncserver0:i386 (0.9.9+dfsg-1ubuntu1.1) over (0.9.9+dfsg-1ubuntu1) ...
Preparing to unpack .../libsystemd-journal0_204-5ubuntu20.7_i386.deb ...
Unpacking libsystemd-journal0:i386 (204-5ubuntu20.7) over (204-5ubuntu20.6) ...
Preparing to unpack .../apt-utils_1.0.1ubuntu2.5_i386.deb ...
Unpacking apt-utils (1.0.1ubuntu2.5) over (1.0.1ubuntu2.3) ...
Preparing to unpack .../rsyslog_7.4.4-1ubuntu2.3_i386.deb ...
Unpacking rsyslog (7.4.4-1ubuntu2.3) over (7.4.4-1ubuntu2.1) ...
Preparing to unpack .../apt-transport-https_1.0.1ubuntu2.5_i386.deb ...
Unpacking apt-transport-https (1.0.1ubuntu2.5) over (1.0.1ubuntu2.3) ...
Preparing to unpack .../uuid-runtime_2.20.1-5.1ubuntu20.2_i386.deb ...
Unpacking uuid-runtime (2.20.1-5.1ubuntu20.2) over (2.20.1-5.1ubuntu20.1) ...
Preparing to unpack .../python3-problem-report_2.14.1-0ubuntu3.5_all.deb ...
Unpacking python3-problem-report (2.14.1-0ubuntu3.5) over (2.14.1-0ubuntu3.4) ...
Preparing to unpack .../python3-apport_2.14.1-0ubuntu3.5_all.deb ...
Unpacking python3-apport (2.14.1-0ubuntu3.5) over (2.14.1-0ubuntu3.4) ...
Preparing to unpack .../apport_2.14.1-0ubuntu3.5_all.deb ...
apport stop/waiting
Unpacking apport (2.14.1-0ubuntu3.5) over (2.14.1-0ubuntu3.4) ...
Preparing to unpack .../apport-gtk_2.14.1-0ubuntu3.5_all.deb ...
Unpacking apport-gtk (2.14.1-0ubuntu3.5) over (2.14.1-0ubuntu3.4) ...
Preparing to unpack .../dbus-x11_1.6.18-0ubuntu4.2_i386.deb ...
Unpacking dbus-x11 (1.6.18-0ubuntu4.2) over (1.6.18-0ubuntu4.1) ...
Preparing to unpack .../evolution-data-server-online-accounts_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking evolution-data-server-online-accounts (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../evolution-data-server_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking evolution-data-server (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libcamel-1.2-45_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libcamel-1.2-45 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../evolution-data-server-common_3.10.4-0ubuntu1.3_all.deb ...
Unpacking evolution-data-server-common (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libedataserver-1.2-18_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libedataserver-1.2-18 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libebackend-1.2-7_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libebackend-1.2-7 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libebook-contacts-1.2-0_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libebook-contacts-1.2-0 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libedata-book-1.2-20_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libedata-book-1.2-20 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libebook-1.2-14_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libebook-1.2-14 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libecal-1.2-16_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libecal-1.2-16 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libedata-cal-1.2-23_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking libedata-cal-1.2-23 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../libgweather-common_3.10.2-0ubuntu2_all.deb ...
Unpacking libgweather-common (3.10.2-0ubuntu2) over (3.10.2-0ubuntu1) ...
Preparing to unpack .../libgweather-3-6_3.10.2-0ubuntu2_i386.deb ...
Unpacking libgweather-3-6 (3.10.2-0ubuntu2) over (3.10.2-0ubuntu1) ...
Preparing to unpack .../firefox_33.0+build2-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox (33.0+build2-0ubuntu0.14.04.1) over (32.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../firefox-globalmenu_33.0+build2-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox-globalmenu (33.0+build2-0ubuntu0.14.04.1) over (32.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../firefox-locale-en_33.0+build2-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox-locale-en (33.0+build2-0ubuntu0.14.04.1) over (32.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../firefox-locale-fr_33.0+build2-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox-locale-fr (33.0+build2-0ubuntu0.14.04.1) over (32.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../firefox-locale-ja_33.0+build2-0ubuntu0.14.04.1_i386.deb ...
Unpacking firefox-locale-ja (33.0+build2-0ubuntu0.14.04.1) over (32.0+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../flashplugin-installer_11.2.202.411ubuntu0.14.04.1_i386.deb ...
Unpacking flashplugin-installer (11.2.202.411ubuntu0.14.04.1) over (11.2.202.406ubuntu0.14.04.1) ...
Preparing to unpack .../gnome-calculator_1%3a3.10.2-0ubuntu1.2_i386.deb ...
Unpacking gnome-calculator (1:3.10.2-0ubuntu1.2) over (1:3.10.2-0ubuntu1.1) ...
Preparing to unpack .../gcalctool_1%3a3.10.2-0ubuntu1.2_all.deb ...
Unpacking gcalctool (1:3.10.2-0ubuntu1.2) over (1:3.10.2-0ubuntu1.1) ...
Preparing to unpack .../gir1.2-ebook-1.2_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking gir1.2-ebook-1.2 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../gir1.2-ebookcontacts-1.2_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking gir1.2-ebookcontacts-1.2 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../gir1.2-edataserver-1.2_3.10.4-0ubuntu1.3_i386.deb ...
Unpacking gir1.2-edataserver-1.2 (3.10.4-0ubuntu1.3) over (3.10.4-0ubuntu1.2) ...
Preparing to unpack .../gir1.2-gudev-1.0_1%3a204-5ubuntu20.7_i386.deb ...
Unpacking gir1.2-gudev-1.0 (1:204-5ubuntu20.7) over (1:204-5ubuntu20.6) ...
Preparing to unpack .../hunspell-en-ca_1%3a4.2.1-0ubuntu1.1_all.deb ...
Unpacking hunspell-en-ca (1:4.2.1-0ubuntu1.1) over (1:4.2.1-0ubuntu1) ...
Preparing to unpack .../hyphen-fr_1%3a4.2.1-0ubuntu1.1_all.deb ...
Unpacking hyphen-fr (1:4.2.1-0ubuntu1.1) over (1:4.2.1-0ubuntu1) ...
Preparing to unpack .../libpanel-applet-4-0_1%3a3.8.0-1ubuntu12.2_i386.deb ...
Unpacking libpanel-applet-4-0 (1:3.8.0-1ubuntu12.2) over (1:3.8.0-1ubuntu12.1) ...
Preparing to unpack .../libunity-control-center1_14.04.3+14.04.20140922-0ubuntu1_i386.deb ...
Unpacking libunity-control-center1 (14.04.3+14.04.20140922-0ubuntu1) over (14.04.3+14.04.20140604-0ubuntu1) ...
Preparing to unpack .../linux-firmware_1.127.7_all.deb ...
Unpacking linux-firmware (1.127.7) over (1.127.6) ...
Preparing to unpack .../linux-libc-dev_3.13.0-37.64_i386.deb ...
Unpacking linux-libc-dev:i386 (3.13.0-37.64) over (3.13.0-35.62) ...
Preparing to unpack .../myspell-en-gb_1%3a4.2.1-0ubuntu1.1_all.deb ...
Unpacking myspell-en-gb (1:4.2.1-0ubuntu1.1) over (1:4.2.1-0ubuntu1) ...
Preparing to unpack .../myspell-en-za_1%3a4.2.1-0ubuntu1.1_all.deb ...
Unpacking myspell-en-za (1:4.2.1-0ubuntu1.1) over (1:4.2.1-0ubuntu1) ...
Preparing to unpack .../python-problem-report_2.14.1-0ubuntu3.5_all.deb ...
Unpacking python-problem-report (2.14.1-0ubuntu3.5) over (2.14.1-0ubuntu3.4) ...
Preparing to unpack .../python-apport_2.14.1-0ubuntu3.5_all.deb ...
Unpacking python-apport (2.14.1-0ubuntu3.5) over (2.14.1-0ubuntu3.4) ...
Preparing to unpack .../python-cupshelpers_1.4.3+20140219-0ubuntu2.2_all.deb ...
Unpacking python-cupshelpers (1.4.3+20140219-0ubuntu2.2) over (1.4.3+20140219-0ubuntu2.1) ...
Preparing to unpack .../python3-requests_2.2.1-1ubuntu0.1_all.deb ...
Unpacking python3-requests (2.2.1-1ubuntu0.1) over (2.2.1-1) ...
Preparing to unpack .../system-config-printer-common_1.4.3+20140219-0ubuntu2.2_all.deb ...
Unpacking system-config-printer-common (1.4.3+20140219-0ubuntu2.2) over (1.4.3+20140219-0ubuntu2.1) ...
Preparing to unpack .../system-config-printer-gnome_1.4.3+20140219-0ubuntu2.2_all.deb ...
Unpacking system-config-printer-gnome (1.4.3+20140219-0ubuntu2.2) over (1.4.3+20140219-0ubuntu2.1) ...
Preparing to unpack .../system-config-printer-udev_1.4.3+20140219-0ubuntu2.2_i386.deb ...
Unpacking system-config-printer-udev (1.4.3+20140219-0ubuntu2.2) over (1.4.3+20140219-0ubuntu2.1) ...
Preparing to unpack .../thunderbird-locale-ja_1%3a31.1.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird-locale-ja (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-locale-fr_1%3a31.1.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird-locale-fr (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-locale-en_1%3a31.1.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird-locale-en (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird_1%3a31.1.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-gnome-support_1%3a31.1.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird-gnome-support (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-globalmenu_1%3a31.1.2+build1-0ubuntu0.14.04.1_i386.deb ...
Unpacking thunderbird-globalmenu (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-locale-en-gb_1%3a31.1.2+build1-0ubuntu0.14.04.1_all.deb ...
Unpacking thunderbird-locale-en-gb (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../thunderbird-locale-en-us_1%3a31.1.2+build1-0ubuntu0.14.04.1_all.deb ...
Unpacking thunderbird-locale-en-us (1:31.1.2+build1-0ubuntu0.14.04.1) over (1:31.1.1+build1-0ubuntu0.14.04.1) ...
Preparing to unpack .../unity-control-center_14.04.3+14.04.20140922-0ubuntu1_i386.deb ...
Unpacking unity-control-center (14.04.3+14.04.20140922-0ubuntu1) over (14.04.3+14.04.20140604-0ubuntu1) ...
Preparing to unpack .../wpasupplicant_2.1-0ubuntu1.1_i386.deb ...
Unpacking wpasupplicant (2.1-0ubuntu1.1) over (2.1-0ubuntu1) ...
Preparing to unpack .../liboxideqt-qmlplugin_1.2.5-0ubuntu0.14.04.1_i386.deb ...
Unpacking liboxideqt-qmlplugin:i386 (1.2.5-0ubuntu0.14.04.1) over (1.1.2-0ubuntu0.14.04.1) ...
Preparing to unpack .../liboxideqtcore0_1.2.5-0ubuntu0.14.04.1_i386.deb ...
Unpacking liboxideqtcore0:i386 (1.2.5-0ubuntu0.14.04.1) over (1.1.2-0ubuntu0.14.04.1) ...
Preparing to unpack .../oxideqt-codecs_1.2.5-0ubuntu0.14.04.1_i386.deb ...
Unpacking oxideqt-codecs:i386 (1.2.5-0ubuntu0.14.04.1) over (1.1.2-0ubuntu0.14.04.1) ...
Preparing to unpack .../python-aptdaemon-gtk_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python-aptdaemon-gtk (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../python-aptdaemon.gtk3widgets_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python-aptdaemon.gtk3widgets (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../python-aptdaemon.gtkwidgets_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python-aptdaemon.gtkwidgets (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Preparing to unpack .../python-aptdaemon_1.1.1-1ubuntu5.1_all.deb ...
Unpacking python-aptdaemon (1.1.1-1ubuntu5.1) over (1.1.1-1ubuntu5) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for doc-base (0.10.5) ...
Processing 1 changed doc-base file...
Registering documents with scrollkeeper...
Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Processing triggers for libglib2.0-0:i386 (2.40.0-2) ...
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu2) ...
Processing triggers for update-notifier-common (0.154.1) ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.411.orig.tar.gz
Installing from local file /tmp/tmpomh8rM.gz
Flash Plugin installed.
Setting up libapt-inst1.5:i386 (1.0.1ubuntu2.5) ...
Setting up libmagic1:i386 (1:5.14-2ubuntu3.2) ...
Setting up file (1:5.14-2ubuntu3.2) ...
Setting up libdbus-1-3:i386 (1.6.18-0ubuntu4.2) ...
Setting up libudev1:i386 (204-5ubuntu20.7) ...
Setting up udev (204-5ubuntu20.7) ...
Installing new version of config file /etc/init/udev-fallback-graphics.conf ...
udev stop/waiting
udev start/running, process 10291
Removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
update-initramfs: deferring update (trigger activated)
Setting up python3-aptdaemon (1.1.1-1ubuntu5.1) ...
Setting up python3-aptdaemon.pkcompat (1.1.1-1ubuntu5.1) ...
Setting up aptdaemon-data (1.1.1-1ubuntu5.1) ...
Setting up python3-aptdaemon.gtk3widgets (1.1.1-1ubuntu5.1) ...
Setting up aptdaemon (1.1.1-1ubuntu5.1) ...
Setting up libsystemd-login0:i386 (204-5ubuntu20.7) ...
Setting up dbus (1.6.18-0ubuntu4.2) ...
Installing new version of config file /etc/dbus-1/session.conf ...
Setting up language-selector-common (0.129.3) ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-sg.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-tw.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-mo.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-hk.conf ...
Installing new version of config file /etc/fonts/conf.avail/69-language-selector-zh-cn.conf ...
Setting up language-selector-gnome (0.129.3) ...
Setting up libsystemd-daemon0:i386 (204-5ubuntu20.7) ...
Setting up man-db (2.6.7.1-1ubuntu1) ...
Updating database of manual pages ...
Setting up fonts-droid (1:4.3-3ubuntu1.1) ...
Removing obsolete conffile /etc/fonts/conf.avail/65-droid-sans-fonts.conf ...
Setting up libnspr4:i386 (2:4.10.7-0ubuntu0.14.04.1) ...
Setting up libnspr4-0d:i386 (2:4.10.7-0ubuntu0.14.04.1) ...
Setting up libgudev-1.0-0:i386 (1:204-5ubuntu20.7) ...
Setting up libvncserver0:i386 (0.9.9+dfsg-1ubuntu1.1) ...
Setting up libsystemd-journal0:i386 (204-5ubuntu20.7) ...
Setting up apt-utils (1.0.1ubuntu2.5) ...
Setting up rsyslog (7.4.4-1ubuntu2.3) ...
The user `syslog' is already a member of `adm'.
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
rsyslog stop/waiting
rsyslog start/running, process 12659
Setting up apt-transport-https (1.0.1ubuntu2.5) ...
Setting up uuid-runtime (2.20.1-5.1ubuntu20.2) ...
Setting up python3-problem-report (2.14.1-0ubuntu3.5) ...
Setting up python3-apport (2.14.1-0ubuntu3.5) ...
Setting up apport (2.14.1-0ubuntu3.5) ...
apport start/running
Setting up apport-gtk (2.14.1-0ubuntu3.5) ...
Setting up dbus-x11 (1.6.18-0ubuntu4.2) ...
Setting up evolution-data-server-common (3.10.4-0ubuntu1.3) ...
Setting up libgweather-common (3.10.2-0ubuntu2) ...
Setting up libgweather-3-6 (3.10.2-0ubuntu2) ...
Setting up firefox (33.0+build2-0ubuntu0.14.04.1) ...
Installing new version of config file /etc/apparmor.d/usr.bin.firefox ...
Please restart all running instances of firefox, or you will experience problems.
Setting up firefox-globalmenu (33.0+build2-0ubuntu0.14.04.1) ...
Setting up firefox-locale-en (33.0+build2-0ubuntu0.14.04.1) ...
Setting up firefox-locale-fr (33.0+build2-0ubuntu0.14.04.1) ...
Setting up firefox-locale-ja (33.0+build2-0ubuntu0.14.04.1) ...
Setting up gnome-calculator (1:3.10.2-0ubuntu1.2) ...
Setting up gcalctool (1:3.10.2-0ubuntu1.2) ...
Setting up gir1.2-gudev-1.0 (1:204-5ubuntu20.7) ...
Setting up hunspell-en-ca (1:4.2.1-0ubuntu1.1) ...
Setting up hyphen-fr (1:4.2.1-0ubuntu1.1) ...
Setting up libpanel-applet-4-0 (1:3.8.0-1ubuntu12.2) ...
Setting up libunity-control-center1 (14.04.3+14.04.20140922-0ubuntu1) ...
Setting up linux-firmware (1.127.7) ...
Setting up linux-libc-dev:i386 (3.13.0-37.64) ...
Setting up myspell-en-gb (1:4.2.1-0ubuntu1.1) ...
Setting up myspell-en-za (1:4.2.1-0ubuntu1.1) ...
Setting up python-problem-report (2.14.1-0ubuntu3.5) ...
Setting up python-apport (2.14.1-0ubuntu3.5) ...
Setting up python-cupshelpers (1.4.3+20140219-0ubuntu2.2) ...
Setting up python3-requests (2.2.1-1ubuntu0.1) ...
Setting up system-config-printer-common (1.4.3+20140219-0ubuntu2.2) ...
Setting up system-config-printer-gnome (1.4.3+20140219-0ubuntu2.2) ...
Setting up system-config-printer-udev (1.4.3+20140219-0ubuntu2.2) ...
Setting up thunderbird (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-locale-ja (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-locale-fr (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-locale-en (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-gnome-support (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-globalmenu (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-locale-en-gb (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up thunderbird-locale-en-us (1:31.1.2+build1-0ubuntu0.14.04.1) ...
Setting up unity-control-center (14.04.3+14.04.20140922-0ubuntu1) ...
Setting up wpasupplicant (2.1-0ubuntu1.1) ...
Setting up oxideqt-codecs:i386 (1.2.5-0ubuntu0.14.04.1) ...
Setting up python-aptdaemon (1.1.1-1ubuntu5.1) ...
Setting up python-aptdaemon.gtkwidgets (1.1.1-1ubuntu5.1) ...
Setting up python-aptdaemon.gtk3widgets (1.1.1-1ubuntu5.1) ...
Setting up python-aptdaemon-gtk (1.1.1-1ubuntu5.1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up systemd-services (204-5ubuntu20.7) ...
Setting up libpam-systemd:i386 (204-5ubuntu20.7) ...
systemd-logind start/running, process 12888
Setting up libnss3-nssdb (2:3.17.1-0ubuntu0.14.04.1) ...
Setting up libnss3:i386 (2:3.17.1-0ubuntu0.14.04.1) ...
Setting up libnss3-1d:i386 (2:3.17.1-0ubuntu0.14.04.1) ...
Setting up google-chrome-stable (38.0.2125.104-1) ...
Setting up libcamel-1.2-45 (3.10.4-0ubuntu1.3) ...
Setting up libedataserver-1.2-18 (3.10.4-0ubuntu1.3) ...
Setting up libebackend-1.2-7 (3.10.4-0ubuntu1.3) ...
Setting up evolution-data-server-online-accounts (3.10.4-0ubuntu1.3) ...
Setting up libebook-contacts-1.2-0 (3.10.4-0ubuntu1.3) ...
Setting up libedata-book-1.2-20 (3.10.4-0ubuntu1.3) ...
Setting up libebook-1.2-14 (3.10.4-0ubuntu1.3) ...
Setting up libecal-1.2-16 (3.10.4-0ubuntu1.3) ...
Setting up libedata-cal-1.2-23 (3.10.4-0ubuntu1.3) ...
Setting up evolution-data-server (3.10.4-0ubuntu1.3) ...
Setting up flashplugin-installer (11.2.202.411ubuntu0.14.04.1) ...
Setting up gir1.2-edataserver-1.2 (3.10.4-0ubuntu1.3) ...
Setting up gir1.2-ebookcontacts-1.2 (3.10.4-0ubuntu1.3) ...
Setting up gir1.2-ebook-1.2 (3.10.4-0ubuntu1.3) ...
Setting up liboxideqtcore0:i386 (1.2.5-0ubuntu0.14.04.1) ...
Setting up liboxideqt-qmlplugin:i386 (1.2.5-0ubuntu0.14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.14.0-031400-generic
bregham@Bregham-Asus:~$



Finally, for the "96" error, here is the result:



bregham@Bregham-Asus:~$ sudo apt-get --simulate dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed
linux-headers-3.13.0-37 linux-headers-3.13.0-37-generic
linux-image-3.13.0-37-generic linux-image-extra-3.13.0-37-generic
The following packages will be upgraded:
linux-generic linux-generic-pae linux-headers-generic
linux-headers-generic-pae linux-image-generic linux-image-generic-pae
6 to upgrade, 4 to newly install, 0 to remove and 0 not to upgrade.
Inst linux-image-3.13.0-37-generic (3.13.0-37.64 Ubuntu:14.04/trusty-updates [i386])
Inst linux-generic-pae [3.13.0.35.42] (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-image-generic-pae [3.13.0.35.42] (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-image-extra-3.13.0-37-generic (3.13.0-37.64 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-generic [3.13.0.35.42] (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-image-generic [3.13.0.35.42] (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-headers-generic-pae [3.13.0.35.42] (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-headers-3.13.0-37 (3.13.0-37.64 Ubuntu:14.04/trusty-updates [all]) []
Inst linux-headers-3.13.0-37-generic (3.13.0-37.64 Ubuntu:14.04/trusty-updates [i386]) []
Inst linux-headers-generic [3.13.0.35.42] (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
Conf linux-image-3.13.0-37-generic (3.13.0-37.64 Ubuntu:14.04/trusty-updates [i386])
Conf linux-image-extra-3.13.0-37-generic (3.13.0-37.64 Ubuntu:14.04/trusty-updates [i386])
Conf linux-image-generic (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
Conf linux-headers-3.13.0-37 (3.13.0-37.64 Ubuntu:14.04/trusty-updates [all])
Conf linux-headers-3.13.0-37-generic (3.13.0-37.64 Ubuntu:14.04/trusty-updates [i386])
Conf linux-headers-generic (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
Conf linux-generic (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
Conf linux-generic-pae (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
Conf linux-image-generic-pae (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
Conf linux-headers-generic-pae (3.13.0.37.44 Ubuntu:14.04/trusty-updates [i386])
bregham@Bregham-Asus:~$

Bregham_Dalgliesh
October 15th, 2014, 03:05 PM
So it seems to be looking pretty good, even maybe fixed might I venture to say?

ian-weisser
October 15th, 2014, 03:28 PM
Seems fixed to me.
Congratulations.

If it seems fixed to you, please use the Thread Tools at top of page to mark the thread as SOLVED.

Bregham_Dalgliesh
October 16th, 2014, 01:02 AM
Au contraire, congratulations to you! Thanks for everything, you've restored my faith in Ubuntu after it started to wane post-14.04, mainly 'cos I found the bugs and process to repair them too difficult and time consuming to do. It had me thinking Ubuntu had become just too specialised for everyday users like myself, but the way you explained each process and persevered has made me "believe" again!

Thank-you!

rick50
October 10th, 2015, 03:03 AM
Hi, I had a very similar problem with my office (Libre and open) packages in Trusty.
A bit of Background .....
I wasn't happy with the dictionaries and started to change from Libre to open. OK ... Install open and uninstalled Libre.
OpenO corrupted a few large files I had been working on with my studies and so decided to upgrade.. Back to Libre5.0. And so I discovered I had corrupted the dependencies, possibly before that, when I uninstalled Libre originally (over a few months). I haven't been able to use apt-get or the package manager for anything without it asking to do a fix. I think part of the problem was due to installing OpenOficce using a ppa..
(apt-get install -f) which didn't work.
Searching the net for a possible solution didn't work (I had tried every one) except for one suggestion earlier (sorry I can't quote the link) on in the search which was to use the synaptic package manager which I didn't have and couldn't install. I then later stumbled upon and realized that I had Gdebi package manager which is basically the same.

Once I got my head around GDebi package manager I was able to fix the problem.
I can't tell the precise steps because at this stage it was mostly trial and error but I'll provide the basic steps and hopefully others will add to this.
... THE FIX ...
1. Start GDebi Package manager. It should report that you have broken dependencies....
2. Filter the search for broken packages (include Dependencies). In this case LibreOffice. You should have a list that you can work with.
3. Mark the base and common LibreOffice for "complete removal" and apply. ( i left LibreOffice 5.0 alone)
4. if you have OpenOffice -- do the same.
5. exit GDebi Package manager
6. apt-get install -f
7. apt-get update
8. apt-get upgrade

Hopefully that's it -- back to normal..LibreOffice5.0 is working ok..

Bye