30.11.25, 13:12 +0100, Michael Soulier: > So out of curiosity, I wanted to try rebuilding the vlc-bin package, but > I'm finding this confusing. > > $ sudo apt-get source vlc-bin > Reading package lists... Done > Picking 'vlc-dmo' as source package instead of 'vlc-bin' > E: Unable to find a source package for vlc-dmo > > What should I do here?
$ apt show vlc-bin Package: vlc-bin Version: 3.0.21-10 Priority: optional Section: video Source: vlc [...] So, the source package for vlc-bin is vlc. Therefore try $ apt source vlc -- Regards mks

