Difference between revisions of "Install gnome classic in a minimal centos install"

From MyWiki
Jump to: navigation, search
(Created page with " <source lang="text"> Hi, thank you "Gabor" for bringing me on the right way... to reach a CentOS7 Minimal Desktop Installation you can do following steps: 1. Install Cent...")
 
(No difference)

Latest revision as of 13:41, 11 June 2017

Hi,
 
thank you "Gabor" for bringing me on the right way... to reach a CentOS7 Minimal Desktop Installation
you can do following steps:
 
1. Install CentOS-7 - Minimal (First entry point in list)
2. yum groupinstall "X Window System"
3. yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts
4. unlink /etc/systemd/system/default.target
5. ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
6. reboot
 
Now you have a CentOS-7 Minimal Desktop installation LIKE CentOS-6 Minimal Desktop
 
Enjoy!