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

seen when using `./xbps-src clean-repocache` ``` => xbps-src: removing autodeps, please wait... xbps-remove: portableproplib/prop_array.c:754: prop_array_remove: Assertion `idx < pa->pa_count' failed. ./xbps-src: line 729: 10922 Aborted $XBPS_REMOVE_CMD -C /dev/null -c $XBPS_HOSTDIR/repocache-${XBPS_TARGET_ARCH}...

While reading `xbps-install(1)`'s source i noticed that these two return values of `xbps_transaction_update_packages(3)`'s doc weren't documented.

https://github.com/void-linux/void-packages/pull/39284 "broke" my setup. I am using dracut-uefi, so I don't need the `/etc/kernel.d/*/20-initramfs` link. This PR had the possibility to skip the symlink creation (using the noextract).

Level 20 is recommended - Requires less 1GiB of memory for compression - Requires about 32MiB of memory for decompression - Some package save space more then 50% But will...

Helle there. Recentely I had used Alpine Linux which is a wonderful systemd-free distro. The way they could integrate their package manager, apk to plasma-discover, was awesome. So I wonder...

The xbps-install command should ignore the case of the package name for enhanced ease of use

xbps-install -uy xbps Package 'xbps' is up to date. xbps-install -Suvy [*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata' ... Found texinfo-7.1_1 in repository https://repo-default.voidlinux.org/current Name Action Version New...

many flags were missing, also updates for new flags: - host arch (void-linux/void-packages#46263) - verbose (void-linux/void-packages#48637)

makes the behaviour of the `-R`/`--repository` flags match what xbps-install et al. do, namely `-R ` and `--repository ` now work. Existing behaviours are preserved. allows `PKG` argument to appear...