Date: Mon, 17 Nov 2003 16:14:29 -0500 From: Jason <jason@ec.rr.com> To: Valerian Galeru <valerian_ro@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Deinstalling Message-ID: <3FB93A35.2060708@ec.rr.com> In-Reply-To: <20031117205313.70447.qmail@web12503.mail.yahoo.com> References: <20031117205313.70447.qmail@web12503.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Valerian Galeru wrote: >After i installed a web browser, my /usr got filled >and now i wont to deinstall the browser and all the >packages it installed ( not all the packages it >requires, but only the packages it installed). What >should i do? > >__________________________________ >Do you Yahoo!? >Protect your identity with Yahoo! Mail AddressGuard >http://antispam.yahoo.com/whatsnewfree >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Did you use the package system or the ports system(pkg_add or make install). You can safely use make clean to remove all files used in the making of any sotware you compiled. You can use make distclean to remove all those tar.gz files that your machince downloaded with ether command. You could also remove the /usr/obj directory, its used for tempory storage when you buildworld or buildkernel.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FB93A35.2060708>