How to install Graphical User Interface (GUI) for RockyLinux Cloud Servers

2021-09-01 By Aaron 6840 Views linux rockylinux gui
3 reviews

Rocky Linux is a community enterprise operating system, which is a drop-in replacement of CentOS which is a stable version of Linux ideal for servers.


The tutorial shows the installation of the GNOME package on the system-enabled GUI.


  1. Run the following command to update the repository to ensure that all packages installed on your system are up to date.

    # yum update
    

    rockylinuxgui1

  2. Execute the below command to list the group of packages on the repository.

    # yum group list
    

    rockylinuxgui2

  3. Install Gnome GUI and in between it will prompt for download permission, enter y key and hit enter to proceed with the installation. This will take a while.

    # yum groupinstall "Server with GUI"
    

    rockylinuxgui3

  4. Enable the GUI as default and boot into graphical mode, execute the below command.

    # systemctl set-default graphical
    

    rockylinuxgui4

  5. Reboot the system to boot into the graphical mode.

    # reboot
    


    Now, you may access the server through Console option via LayerPanel and enter the server root credentials to log in.

    rockylinuxgui5

  6. Get started with RockyLinux GUI.

    rockylinuxgui6


Related Tutorials

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.