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 not strictly neces

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 te

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 system" > > which gives

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 Tél

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" > > wh

[CentOS] Help with yum

2018-04-12 Thread Paul R. Ganci
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" which gives this error: Maybe run: yum groups mark install (se

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 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 built without error

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

2010-11-30 Thread R P Herrold
On Tue, 30 Nov 2010, James B. Byrne wrote: > make. Everything built without error. I then ran > checkinstall ... checkinstall is a third party solution and does not keep up too well > Running Transaction > Installing : ruby-1.8.7 > 1/1 > Error unpacking rpm package ruby-1.8.7-p302-

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

2010-11-30 Thread James B. Byrne
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 built without error. I then ran checkinstall to create an rpm package. That too com