Date: Fri, 13 Nov 1998 9:34 -0600 From: "brianmcg" <bmcgroarty@high-voltage.com> To: "Karl Pielorz" <kpielorz@tdx.co.uk>, "alexd@idcomm.com" <alexd@idcomm.com> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re[2]: pkg_delete usage Message-ID: <19981113093222598-14ba01df@high-voltage.com>
next in thread | raw e-mail | index | archive | help
Sounds like he's probably using: pkg_delete squid-2.0.tgz instead of just: pkg_delete squid-2.0 ____________________Reply Separator____________________ Subject: Re: pkg_delete usage Author: kpielorz@tdx.co.uk (Karl Pielorz) Date: 11/13/98 8:36 AM Alex Davidson wrote: > > Having installed some .tgz files using pkg_add I thought I could use > 'pkg_delete filename' but it says the filename isn't registered (or > something like that). > > What is the real usage? Try 'man pkg_delete'? ;-) Seriously, try the manual pages... Looking through them :- pkg_info -I -a Will show you all the packages the system thinks it has installed, then you should be able to do: pkg_delete pacakge-name (e.g. on my system I could remove squid with "pkg_delete squid-2.0") 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?19981113093222598-14ba01df>