On Fri, Apr 29, 2022 at 09:51:47PM -0500, Albretch Mueller wrote:
> On 4/28/22, Greg Wooledge <g...@wooledge.org> wrote:
> > Run these commands for additional information:
> >
> > cat /etc/apt/sources.list
> > apt policy vlc
> 
> # date; cat /etc/apt/sources.list
> Fri 29 Apr 2022 09:44:06 PM CDT
> [...]
> deb http://security.debian.org/debian-security bullseye-security main
> deb-src http://security.debian.org/debian-security bullseye-security main
> [...]
> # deb http://deb.debian.org/debian/ bullseye-updates main
> # deb-src http://deb.debian.org/debian/ bullseye-updates main

As others already guessed, the problem is that you have the
bullseye-security repository listed, but *not* the main bullseye
repository.  You should add that.

Typically you'd use this line:

deb http://deb.debian.org/debian bullseye main

Add " contrib non-free" to it if you require firmware/microcode or
other packages from non-free on your system.

The commented-out bullseye-updates repository is optional.  You can add
that if you want.  It gives you early access to packages that will be
in the next point release, which aren't security updates.

Reply via email to