Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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

  3. #3
    Just 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 ??

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    If the rpmfusion packages were shown in the results, then they were successfully installed.

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15

    Thumbs up

    hurray !! thnx for help .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...