Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 20:17:59 -0500
From:      Kostas Oikonomou <k.oikonomou@att.net>
To:        freebsd-pkg@freebsd.org
Subject:   how to remove a "bogus" package?
Message-ID:  <530E9247.8090207@att.net>

next in thread | raw e-mail | index | archive | help
I built /usr/ports/math/py-numpy with Python 3.2 on FreeBSD 10.0.  The
port was installed as package

[ko@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@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@wiley ~]$ pkg info py27-numpy
pkg: No package(s) matching py27-numpy
[ko@wiley ~]$
[ko@wiley ~]$ pkg search py27-numpy
py27-numpy-1.7.0_2,1
[ko@wiley ~]$
[ko@wiley ~]$ sudo pkg delete py27-numpy
Package(s) not found!
[ko@wiley ~]$

How do I clean this up?  Thanks.

                            Kostas





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?530E9247.8090207>