Not all updates can be installed

Asked by Pabs

Hi. I tried installing Kdenlive through the terminal some time ago. I wasn't able to finish the process, but I screwed up the sources.list file causing the Synaptic Package and Add/Remove feature to display an error message when clicked.

I used "sudo gedit /etc/apt/sources.list" as advised by one of the helpful people here in LaunchPad. It was fixed (the Add/Remove button and the Synaptic Package were now opened), but now, there seems to be a problem still rooted to what I did trying to install Kdenlive. Update Manager says there are 5 updates available, but when I click the notification, it says:
==============
Not all updates can be installed

Run a partial upgrade, to install as many updates as possible.

This can be caused by:
> A previous upgrade which didn't complete
> Problems with some of the installed software
> Unofficial software packages not provided by Ubuntu
> Normal changes of a pre-release version of Ubuntu
===============

When I click on Partial Upgrade, the upgrade gets through these processes (Getting new packages, Installing the upgrades, and Cleaning up). But when the progress bar is nearly full and the status under it says "Reading Cache" it says this:
===============
Error authenticating some packages

It was not possible to authenticate some packages. This may be a transient network problem. You may want to try again later. See below for a list of unauthenticated packages.
kde-icons-oxygen
kde4libs-bin
kdebase-plasma-kde4
kdebase-runtime
kdebase-runtime-bin-kde4
kdebase-runtime-data
kdebase-runtime-data-common
kdebase-workspace-bin
kdebase-workspace-data
kdebase-workspace-libs4+5
kdelibs5
kdelibs5-data
kdm-kde4
ksysguard-kde4
ksysguardd-kde4
libkonq5
libkonq5-templates
libkrosspython0
libkrossruby0
libphonon4
libplasma2
libpoppler3
libqimageblitz4
libqt4-assistant
libqt4-core
libqt4-dbus
libqt4-designer
libqt4-gui
libqt4-network
libqt4-opengl
libqt4-qt3support
libqt4-script
libqt4-sql
libqt4-svg
libqt4-test
libqt4-webkit
libqt4-xml
libqtcore4
libqtgui4
libsoprano4
libstreamanalyzer0
libstreams0
libstrigiqtdbusclient0
phonon
phonon-backend-gstreamer
poppler-utils
soprano-daemon
superkaramba-kde4
===============
Could the sources.list debacle have caused this error?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Pabs
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Open a Terminal under Gnome you can open it from the menu Applications->Accessories->Terminal in kubuntu i don't remeber the posistion must search it into the KDE menu... then type:

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
Pabs (olbap3) said :
#2

Hello. I'll try this when I get home. Didn't have internet connection for two days. I'm keeping the question open just in case. Thanks!

Revision history for this message
Pabs (olbap3) said :
#3

Hey. Thanks again for the advice!! The terminal tips worked-I think. An error occurred while I ran Update Manager. It went this way:
=========**********=========
W: GPG error: http://ppa.launchpad.net hardy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9423A34CCA967634

Is this an error, or is this because there is no update in store?

Revision history for this message
zvacet (ivicakolic) said :
#4

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 9423A34CCA967634

Revision history for this message
zvacet (ivicakolic) said :
#5

Sorry for incomplete answer.Type above command in terminal.

Revision history for this message
Pabs (olbap3) said :
#6

Hello. Been quite some time before I got to access the net here. Some technical problems with the ISP. Anyway, your advice was effective! I can now update my package. Thanks a lot!