Pkg install, package not found.
Michał Jędrzejczak
local at o2.pl
Mon Aug 29 16:32:23 UTC 2016
Hey Ben, thanks for answer.
Here is :
cat /etc/pkg/FreeBSD.conf
# $FreeBSD: releng/10.1/etc/pkg/FreeBSD.conf 263938 2014-03-30 15:29:54Z
bdrewery $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
In /usr/local/etc a I've only pkg.conf
But after :
pkg update -f
Everything now works corectly.
2016-08-29 0:30 GMT+02:00 Ben Woods <woodsb02 at gmail.com>:
> On Monday, 29 August 2016, Michał Jędrzejczak <local at o2.pl> wrote:
>
>> Thanks for answer.
>> But something is not good, because why my pkg show different name after
>> update repo :/
>>
>> pkg update
>> Updating FreeBSD repository catalogue...
>> FreeBSD repository is up-to-date.
>> All repositories are up-to-date.
>>
>> pkg search -x gnupg1
>> gnupg1-1.4.20 The GNU Privacy Guard
>>
>> Regards
>> Michał
>>
>
> Can you please reply with the contents of your /etc/pkg/FreeBSD.conf file,
> and any files you might have in /usr/local/etc/pkg/repos/*?
>
> Regards,
> Ben
>
>
> --
>
> --
> From: Benjamin Woods
> woodsb02 at gmail.com
>
More information about the freebsd-questions
mailing list