how to reinstall GUI for rhel 8
To install/reinstall GUI for Red Hat Linux, run the below commands.
dnf groupinstall "Server with GUI"
systemctl set-default graphical
reboot
To install/reinstall GUI for Red Hat Linux, run the below commands.
dnf groupinstall "Server with GUI"
systemctl set-default graphical
reboot