sofasurfer
Active Member
Google tells me that Debian only comes with free repositories and that to install codex I need to install non-free repositories. My sources.list already has non-free repositories and no free repositories. Here is what google tells me...
Here is my sources.list...
What should I add to the sources list?
Code:
A Debian installation includes official repositories for free software (main), and optional ones for open-source software with non-free firmware (non-free-firmware), software with non-free components (contrib, non-free), and others like updates and backports. To add codecs, you enable official contrib and non-free repositories by editing /etc/apt/sources.list or by installing a preferred multimedia player like VLC, which automatically installs the necessary codecs
Code:
See https://wiki.debian.org/SourcesList for more information.
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://deb.debian.org/debian trixie-updates main non-free-firmware
deb-src http://deb.debian.org/debian trixie-updates main non-free-firmware
deb http://security.debian.org/debian-security/ trixie-security main non-free>
deb-src http://security.debian.org/debian-security/ trixie-security main non->
# Backports allow you to install newer versions of software made available fo>
deb http://deb.debian.org/debian trixie-backports main non-free-firmware
deb-src http://deb.debian.org/debian trixie-backports main non-free-firmware
What should I add to the sources list?

