Vidiot wrote:
> rpm -Uvh control-center-devel-1.0.51-1.i386.rpm
> error: failed dependencies:
> control-center = 1.0.51 is needed by control-center-devel-1.0.51-1
>
> rpm -Uvh control-center-1.0.51-1.i386.rpm
> error: failed dependencies:
> control-center = 1.0.40 is needed by control-center-devel-1.0.40-2
>
> Just how are these supposed to install when RedHat's own instructions on the
> page fail to work?
You can list more than one RPM on the command line, like so:
rpm -Uvh control-center-1.0.51-1.i386.rpm
control-center-devel-1.0.51-1.i386.rpm
Or even:
rpm -Uvh *.i386.rpm
Just as long as you don't try to -Uvh a kernel rpm, you're in good
shape.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.