xbps
xbps copied to clipboard
The X Binary Package System (XBPS)
`xbps_file_hash_check_dictionary` was called for every file that is getting unpacked, because the files list is an array it iterated over the whole files array to find the matching file. With...
With this PR and #353 , I can build XBPS with cproc (have to use `--enable-static` when configuring). This also allows us to simplify the `xbps-static` template. EDIT: not entirely...
WIP because I have no idea how to construct the array to pass to `getsubopt`... Using the example in https://man.voidlinux.org/getsubopt.3 complains about discarded qualifiers in `char *const available[]`, using the...
The GNU guide for gettext recommends autoconf for most steps, which kinda sucks. Instead, use meson's module for it. In my mind, this would be a completely separate package (`xbps-i18n`...
If a package contains empty directories (in the `DESTDIR`), * `xbps-create` records these directories in the `.plist` file (see the attached file), * `xbps-install` removes them when (force-)installing a package...
I run regularly `xbps-install -Su` to update all packages in the system. Some packages show short messages that user should read and maybe do something about it. However because during...
One should be able to do something like `xbps-install package_a ^package_b` to install `package_a` at the same time as `package_b` is removed. This can be necessary due to conflicts between...
In some cases xbps-install seems to totally ignore proxy settings. Note: this is not a sudo related issue as previously described [here](https://github.com/void-linux/xbps/issues/75). Note: Trials are made behind a corporate NTLM...
See https://github.com/void-linux/void-packages/issues/28779 When updating itself, XBPS should only pull in its own dependencies: ``` ➜ xbps-query -x xbps --fulldeptree libxbps-0.59.1_3 libarchive-3.5.1_1 bzip2-1.0.8_1 liblz4-1.9.3_1 libzstd-1.4.8_1 liblzma-5.2.5_1 acl-2.2.53_1 attr-2.4.48_1 zlib-1.2.11_3 xbps-triggers-0.119_1 ca-certificates-20210119_1...
I want to parse package update list. Is there a way to have with ``xbps-install --dry-run --update`` to print an output like ``xbps-install -Su`` ? ``` ➜ xbps-install --dry-run --update...