Removing packages

Kris Kennaway kris at obsecurity.org
Fri Dec 2 15:14:27 PST 2005


On Fri, Dec 02, 2005 at 05:51:16PM -0500, Trey Sizemore wrote:
> I have OpenOffice 1.1.3 installed previously from packages.  I have
> recently installed OpenOffice 2.0 from ports.  How do I go about:
> 
> 1- removing the 1.1.3 package install - I know to use pkg_delete, but
> can't seem to find the correct package name.

You can use wildcards or just look at the name in /var/db/pkg.

I have tcsh auto-completion commands in my .tcshrc:

complete pkg_info "p@*@F:/var/db/pkg/@"
complete pkg_delete "p@*@F:/var/db/pkg/@"

that would just let me pkg_delete openoffice<TAB> and have it
autocomplete.

>  2- having 2.0 show up in my KDE menu - I thought installing the port
> would have done this.

You probably need to teach KDE about it explicitly.  There is a KDE
menu update tool that might find it.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20051202/f3d420be/attachment.bin


More information about the freebsd-questions mailing list