pacutils icon indicating copy to clipboard operation
pacutils copied to clipboard

Helper library for libalpm based programs.

Results 24 pacutils issues
Sort by recently updated
recently updated
newest added

Dear pacutil maintainer, the manpage-l10n project maintains a large number of translations of man pages both from a large variety of sources (including pacutil) as well for a large variety...

For a little background to this I've taken to using `pacini` for generate an `/etc/pacreport.conf` based on files found in `/etc/pacreport.d`. The current code for doing this looks like the...

When pacman is ran with --noconfirm and is redirecting the output to a file, it does not write the progress bar. It would be nice to have the same with...

At the moment I use $ sudo paccheck --file-properties --quiet | grep -Po "(?

On a size mismatch, I'd like to know the size expected in bytes so I can compare against the actual size. The first example output is too vague, the second...

When a target is only provided by other targets, `pactrans` can not locate it. For example: ``` ❯ sudo pacman -S i3 :: There are 5 members in group i3:...

When encountering `--` on the commandline, `getopt` stops parsing the arguments. It is customary to then interpret all following arguments as positional (i.e. the targets for `pactrans`). This allows to...

Setting `NoProgressBar` gives the following warning, even though it seems to be a [supported pacman option](https://gitlab.archlinux.org/pacman/pacman/-/blob/release/6.0.x/doc/pacman.conf.5.asciidoc?ref_type=heads&plain=1#L189): ``` $ pacconf | head warning: config /etc/pacman.conf line 35: unknown option 'NoProgressBar' [options]...

This happens with the version from this repo as well as from the Arch32 package. ```console $ src/paccheck pacman pacman: all dependencies satisfied zsh: segmentation fault (core dumped) src/paccheck pacman...

This patch will allow the use of a `pacman.conf` with no `Architecture` defined by adding a --arch flag to pacsync and pactrans, and to substitute server values only if needed....