[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] BIND update - installing using RPM_
- Subject: RE: [cobalt-users] BIND update - installing using RPM_
- From: Brandon Wheaton <brandonw@xxxxxxxxxxxx>
- Date: Tue Feb 6 18:43:17 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> From: Mike Fritsch [mailto:mfritsch@xxxxxxxxxxxx]
> Install like this:
>
> rpm -U bind-8.2.3-C1.i386.rpm
>
It is good practice to use the F (freshen) option rather
than the U (upgrade) option when upgrading via RPM.
rpm -Fvh bind-8.2.3-C1.i386.rpm
If you use the U switch and the rpm you are installing
is an older version than the one being replaced, it will
overwrite anyway. If you use the F switch, it will check
the version first, then upgrade if the RPM is newer than
the installed version. If it is older, the RPM will not
be installed. This is mainly to prevent the installer
from making a mistake. The -v stands for verbose and
the -h is hash. Hash will show a series of ##### marks
to indicate the progress of the installation.
Take care.
Brandon Wheaton
UNIX Systems Engineer
ValiCert, Inc.
1215 Terra Bella Ave.
Mountain View, CA 94043
650.280.UNIX
----
Sure UNIX is user friendly; it's just picky about who its friends are.