Results 1 to 4 of 4
Hi,
I have a package installed twice on my system : each installation is done in a specific path :
>rpm -q openldap
openldap-2.3.43-3.el5
openldap-2.3.43-3.el5
I want to uninstall one ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-12-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
How to uninstall using rpm
Hi,
I have a package installed twice on my system : each installation is done in a specific path :
>rpm -q openldap
openldap-2.3.43-3.el5
openldap-2.3.43-3.el5
I want to uninstall one of the installations giving its path.
Could you please help me : How can I proceed !
Thank you
- 11-12-2009 #2
Hello and Welcome.
You can try the rpm command.
Code:rpm -e openldap
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 11-12-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 2
thank you for the reply.
I've tried it and it gives me the "magic" error :
error: "openldap" specifies multiple packages
- 11-12-2009 #4
I don't think you can uninstall just one, but you can uninstall both with --allmatches flag


Reply With Quote
