this post was submitted on 07 Aug 2023
5 points (100.0% liked)
Debian operating system
2753 readers
1 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m not aware of a way to lock an entire system to a major.minor version with Debian, only holding individual packages. What exact version is your
base-files
? The full string matters.You could check to see if anything is held with
apt-mark showhold
.It is possible that the mirror you have in your sources.list file stopped syncing so to your system is looks like it has no updates. What mirror is your system pointed at?
I'm using
http://deb.debian.org/debian
mirror, but I was surprised that it didn't download files withapt-get update
command. I removed/var/lib/apt/lists
directory, and it worked and upgraded to 12.1 :).