xbps icon indicating copy to clipboard operation
xbps copied to clipboard

The X Binary Package System (XBPS)

Results 176 xbps issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/void-linux/xbps/issues/447.

When `$arch-repodata` exists, but it doesn't contain any entries, `xbps-rindex -r` fails with an assertion error: Steps to reproduce: ``` %: xbps-rindex -a .xbps %: rm .xbps %: xbps-rindex -c...

`xbps-query(1)` ``` MODE Only one of the following modes can be used at a time. By default and unless the -R option is specified, the target PKG will be queried...

When using xbps-install with flags `-MS`, xbps will open the db (`/var/db/xbps/`) in write mode if a remote repo has changed since the last real sync. This is apparent when...

" By default and unless the -i, --installed option is set, " """ -i, --ignore-conf-repos Ignore repositories defined in configuration files. Only repositories specified in the command line via --repository...

There are two packages in repo: `xf86-video-cirrus-1.5.3_8` and `xf86-video-mach64-6.9.6_2`, that depend on `xserver-abi-video-24_1`. Xbps accepts `xorg-server-21.1.3_3` which provides `xserver-abi-video-25_1` as a valid dependency. That looks like a bug, where correct...

The alpine's apk has a special feature to have [virtual package groups](https://github.com/gliderlabs/docker-alpine/blob/master/docs/usage.md#virtual-packages) which lets one to manage dependencies and stuffs which usually are hard to manage after you've successfully compiled...

enhancement

It would be great to be able to easily list packages concerned by CVEs. Archlinux has ``arch-audit`` : https://gitlab.com/ilpianista/arch-audit FreeBSD has ``pkg audit`` : https://docs.freebsd.org/en/books/handbook/ports/ (see 4.4.6. Auditing Installed Packages)

Not sure if this is a feature or a bug. Kernels updated from stock repos and periodically purged. Removed via vkpurge rm all, xbps-remove -Oo or xbps-remove linux-n.nn. Recent kernels...