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

When using `xbps-query` with the `-s` switch, the query must be placed after the argument, unlike other arguments as far as I can tell. For example, running `xbps-query gimp -R`...

This is a feature that too few package managers seem to have, as using all of the available cores on the CPU to download packages brings almost a linear speedup...

enhancement

`xbps-query -Rp alternatives -s vi` returns nothing currently (exits 2). perhaps it should search for all packages that provide the `vi` alternative set.

Currently when I'm looking for a changelog and a package doesn't have the property set I fall back to opening the homepage, like this: ```shell url=$(xbps-query --repository --property=changelog "$package") if...

Initial implementation, only works in conjunction with the `-m` switch, for now. Will fix #163 This is just a very rough start, but it had a sorted output :) A...

### System * xuname: *Void 5.11.18_1 x86_64-musl GenuineIntel notuptodate rFFFF* * package: *n/a* ### Expected behavior ```console $ cd $(xdistdir) && git pull $ ./xbps-src show-sys-updates iproute2 libharfbuzz ``` ###...

bug

The current behavior of xbps-query is to simply not display any output if packages aren't found, it would be useful to receive a message to standard error stating that no...