Currently, Raspberry Pi OS uses debian repository as its main system package source, while the raspberrypi repository provides Raspberry Pi-specific packages, such as kernel modules, firmware, and related components.
APT source configuration files are located under /etc/apt/sources.list.d, and they use the DEB822 format.
Edit debian.sources to add TUNA mirror:
1 | Types: deb |
And edit raspi.sources to add TUNA mirror:
1 | Types: deb |
Then, run sudo apt update to refresh the packages indexes.
As for raspbian repository, it is a Debian-derived repository historically used by 32-bit Raspberry Pi OS. It is not needed for current 64-bit Raspberry Pi OS images based on Debian 13 trixie.