I have searched and I believe there is no a question like this one. Whenever my laptop finds updates the Software Updater
application comes up as usual however it is always showing the package highlighted in the picture (both with the square and the cursor).
I'm unable to check them, nor update them. Is there a way of updating them or delete them?
It was solved by using
synaptic
and double clicking the packagelibapache2-svn
(which had a exclamation mark in the status (S) column, meaning: "installed and upgradeable").The package got updated - problem solved.
I don't really know why it wouldn't update using the update manager.
Do:
sudo apt-get remove libapache2-svn apache2.2-bin
, then, before confirming, check carefully that no packages are removed that you want to keep.The lines in your screenshot are taken from the Description field in the package database. You can search for keywords with
apt-cache search keyword
.