arsus5478@lemmy.ml to Linux@lemmy.ml · edit-21 day agoinstalled debian 13.0, do I still have to create a debian.sources file in /etc/apt/sources.list.d.?message-squaremessage-square7fedilinkarrow-up129arrow-down11file-text
arrow-up128arrow-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-21 day agomessage-square7fedilinkfile-text
minus-squarerhavenn@lemmy.worldlinkfedilinkarrow-up3·edit-23 days agoYou 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-up8·3 days agoThis helped sudo apt modernize-sources
minus-squareDaPorkchop_@lemmy.mllinkfedilinkarrow-up5·3 days agoI 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-sources
I wish I’d known this was a thing before I spent 15 minutes searching the manpages and manually upgrading my sources…