Here are the steps to add the main repository address to Debian 13 (Trixie).
Add to sources.list
Open the sources.list using your favourite text editor (e.g. Mousepad),sudo mousepad /etc/apt/sources.list
Copy and paste the following lines into the file,
deb http://deb.debian.org/debian/ trixie main non-free-firmware
deb-src http://deb.debian.org/debian/ trixie main non-free-firmware
deb http://security.debian.org/debian-security trixie-security main non-free-firmware
deb-src http://security.debian.org/debian-security trixie-security main non-free-firmware
# trixie-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian/ trixie-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ trixie-updates main non-free-firmware
Save and close the file. Update the repository list and upgrade the packages by applying the following commands;
sudo apt update
sudo apt upgrade
No comments:
Post a Comment