Results 1 to 5 of 5
i tried to install a rpm package on system ,it come up with message package is already installed ..but when i queried about the package it says "package is not ...
- 02-25-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
Problem with RPM installtion
i tried to install a rpm package on system ,it come up with message package is already installed ..but when i queried about the package it says "package is not installed "..
wht is problem with it ??
code ..::
]# rpm -i rpmfusion-free-release-stable.noarch.rpm
warning: rpmfusion-free-release-stable.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 49c8885a
package rpmfusion-free-release-8-6.noarch is already installed
# rpm -q rpmfusion-free-release-stable.noarch.rpm
package rpmfusion-free-release-stable.noarch.rpm is not installed
- 02-25-2009 #2
The package probably installed but you were just being warned that rpm does not have the gpg key for rpm fusion in its database. To check if a package is installed use the package name without the version and rpm extension e.g.
Code:rpm -qa | grep -i rpmfusion
- 02-27-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
thnx 4 ur reply ..
i tried above cmmd which results in rpmfusion free n non free versions.does it means the rpmfusion versions r installed ???
if its installed then y is this happening ??is something wrong with my system ??
- 02-28-2009 #4
If the rpmfusion packages were shown in the results, then they were successfully installed.
- 03-01-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
hurray !! thnx for help .


Reply With Quote