V
V
Vadim2021-06-21 14:40:40
linux
Vadim, 2021-06-21 14:40:40

Why is the package not updated to the latest version/debian 10?

Hey everyone,

base image - Debian 10.9 trying to update all packages to the latest (

apt-get update --allow-releaseinfo-change  ## Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.9' to '10.10' - что нормально и понятно

apt-get update and apt-get upgrade -y


- finds nothing, although for example for the following package libgnutls30 there are updates from 3.6.7-4+deb10u6 to 3.6.7-4+deb10u7

https://packages.debian.org/buster/amd64/libgnutls...

have to do
apt-get update --allow-releaseinfo-change && apt-get update
apt-get install libgnutls30


why is that?

best regards,
Vadim

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DollyPapper, 2021-06-22
@DollyPapper

Maybe your resource list contains repositories in which packages have not yet been posted? Check.

V
Vadim, 2021-06-23
@Viji

No, I have debian 10.9 and after apt-get update --allow-releaseinfo-change
nothing in sources.list changes, but if you install something new, it starts installing for the latest debian 10.10

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question