| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Ubuntu 22.04 |
| Webmin version | 2.621 |
I have added a repository that pulls many things, but I only want certain packages from it.
In Webmin I see 38 packages (that I don’t want) from this repository. I’m looking for a way to stop Webmin from showing me unwanted packages from this repository.
I have implemented a /etc/apt/preferences.d/(repository) file that rejects some of the packages with a wildcard.
Package: php8.1*
Pin: release o=(repository)
Pin-Priority: -1
This blocks 15 of the packages, and when I run apt update at the CLI, I get 23 packages to be upgraded, as I expect.
However Webmin still shows me 38 updates. Is there a way to tell Webmin to stop showing me the unwanted packages? I thought it would follow the apt preferences, but apparently not.
-Michele
