Re: [CentOS] Help with yum

2018-04-13 Thread Liam O'Toole
On 2018-04-13, Paul R. Ganci wrote: [...] > Then it was just a matter of: > > > yum groupinstall "MATE Desktop" > > systemctl set-default graphical.target > > reboot > > Voila... I have a desktop running MATE! Glad you got it working. I thought I'd mention that the reboot is

Re: [CentOS] Help with yum

2018-04-12 Thread Nicolas Kovacs
Le 13/04/2018 à 02:48, Paul R. Ganci a écrit : > There doesn't exist a "X Window system" yum group. You have to write it "X Window System" with a capital S. Here's my script that installs a bells-and-whistles Xfce desktop starting from a minimal CentOS 7 installation. Look at the X Window System

Re: [CentOS] Help with yum

2018-04-12 Thread Paul R. Ganci
On 04/12/2018 08:51 AM, Kay Diederichs wrote: I tried running: yum groups mark install "X Window system" and get the same message. I tried different permutations removing the "s" on groups. Nothing seems to bring back the yum "X Window system" group. Can anyone help me resolve this issue and

Re: [CentOS] Help with yum

2018-04-12 Thread Liam O'Toole
On 2018-04-12, Paul R. Ganci wrote: > I just did a fresh minimal install of centos 7 on new hardware. While > playing around with window systems I removed X windows like so: > > >yum remove "X Window system" > > and then tried to re install > > >yum group install "X Window

Re: [CentOS] Help with yum

2018-04-12 Thread Nicolas Kovacs
Le 12/04/2018 à 19:42, Leon Fauster a écrit : > yum groupinstall not yum group install Actually both are valid. -- Microlinux - Solutions informatiques durables 7, place de l'église - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : i...@microlinux.fr

Re: [CentOS] Help with yum

2018-04-12 Thread Leon Fauster
Le 12/04/2018 à 15:37, Paul R. Ganci a écrit : > I just did a fresh minimal install of centos 7 on new hardware. While > playing around with window systems I removed X windows like so: > >> yum remove "X Window system" > > and then tried to re install > >> yum group install "X Window system" >

Re: [CentOS] Help with yum

2018-04-12 Thread Nicolas Kovacs
Le 12/04/2018 à 15:37, Paul R. Ganci a écrit : > I just did a fresh minimal install of centos 7 on new hardware. While > playing around with window systems I removed X windows like so: > >>yum remove "X Window system" > > and then tried to re install > >>yum group install "X Window system" > >

Re: [CentOS] Help with yum

2018-04-12 Thread Kay Diederichs
On 04/12/2018 03:37 PM, Paul R. Ganci wrote: > I just did a fresh minimal install of centos 7 on new hardware. While > playing around with window systems I removed X windows like so: > >>yum remove "X Window system" > > and then tried to re install > >>yum group install "X Window system" > >

Re: [CentOS] Help with yum and cpio: MD5 sum mismatch

2010-11-30 Thread Nico Kadel-Garcia
On Tue, Nov 30, 2010 at 3:48 PM, James B. Byrne byrn...@harte-lyne.ca wrote: I am trying to install Ruby-1.8.7p302 on a CentOS-5.5 server in preparation for a Rails-3 application deployment.  I have downloaded the source from Rubyforge.org, unpacked it, and ran ./config and make.  Everything