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

close / see #341 #### about `xbps-install` has a `-D / --download-only` flag that behaves as expected but provides misleading information when ran and in the man page. #### ~~question~~...

If `pkg` is being downgraded from version `100` to version `99`, xbps should run the `REMOVE` script for `pkg-100`. Currently, it isn't being run.

i try to use local repository but `xbps-rindex -a dir` take, much much time, i have 3G in this `dir`` it's that normal9

adds `-x/--deps` and `--fulldeptree`, that behave similar to the xbps-query modes fixes #464 ### Sample Output ``` $ doas bin/xbps-reconfigure/xbps-reconfigure -fx linux linux5.15: configuring ... Executing post-install kernel hook: 20-dracut...

Might be useful to reconfigure a package and its dependencies: ``` # xbps-reconfigure -fx linux ``` Would then also reconfigure the current kernel package, which would make it easier to...

enhancement

It would be nice if `xbps-query` could support searching packages via `xbps-query -s term1 term2` so that the search terms are logically `AND`ed, i.e. that it would return packages that...

I always get "jumpy", when I remove packages that had files ignore by `noextract`. Such operation usually produces something like: ``` Removing `package-x.y.z' ... ERROR: package-x.y.z: failed to remove `./a/b/c/d':...

**PROBLEM:** xbps signature files mix data from 2 different standards. As a result, standard tools (such as openssl) cannot be used to check the authenticity of packages or create signature...

Small change, that allows to use search mode only in manually installed packages. I find it extremely useful for tools like xilog, xhog and other similar search tools/queries, as most...