Date: Tue, 16 Sep 2003 17:32:51 +0800 From: "Gil Agno Virtucio" <gihl@nesic.com.ph> To: liuyang99@earthlink.net Cc: freebsd-questions@freebsd.org Subject: RE: need help with uninstallation process Message-ID: <web-3324591@digitelone.com>
next in thread | raw e-mail | index | archive | help
If you installed the those programs from the Ports Collection (/usr/ports/) you can uninstall it by going to the directory of that port and simple run "make deinstall clean" ex. to deinstall apache # cd /usr/ports/www/apache13/ && make deinstall clean or you can also use pkg_delete. to find out the exact name of the application that you want to uninstall use pkg_info. ex. # pkg_info | more this command will display something like ----------------- BitchX-1.0c19_3 "An alternative ircII color client apache+mod_ssl-1.3.27+2.8.14 The Apache 1.3 webserver with autoconf-2.13.000227_5 Automatically configure source code awstats-5.6 Free real-time logfile analyzer to get bison-1.75 A parser generator from FSF, ------------------ to uninstall apache type # pkg_delete apache+mod_ssl-1.3.27+2.8.14 I hope this helps. ------------------------------------------------------------Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Philippines Inc. 15th Floor BPI Buendia Center ________.__ ___ ___ .____ Gil Puyat Ave. Makati City 1200 / _____/|__|/ | \| | Cellphone : +639163989695 / \ ___| / ~ \ | Office Phone: +6328914167 \ \_\ \ \ Y / ------------------------------------------------------------- -----Original Message----- From: ALIAS [mailto:liuyang99@earthlink.net] Sent: Tuesday, September 16, 2003 11:54 AM To: freebsd-questions@freebsd.org Subject: need help with uninstallation process i am not sure how to uninstall programs that i installed, is there a command that i type in to uninstall a program? or should i just delete the folder? _______________________________________________ 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" ____________________________________________________________________ ** Get your free E-Mail account at WWW.DIGITELONE.COM **
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-3324591>