mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2026-04-10 20:50:00 -05:00
[PR #99] [MERGED] Update install section for Debian Trixie / Ubuntu 24.04 Sources Format #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/VSCodium/vscodium.github.io/pull/99
Author: @266-750Balloons
Created: 8/13/2025
Status: ✅ Merged
Merged: 8/14/2025
Merged by: @GitMensch
Base:
master← Head:deb822-update📝 Commits (1)
1400615Add deb822 instructions📊 Changes
1 file changed (+10 additions, -4 deletions)
View changed files
📝
_posts/2000-01-05-install.md(+10 -4)📄 Description
The
sources.listfile format has been officially superseded by the deb822debian.sourcesformat as of Debian 13 Trixie and Ubuntu 24.04 (see https://wiki.debian.org/SourcesList); while the old format isn't yet deprecated, it'd probably be wise to direct users to use the new default format. Thus, I have Debian/Ubuntu section to reflect this.I opted to add the new method as the one for Debian 13 / Ubuntu 24.04 or later, while leaving the old method as the one for Debian 12 / Ubuntu 23.10 or older so that the sources file matches the system default; however, the new format seems to have been supported for several years before it became default (since roughly Debian Stretch), so if you wanted, I could even make a commit and just get rid of the old method entirely.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.