Find the answer to your Linux question:
Results 1 to 4 of 4
I had installed an rpm package but made an error. So in my course of frenzy I accidently manually removed the package folder in /usr/local/<packagedir> I then have tried to ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    2

    Exclamation [SOLVED] Need help with an RPM issue

    I had installed an rpm package but made an error. So in my course of frenzy I accidently manually removed the package folder in /usr/local/<packagedir>

    I then have tried to re-install but it says it already exists. I tried running the sudo rpm -e <package> but no go cause it says doesn't exist lol

    Please help! I am really stuck on this and need to get this package re-installed.

    This is on Linux by the way.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,099
    hi,

    hmm, is that a self-built package?

    Try rpm -i --replacepkgs <your-RPM>
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Posts
    2
    Quote Originally Posted by Irithori View Post
    hi,

    hmm, is that a self-built package?

    Try rpm -i --replacepkgs <your-RPM>
    You rock Thank you so much!

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,099
    yw.

    I just read the man page of rpm
    You must always face the curtain with a bow.

Posting Permissions

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