107GnomeShell - amagerard/Powerdns GitHub Wiki
RedHat10/Powerdns
| 1- Network | 2- Pdns | 3- Mariadb | 4- PowerAdmin | 5- PdnsRecursor | 6- Selinux | 
|---|---|---|---|---|---|
| 7- GnomeShell | 8-Synoptic | 09-ManageDns | 10-Troubleshoots | 
7.GnomeShell.
7.1 Information.
It is not recommended to install gnome-shell,
but it is very useful for checking localhost web pages with the Firefox browser.
7.2 Uninstall Gnome-Shell.
Instead of uninstalling Gnome Shell you can only stop the GUI from launching.
systemctl set-default multi-user.target
Disable web console.
systemctl stop cockpit
systemctl disable --now  cockpit.socket
dnf remove  cockpit  cockpit-system cockpit-ws cockpit-storaged cockpit-podman 
reboot
If you want to remove Gnome Shell.
dnf groupremove  'Server with GUI'
Before rebooting, check if the Minimal Install and Server groups are installed.
dnf group list --installed
If the groups are not installed, you must reinstall them.
dnf groupinstall  "Minimal Install"
dnf groupinstall "Server"
Remove firewalld if you use ufw.
dnf remove firewalld