Monday, April 10, 2023

How to install GNOME GUI on top of minimal installation

The reference in the techmint is a good one for installing gui on top of minimal installation. Essentially, below are the commands 


dnf group list --installed

dnf group list --available

dnf group install "Workstation"

dnf group install "Server with GUI"


systemctl get-default

systemctl set-default graphical

systemctl get-default

reboot

references:

https://www.tecmint.com/install-gui-desktop-rocky-linux-9/

No comments:

Post a Comment