Red Hat ENTERPRISE LINUX 4 System Administration Manual page 151

Hide thumbs Also See for ENTERPRISE LINUX 4:
Table of Contents

Advertisement

error: V3 DSA signature: BAD, key ID 0352860f
If it is a new, header-only, signature, an error message such as the following is displayed:
error: Header V3 DSA signature: BAD, key ID 0352860f
If you do not have the appropriate key installed to verify the signature, the message contains the word
NOKEY such as:
warning: V3 DSA signature: NOKEY, key ID 0352860f
Section 15.3, "Checking a Package's Signature"
Refer to
package's signature.
Warning
If you are installing a kernel package, you should use rpm -ivh instead. Refer to
Chapter 36, Manually Upgrading the Kernel
Installing packages is designed to be simple, but you may sometimes see errors.
15.2.2.1. Package Already Installed
If the package of the same version is already installed, the following is displayed:
Preparing...
package foo-1.0-1 is already installed
If the same version you are trying to install is already installed, and you want to install the package
anyway, you can use the --replacepkgs option, which tells RPM to ignore the error:
rpm -ivh --replacepkgs foo-1.0-1.i386.rpm
This option is helpful if files installed from the RPM were deleted or if you want the original
configuration files from the RPM to be installed.
15.2.2.2. Conflicting Files
If you attempt to install a package that contains a file which has already been installed by another
package or an earlier version of the same package, the following is displayed:
Preparing...
file /usr/bin/foo from install of foo-1.0-1 conflicts with file from package bar-2.0.20
To make RPM ignore this error, use the --replacefiles option:
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
########################################### [100%]
########################################### [100%]
for more information on checking a
for details.
Installing
133

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 4 and is the answer not in the manual?

Questions and answers

Table of Contents