Page 2 of 3

Re: CentOS-7 "Minimal Desktop" installation like in CentOS-6

Posted: 2014/07/17 03:53:36
by Don
In looking through the file repodata/*-c7-x86_64-comps.xml by my understanding, packages like libreoffice are optional. I don't understand why they are being loaded when selecting "Server with GUI" install. By my understanding, by default, only packages tagged as mandatory or default should be installed.

If this is incorrect, please let me know.

Thanks,
--Don

Re: CentOS-7 "Minimal Desktop" installation like in CentOS-6

Posted: 2014/07/23 04:51:29
by tommyhp2
What's funny is that I made this request when Fedora 19 was still beta on 2012-06-03 00:43 EDT:

https://bugzilla.redhat.com/show_bug.cgi?id=827796

Which I think RHEL/CentOS 7 seemed to be based upon.

Re: CentOS-7 "Minimal Desktop" installation like in CentOS-6

Posted: 2014/07/26 21:27:08
by tommyhp2
I made a little script to clean out extra packages installed with "Server with GUI" minimal.

Code: Select all

#!/bin/sh
yum remove gnome-{clocks,weather,screenshot,video-effects,contacts,dictionary,documents,font-viewer} \
  cheese eog empathy evince{,-nautilus} totem{,-mozplugin,-nautilus} \
  `rpm -qa|grep -i libreoffice`
yum autoremove
Enjoy :)

Re: CentOS-7 "Minimal Desktop" installation like in CentOS-6

Posted: 2014/08/05 08:49:32
by gaborboros
anderson_thomas wrote: Is there a trick to get a similar installation like "Minimal Desktop" in CentOS-7 too?
Hi,

I want minimal GNOME desktop and found a solution. After minimal install:
yum groupinstall "X Window System"
yum install gnome-classic-session

Gabor

[SOLVED]CentOS-7 "Minimal Desktop" installation like in Cent

Posted: 2014/08/07 15:58:09
by anderson_thomas
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!

Re: CentOS-7 "Minimal Desktop" installation like in CentOS-6

Posted: 2014/08/07 16:11:44
by gerald_clark
Or install mate ( gnome 2 ) from epel.

Re: CentOS-7 "Minimal Desktop" installation like in CentOS-6

Posted: 2014/08/08 19:13:41
by anderson_thomas
Hi Gerald,
gerald_clark wrote:Or install mate ( gnome 2 ) from epel.
how much space on hdd -> root do you need to install CentOS-7
with mate from epel?

The compare, with my "Minimal Desktop" Installation i described, it
will be 1.6 GB.

Thank you!

Re: [SOLVED] CentOS-7 "Minimal Desktop" installation GNOME

Posted: 2015/01/15 11:49:21
by brand77

Code: Select all

yum upgrade
yum groupinstall base
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum groupinstall mate-desktop
yum groupinstall x-window-system
unlink /etc/systemd/system/default.target
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
reboot
I can't say what I think about Gnome 3 because it's illegal in most country...

Re: [SOLVED]CentOS-7 "Minimal Desktop" installation like in Cent

Posted: 2017/01/25 23:51:46
by rojacos
anderson_thomas wrote:Hi,

....
6. reboot

Now you have a CentOS-7 Minimal Desktop installation LIKE CentOS-6 Minimal Desktop

Enjoy!
Thanks so much anderson...too bad that one of the more polished and serious linux distros we like chooses to throw in unwanted office crap and malayalam-fonts when all we need is X-windows in minimal server. Why do they feel like going the Ubuntu way when most of us just want the bare minimum.

And, what do u think about brand77's solution, is that a better one ?

Re: [SOLVED] CentOS-7 "Minimal Desktop" installation GNOME

Posted: 2017/01/27 04:59:56
by kroz
For the sake of completeness: does anyone have a clue which package installs gnome shell (not the classic mode)?