pkg icon indicating copy to clipboard operation
pkg copied to clipboard

Package management tool for FreeBSD. Help at #pkg on Libera Chat or [email protected]

Results 269 pkg issues
Sort by recently updated
recently updated
newest added

This occurred on a FreeBSD 12.2 host. ``` root@freshports:/ # cat /usr/local/etc/pkg/repos/local.conf local: { url: "pkg+http://fedex.unixathome.org/packages/122amd64-default-master-list/" mirror_type: "srv", signature_type: "PUBKEY", pubkey: "/etc/ssl/slocum.unixathome.org.cert", enabled: true } root@freshports:/ # pkg-static bootstrap -f...

For example, pkg said ```The process will require 3 GiB more space.```, the actual availability was 1.6GB and pkg still proceeded.

Here is the scenario: ``` # pkg upgrade -f Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking for upgrades (2548 candidates):...

I thought this was fixed. I would consider it a blocker for pkgbase. > pkg upgrade ... [435/493] Reinstalling linux_base-c6-6.8... sysctl: unknown oid 'compat.linux.osrelease' linuxulator is not (kld)loaded, exiting pkg:...

Instead of: > [pauamma@gadfly] ~% pkg search -c zotero > [pauamma@gadfly] ~% pkg search zotero > linux-zotero-5.0.96.3 Reference management for bibliographic data and research materials I'd like to be able...

Hey, I was wondering, do we actually need to have long options described in the synopsis sections in the manual pages? They add a lot of noise and aren't very...

Not 100% that this is correct, but nrit is null when it gets called here so I think it is probably a typo. Fixes #1842 , probably

We host our own pkg repo server and after our most recent port updates I've experienced a failure when running `pkg upgrade` where the squid port fails to upgrade with...

I have been using FreeBSD for a longtime and now I downloaded FreeBSD 13 and pkg installations are super slow. Has nothing to do with the internet speed. Something is...

The cases here may return ARCHIVE_WARN when the necessary libfoo isn't available, indicating that it's going to shell out to satisfy the request. We can't necessarily cope with shelling out,...