pkg
pkg copied to clipboard
Package management tool for FreeBSD. Help at #pkg on Libera Chat or [email protected]
As currently generated packages produced by ports have no dependency on package base packages. This has the unfortunate consequence that `pkg` will uninstall/reinstall packages while most of the base system...
With FreeBSD-15.0-ALPHA1, I wondered why [pkg-search(8)](https://man.freebsd.org/cgi/man.cgi?query=pkg-search&sektion=8&manpath=freebsd-ports) results implied zero packages in the _FreeBSD-kmods_ repo. pkg search -r FreeBSD-kmods -g '*' ```text root@alpha-pkgbase-zfs:~ # pkg search -r FreeBSD-kmods -g '*' root@alpha-pkgbase-zfs:~...
Recording a list of possible improvements recently discussed: - (noted by @markjdb) The solver could learn about BACKUP_LIBRARIES and understand that shlib dependencies will not go away if they're to...
It would be useful to be able to display exactly what the on-disk changes are between a pkg in a repo and what is installed on disk. This command should:...
Recently I tried to install FreeBSD on baremetal. I've got recent 14.3 LiveUSB stick with own basepackages (builded from 14-STABLE via `make packages`). On bare-metal server I booted from LiveUSB...
Hi. After the migration to the upcoming PKGBASE solution it will not be possible to list just the third party packages - or just the PKGBASE packages. ``` % pkg...
after running pkg upgrade today on my system, my desktop environment was unexpectedly uninstalled and not reinstalled. Along with it, several applications were also removed, including Firefox, Signal, and Telegram....
Many `pkg` subcommands accept `-r` to restrict behaviour to a single repository. This is *mostly* meaningless for `pkg del`, but it is useful for `pkg del -a` to be able...
Here's a nice-to-have idea. - Create a logging table in local.sqlite to record all actions that modify the locally installed package set - Any time a package is deleted or...
The manpage for 'pkg check -s' should provide an example of how to repair a corrupted package. Is one supposed to do 'pkg install -f' or something else? If it's...