arsus5478@lemmy.ml to Linux@lemmy.ml · edit-22 months agoinstalled debian 13.0, do I still have to create a debian.sources file in /etc/apt/sources.list.d.?message-squaremessage-square7linkfedilinkarrow-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-22 months agomessage-square7linkfedilinkfile-text
minus-squarerhavenn@lemmy.worldlinkfedilinkarrow-up3·2 months 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·2 months agoThis helped sudo apt modernize-sources
minus-squareDaPorkchop_@lemmy.mllinkfedilinkarrow-up5·2 months 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…