Replies: 1 comment 1 reply
|
This is already what you get if you follow the current docs — the manual # Debian 11+ and Ubuntu 22.04+
sudo apt install -y extrepo
sudo extrepo enable miseAnd extrepo writes deb822. From my $aptfile = "/etc/apt/sources.list.d/extrepo_$reponame.sources";
The extrepo-data policy for mise carries |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Debian Unstable uses the new deb822 format (see SourcesList and deb822 manual) and when following Installing Mise docs, it will show modernize tips like this:
This is basically a syntax change, you also have to pipe it to
/etc/apt/sources.list.d/mise.sourcesinstead of the old/etc/apt/sources.list.d/mise.list:Given that in dnf part you have different commands for Fedora 41+ (dnf5), maybe you'd like to add this one as well. Debian Testing (13, or Trixie) freeze starts on March 15, 2025 and would use the new format once released so it'll eventually appear on stable Debian.
This is mostly a reminder as now only those running testing/unstable would encounter it and it can be done with a simple
sudo apt modernize-sources.All reactions