how to remove a "bogus" package?
Kostas Oikonomou
k.oikonomou at att.net
Thu Feb 27 12:49:23 UTC 2014
Yes, thanks for the clarification/reminder.
Nevertheless, I forgot to mention in my original post that the problem
appears to be genuine:
[ko at wiley ~]$ pkg install -n py27-numpy
py27-numpy-1.7.0_2,1 already installed
[ko at wiley ~]$
Kostas
On 02/27/2014 02:19, Baptiste Daroussin wrote:
> 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
More information about the freebsd-pkg
mailing list