Results 1 to 6 of 6
I did a yum remove openldap and apparently it trashed yum and wget.....
How can I get them back now?...
- 07-01-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 6
How to get wget and yum back
I did a yum remove openldap and apparently it trashed yum and wget.....
How can I get them back now?
- 07-01-2010 #2
- 07-01-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 6
Ok, so I looked at both of those, but since I don't have wget or yum, neither work...
Any tips on installing it from the setup dvd?
- 07-01-2010 #4
I'm not familiar about fixing using setup dvd.

Hope the others will be able to help you
Good luck!
EDIT: You might want to check this out.Last edited by nujinini; 07-01-2010 at 06:21 PM.
nujinini
Linux User #489667
- 07-01-2010 #5
You may need to spend some time browsing the DVD. I'm
not sure where the RPMs are, but once you find the right
directory, just install the packages with the RPM command.
- 07-04-2010 #6
just put the dvd in, cd to wherever it mounted (you can check with `mount` and looking at the output) and run
`find ./ | grep rpm | egrep "wget|yum"`
figure out which you need, and run
rpm -ivh --aid wget*.rpm
or whatever the package name is in that directory.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote