On Mon, 30 Nov 2015 03:16:27 +0000
"Antonio Trkdz.tab" <antoniotrkdz@???> wrote:
> In my mind the explanation is that all the packages and the
> descriptions have been updated to the new versions, but somehow this
> has not been picked up by my apt-get update.
Hallo Antonio,
# apt-cache show libcups2 | grep Version
will give you a list of all versions your apt cache knows about.
You can also browse the repository to Download the wanted .deb files
manually and install them with `dkpg -i *.deb` from within your
download folder.