arsus5478@lemmy.ml to Linux@lemmy.ml · edit-210か月前installed debian 13.0, do I still have to create a debian.sources file in /etc/apt/sources.list.d.?message-squaremessage-square6fedilinkarrow-up123arrow-down11file-text
arrow-up122arrow-down1message-squareinstalled debian 13.0, do I still have to create a debian.sources file in /etc/apt/sources.list.d.?arsus5478@lemmy.ml to Linux@lemmy.ml · edit-210か月前message-square6fedilinkfile-text
minus-squarerhavenn@lemmy.worldlinkfedilinkarrow-up2·edit-210か月前You will need some sort of source if you ever want to update. Trixie has support for the new format. see: https://ostechnix.com/migrate-to-deb822-format-debian-13-trixie/ You don’t need a /etc/apt/sources.list anymore, but you need something in /etc/apt/sources.list.d/ as per the above.
minus-squareTheFrogThatFlies@lemmy.worldlinkfedilinkarrow-up7·10か月前This helped sudo apt modernize-sources
minus-squareDaPorkchop_ [any]@lemmy.mllinkfedilinkarrow-up4·10か月前I wish I’d known this was a thing before I spent 15 minutes searching the manpages and manually upgrading my sources…
You will need some sort of source if you ever want to update. Trixie has support for the new format. see: https://ostechnix.com/migrate-to-deb822-format-debian-13-trixie/
You don’t need a /etc/apt/sources.list anymore, but you need something in /etc/apt/sources.list.d/ as per the above.
This helped
sudo apt modernize-sourcesI wish I’d known this was a thing before I spent 15 minutes searching the manpages and manually upgrading my sources…