-->

DEVOPSZONES

  • Recent blogs

    How to Remove GNOME from Linux

    How to Remove GNOME from Linux


     GDM is the GNOME Display Manager for Linux. Let's See How to remove it RHEL 7.

    1. You can check what packages will be removed.

    yum groupinfo "X Window System"

    2. You can remomve the group X Window System" .

    yum groupremove "X Window System"

    3. Edit the inittab file and insert following enrtries.
    vi /etc/inittab

    id:3:initdefault:

    4. If not rebooting now then please change the runlevel.

    init 3

    5. If rebooting now then Enter Following Command.

    reboot


    No comments