I would like to get rid off of all the noto-fonts. I think that I do not need them. There ist a lot of google-noto-*-fonts
on my system.
How best to remove them without running multiple times: sudo dnf remove google-noto-….?
to see what would be removed. (The double quotes ensure that the * wildcard is interpreted by dnf, not by the shell.)
On the KDE edition this would remove a lot of other packages which depend on the Noto fonts, but maybe in Workstation they can be cleanly removed - I’m not sure.
[15:56:54]jojo@waldstadion:~$ dnf remove "google-noto-*-fonts" --assumeno
Failed to resolve the transaction:
Problem: installed package fontconfig-2.17.0-4.fc44.x86_64 requires font(:lang=en), but none of the providers can be installed
- installed package cairo-1.18.4-6.fc44.x86_64 requires libfontconfig.so.1()(64bit), but none of the providers can be installed
- installed package default-fonts-core-sans-4.3-1.fc44.noarch requires google-noto-sans-vf-fonts, but none of the providers can be installed
- installed package gnome-shell-50.2-1.fc44.x86_64 requires libcairo.so.2()(64bit), but none of the providers can be installed
- conflicting requests
- problem with installed package
Like @pg-tips said above, you’re going to have a lot of dependency issues since Noto Sans is the default font for Fedora and a lot of bits going to be depend on it being present.
That said you can try the following slightly amended DNF line if you’re using Gnome to show what your damage will be. You can omit the --noautoremove if you’d like, but you’ll increase your chances of blowing up your installation.