-
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 running the command with…
-
The xbps-install command should ignore the case of the package name for enhanced ease of use
-
related: `xbps-pkgdb -a`, this utility uses the package manager's database of file checksums installed by a package and checks if they match, i used to find this quite useful on Void to easily find br…
-
So, following @Duncaen suggestions, I'm taking a look at the code for xbps-query, to start off.
```
{ "revdeps", required_argument, NULL, 'X' },
{ "regex", no_argument, NULL, 0 },
{ "fulld…
-
CI log from: https://github.com/void-linux/void-packages/pull/32340/checks?check_run_id=3265394612
```
=> wps-office-11.1.0.10702_1: fetching distfile 'wps-office-11.1.0.10702.XA-1.x86_64.rpm'...
…
-
In light of #23239,
I look into some `xbps-triggers`, and I think those triggers aren't safe to be run from outside of chroot:
- if the libc in chroot and libc in host is differs and elf in chroot…
-
I have solved my issue by installing a vanilla voidlinux, buying a TB-Ethernet adapter and installing usbmuxd and libirecovery.
First I updated my voidlinux by running
`xbps-install -Su`
Then I…
-
**Current Behavior:**
Zoom level is randomly sometimes much higher than it should be, and sometimes/on certain sites this prevents scrolling.
Per this [issue](https://github.com/luakit/luakit/issu…
-
The following commands were ran after each other, nothing in between:
```
λ ~ sudo xbps-remove -R gupnp
gupnp-1.2.4_1 in transaction breaks installed pkg `gupnp-tools-0.10.0_2'
Transaction aborted…
-
Script to either show a full dependency tree of a package or find the closest link between two dependencies.
```sh
#!/bin/sh
base=$(mktemp -d "/tmp/xdeplink.XXXXXX") || exit 1
trap "rm -rf \"$…