Find the answer to your Linux question:
Results 1 to 2 of 2
I have two rpm packages: 1)ns-2.0.0.0-0.dl.web.rpm.bin 2)ns-2.0.0.0-0.dl.rcd.rpm.bin If I install ns-2.0.0.0-0.dl.web.rpm.bin it installs succesfully and after that if I install this ns-2.0.0.0-0.dl.rcd.rpm.bin this also installs successfuly When I do a ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    8

    Can rpm's be replaced like this?

    I have two rpm packages:
    1)ns-2.0.0.0-0.dl.web.rpm.bin
    2)ns-2.0.0.0-0.dl.rcd.rpm.bin
    If I install ns-2.0.0.0-0.dl.web.rpm.bin it installs succesfully and after that if I install this ns-2.0.0.0-0.dl.rcd.rpm.bin this also installs successfuly
    When I do a rpm -qa | grep ns
    It shows both the packages
    I want to have an over installation . How do I prevent the existence of both the packages?

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    In a case like this, you need to remove the older package. In some cases, you will need to remove them both and then reinstall the newer one. Since these are executables that install an internally-contained rpm, running rpm with the update command likely won't work to update. So, in the future, remove the old package first, then run the new package installation script.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

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