Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2002 20:16:02 +0100
From:      Paul Everlund <tdv94ped@cs.umu.se>
To:        "Paul C. Boyle" <freebsdruns@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Removing installed programs?
Message-ID:  <3C8BB0F2.C694492D@cs.umu.se>
References:  <200203101846.NAA07847@alpha.vaxxine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Paul C. Boyle" wrote:
> 
> What is the best way to remove installed programs that were installed through
> the ports?
> What is the best way to remove installed programs that were installed through
> the /stand/sysinstall method?

The /stand/sysinstall installs packages, and ports compiles, and then installs.

You can go to /var/db/pkg, or run pkg_info, to see what packages you have in-
stalled. Also programs from ports should be there.

For /stand/sysinstall:
'pkg_delete name'

For ports:
'pkg_delete name' or go to the port you did install and 'make delete'.

Best regards,
Paul

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C8BB0F2.C694492D>