On Wed, Feb 15, 2023 at 08:48:45 +0100, Ralf Mardorf wrote: > On Wed, 2023-02-15 at 08:31 +0100, Robin Candau wrote: > > - According to the way meta packages work (which is actually the > > reason why we made the switch), `sudo` will be pulled back to your > > system at each `base-devel` updates (which I assume shouldn't happen > > too frequently though). > > /etc/pacman.conf > > NoExtract = usr/bin/sudo Or run pacman with `--assume-installed=sudo` whenever you see it being pulled in. It will act as if the dependency was already installed. Geert