this post was submitted on 07 Aug 2023
1 points (100.0% liked)
Debian operating system
3539 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So 12.1 is out but have you upgraded any of your packages yet? The
/etc/debian_version
file comes from thebase-files
package. On my up to date system, it’s showing12.1
in the file and the package version is12.4+deb12u1
as I can see fromdpkg -l base-files
.Make sure to do an
apt update
and then do anapt upgrade -s
to do a dry-run to see what packages would be upgraded. I’m guessing thebase-files
package hasn’t been updated.