arsus5478@lemmy.ml to Linux@lemmy.ml · edit-21 year 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-21 year agomessage-square7linkfedilinkfile-text
minus-squarerhavenn@lemmy.worldlinkfedilinkarrow-up2·1 year 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·1 year agoThis helped sudo apt modernize-sources
minus-squareDaPorkchop_ [any]@lemmy.mllinkfedilinkarrow-up5·1 year 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-sourcesI wish I’d known this was a thing before I spent 15 minutes searching the manpages and manually upgrading my sources…