On Mon, 2 Oct 2023 at 13:06, Peter Humphrey <pe...@prh.myzen.co.uk> wrote: > Has anyone found a way to exclude media-fonts/noto from a Plasma system? > They're a 1GB download and I have no intention of ever using them - DejaVu > suits me perfectly.
If they're actually not in use, try package.provided. # echo "media-fonts/noto" >> /etc/portage/profile/package.provided # emerge -C media-fonts/noto Regards, Arve