Results 1 to 3 of 3
Hi all,
this is my first post here, it won't be last My question is how I can update my programs (apache, mysql, php, bind etc.) manually in RH9. Try ...
- 05-13-2004 #1Just Joined!
- Join Date
- May 2004
- Posts
- 1
RH9 Update
Hi all,
this is my first post here, it won't be last
My question is how I can update my programs (apache, mysql, php, bind etc.) manually in RH9. Try to search but can't find exact solution 
Thanks
- 05-13-2004 #2Linux User
- Join Date
- Jun 2003
- Location
- Calgary, AB CANADA
- Posts
- 496
By manually, do you mean as opposed to using up2date?
You can always just go to the website for each (e.g. www.apache.org), download the latest and greatest, and go from there...\"Everything should be made as simple as possible, but not simpler.\"
Albert Einstein
- 05-13-2004 #3Linux Newbie
- Join Date
- Apr 2004
- Location
- Stockholm, Sweden
- Posts
- 130
you would probably want to learn to use the rpm command then.
(man rpm is a first step)
rpm lets you list installed packages, remove whichever you like
install new ones and so on...
Automated tools are made so you don't have to worry about dependencies
(which can be a ***** sometimes)
But installing by hand gives one an extra level of power =)
Myself, I install by source....


Reply With Quote
