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

Not sure if this is a bug or not, but I thought better report it, in case it is. I noticed that when creating a new chroot by running: `xbps-install...

enhancement

Since xbps was changed to not run scripts within the transaction, installing into a new empty root directory will fail when it tries to execute pre install scripts as nothing...

bug

`xbps-pkgdb -a` only lists packages with issues, requiring some smart shell scripting to get a list of all affected packages to try and reinstall. It should have a flag to...

Every character counts!

I think it would be helpful if xbps also logged: - The exact command that is being run - Maybe a short notice about start and end of the transaction...

Nowhere in the `xbps` repo or `void-docs` repo is it mentioned that if there already exists a config file on the FS that is different from the config file in...

Sorry for the nitpick, but I just noticed this. Sometimes there is a space before the `...`, sometimes not: ``` # xbps-install bmon [...] [*] Downloading packages bmon-4.0_5.x86_64.xbps.sig: 512B [avg...

Some ideas to improve readability: - [ ] Numbers in the `Download size` column of `xbps-install` should be right-aligned to improve readability, as is already the case for the summary...

- Package size numbers (and maybe other sizes) are calculated/displayed in units based on powers of 2 (e.g. `KiB`), but the wrong unit is displayed, namely units based on powers...