There's a closed pull request on the void-packages repository New package: xbpsvenv https://github.com/void-linux/void-packages/pull/24303 Description: How to verify: 1. Install `xbpsvenv` package. 2. Run `xbpsvenv -h`. You should see help for the following sub-commands: `alias exec ls note pwd rm usectx workon` 3. Run `xbpsvenv ls` the line `Default Workspace Alias Notes` should print. This will create the `$HOME/.local/share/xbpsvenv` directory. Uninstalling the package does not delete this directory since source code which the user works on is stored here.