-->

DEVOPSZONES

  • Recent blogs

    How to Install GNOME Desktop On RHEL/CentOS 7?

    How to Install GNOME Desktop On RHEL/CentOS 7?



    GNOME

    1. Configure the Repository or register to subscription-manager.

    2. Install the GNOME DEsktop.


    yum groupinstall "X Window System"yum groupinstall gnome-desktop x11 fonts

    3. Now set the default tareget.


    systemctl set-default graphical.target

    4. Reboot the server.


    reboot

    5. Now Test.
    [root@Linux-box ~]# systemctl get-default
    graphical.target
    [root@Linux-box ~]#

    No comments