pacutils
pacutils copied to clipboard
Helper library for libalpm based programs.
This PR adds zsh completion files to pacutils. It also updates the Makefiles to install them in the proper locations.
This would be the equivalent of `pacman -Qu`, except potentially more useful since the output would be `pkgspec` instead of only package names, and could be combined with string fields...
For example: ``` ❯ echo alad/aurutils-git | sudo pacinstall --resolve-replacements=none Resolving dependencies... Checking package conflicts... installing alad/aurutils-git (9.6.r105.g90da0224-1 -> 10b.r2.g15375b13-1) Download Size: 0.00 B Installed Size: 155.83 K Size Delta:...
In the manpage in the section Prompt Disposition Options, there are options to auto-confirm the following question: --resolve-conflicts --resolve-replacements --install-ignored-packages --delete-corrupt-files --use-first-provider --skip-unresolvable --import-pgp-keys And there is the --yolo option...
Like ``` IgnoreMissing = /usr/share/locale/* ``` As I have deleted unwanted locale files
Hey there :wave: I wrote a bash completion script for `pacreport`. Please feel free to add it to the repo. BTW: In the process I noticed two minor issues with...
Add all the code and test to deal with NoProgressBar option in /etc/pacman.conf and fixes man pages issues and fixes armv7h issues.
when running `paccheck --quiet`, paccheck segfaults: ``` # LANG=C paccheck --quiet Erreur de segmentation (core dumped) ``` Next, is a coreudmp on armv7h ``` # coredumpctl dump 667 PID: 667...
Trying to build the package now, leads to this error on rpi3 (b+) ``` 30-config-sysroot.t ........... ok 40-ui-cb-download-progress.t .. 1/11 # Failed test at 40-ui-cb-download-progress.c line 24. ' got: '(1/1)...
When pacsift is used with arguments, but inside a bash function - which itself takes stdin from a pipe - it assumes taking packages from stdin as well. As a...