-
-
Save hakerdefo/5e1f51fa93ff37871b9ff738b05ba30f to your computer and use it in GitHub Desktop.
deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware | |
deb https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware | |
# deb-src https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware |
Hi Stefan,
I am a absolute Newbie.
Yes, your right, everything works correct.
I download teamviewer, then a install policykit-1 and then teamviewer over the terminal.
I thought in the desktop environment software like teamviewer or anydesk would be installable.
Regards Arthur
deb http://deb.debian.org/debian bookworm main contrib non-free-firmware
# deb-src http://deb.debian.org/debian bookworm main contrib non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware
# deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware
# deb http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
# deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware
deb http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
# deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
I was having this exact issue after installing the Debian 12 minimal,
after running "sudo nano /etc/apt/sources.list
"
weirdly enough, i was met with only one line which was:
deb cdrom:[Debian GNU/Linux 12.11.0 _Bookworm_ - Official amd64 NETINST with firmware 20250517-09:51]/ bookworm contrib main non-free-firmware
from past experiences, this was not normal specially on a fresh install, so i ended up here, and used @alipour66m 's comment, it fixed my issue. all i had to do was to comment out the first line like so
#deb cdrom:[Debian GNU/Linux 12.11.0 _Bookworm_ - Official amd64 NETINST with firmware 20250517-09:51]/ bookworm contrib main non-free-firmware
my "/etc/apt/sources.list
" ended looking like this;
# deb cdrom:[Debian GNU/Linux 12.11.0 _Bookworm_ - Official amd64 NETINST with firmware 20250517-09:51]/ bookworm contrib main non-free-firmware deb http://deb.debian.org/debian bookworm main contrib non-free-firmware # deb-src http://deb.debian.org/debian bookworm main contrib non-free-firmware deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware # deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware # deb http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware # deb-src http://deb.debian.org/debian bookworm-backports main contrib non-free-firmware deb http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware # deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware
Neither teamviewer nor anydesk are available in the standard debian repositories. You said, that you find networkmanager, so I assume that you are able to install packages in general, just not every package you want? Please clarify.