LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   apt-get remove (https://www.linuxquestions.org/questions/debian-26/apt-get-remove-246907/)

zaicheke 10-24-2004 08:17 PM

apt-get remove
 
How can i remove all of apache2, like all the libs and other stuff. I tried apt-get remove apache2* but that didn't work.

cadj 10-24-2004 11:47 PM

apt-get install debfoster

debfoster is a lifesaver. this is its output to show u what it does

kdebase is keeping the following 33 packages installed:
eject enscript gv kappfinder kate kcontrol kdebase-bin kdebase-data
kdebase-kio-plugins kdeprint kdesktop kdm kfind khelpcenter kicker klipper
kmenuedit konqueror konqueror-nsplugins konsole kpager kpersonalizer
ksmserver ksplash ksysguard ksysguardd ktip lesstif1 libkonq4 libsensors3
poster psutils xaw3dg
Keep kdebase? [Ynpsiuqx?], [H]elp:

its works pretty well most of the time

macondo 10-25-2004 08:31 AM

# dpkg --purge <package>

then do the debfoster bit, then:

# apt-get clean (just to make sure)

zaicheke 10-25-2004 07:50 PM

for depfoster can you remove all those packages.

macondo 10-25-2004 08:11 PM

Debfoster will ask you if you want to keep 'apache2' if you say yes (y), it will purge all of them, within apache2.

cadj 10-26-2004 05:39 AM

no, to remove all you need to push 'p' for "prune"

that will remove all the packages

macondo 10-26-2004 08:22 AM

I stand corrected.

zaicheke 10-29-2004 11:36 AM

thanks it worked


All times are GMT -5. The time now is 01:41 PM.