[CentOS] Re: conflict error installing ghostscript

Sun Jul 9 19:45:35 UTC 2006
Rex Dieter <rdieter at math.unl.edu>

Erick Perez wrote:
> How can I make sure my x86_64 system does not download i686 or i386
> stuff? Does it need to?

Instead of
$ yum instal ghostscript
which will install both i386/x86_64 versions, do
$ yum install ghostscript.x86_64

-- Rex