Add -noedps directives along with rpm command. Or if you want to remove entirely all apache package then you have to list all package dependencies. rpm -qa | grep apache, write down all packages and do rpm -e apache apache-html..... And maybe you also need to remove php packages, that means you willl have to reinstall all of it by source :)
Regards Willy ----- Original Message ----- From: "Christian Haugan Toldnes" <[EMAIL PROTECTED]> To: "Kaz" <[EMAIL PROTECTED]> Cc: "Trustix Maillist" <[email protected]> Sent: Wednesday, July 27, 2005 3:01 PM Subject: Re: Apache SWUP question > > (Jul 26 2005 22:29) Kaz wrote: >> On 18:54:02 26/07/2005 [EMAIL PROTECTED] wrote: >> > yes.. you're right.. but you can just remove the package (rpm -e >> > apache-html) and it'll never be upgraded again :) >> > cheers >> > >> > Fremen >> >> Hmm, when I try the above, I get the following error: >> >> error: removing these packages would break dependencies: >> apache-html is needed by apache-2.0.54-5tr >> >> Any suggestions? > > Let the stuff in /home/httpd/html stay as default, and place your sites > in /home/httpd/sites. > > Your alternative is to replace the index.html with something you want to > use. > > The package is there because apache needs something present to behave > correctly. > > > c > > > -- > Christian H. Toldnes > Trustix Developer > _______________________________________________ > tsl-discuss mailing list > [email protected] > http://lists.trustix.org/mailman/listinfo/tsl-discuss _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
