>2. When attempting to run VNC after installation, we found we don't have the
>required Xauth installed. Found Xauth rpm at RedHat.
>
>3. On trying the rpm for Xauth, it advised that a later copy of RPM itself
>was required (we have rpm-3.0.2-6.0). Found upgrade at RedHat.
>
>4. When trying to install rpm-3.0.5-9.6x.i386.rpm, it advised that a later
>copy of Bzip was required (ours is bzip2-0.9.0c-1). Found upgrade at RedHat.
>
>5. When trying to install bzip2-1.0.1-3.i386.rpm, it advised that a later
>copy of RPM was required !!!

First thing I'd try is putting all the required .rpms in the same
directory, then do:

ls |grep .rpm|xargs rpm -Uvh

That'll let rpm sort out the dependencies.  If that doesn't work, try
the same command with --nodeps at the end.  That's the "shut up, I
know what I'm doing" approach ... sometimes necessary.

If someone else has a more graceful solution, please jump in and shut
me up.

-d



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to