how to remove a "bogus" package?

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 27 07:19:19 UTC 2014


On Wed, Feb 26, 2014 at 08:17:59PM -0500, Kostas Oikonomou wrote:
> I built /usr/ports/math/py-numpy with Python 3.2 on FreeBSD 10.0.  The
> port was installed as package
> 
> [ko at wiley ~]$ pkg info py32-numpy
> py32-numpy-1.8.0,1
> Name           : py32-numpy
> Version        : 1.8.0,1
> Installed on   : Wed Feb 26 19:37:09 EST 2014
> Origin         : math/py-numpy
> Architecture   : freebsd:10:x86:64
> Prefix         : /usr/local
> Categories     : python math
> Licenses       : BSD3CLAUSE
> Maintainer     : python at FreeBSD.org
> WWW            : http://www.numpy.org/
> Comment        : The New Numeric Extension to Python
> Options   
> 
> ...
> 
> However, some "parts" of pkg seem to think that there is also py27-numpy
> installed:
> 
> [ko at wiley ~]$ pkg info py27-numpy
> pkg: No package(s) matching py27-numpy
> [ko at wiley ~]$
> [ko at wiley ~]$ pkg search py27-numpy
> py27-numpy-1.7.0_2,1
> [ko at wiley ~]$
> [ko at wiley ~]$ sudo pkg delete py27-numpy
> Package(s) not found!
> [ko at wiley ~]$
> 
> How do I clean this up?  Thanks.

pkg search == remote packages != installed.

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-pkg/attachments/20140227/e233f346/attachment.sig>


More information about the freebsd-pkg mailing list