pkgfile icon indicating copy to clipboard operation
pkgfile copied to clipboard

an alpm .files metadata explorer

Results 14 pkgfile issues
Sort by recently updated
recently updated
newest added

I have the same issue as https://github.com/falconindy/pkgfile/issues/53 and the suggested fix in that issue does not appear to work: ``` Oct 29 15:07:16 i-5 systemd[1]: Starting pkgfile database update... Oct...

Please add [lzip](https://www.nongnu.org/lzip/lzip.html) compression support to `src/compress.cc`

A single invocation of `pkgfile -b` takes around 230 ms on my laptop (Ryzen 5 4650U, 40GB DDR4, 512GB NVMe SSD). After playing around with different binary names to search,...

Feature Request

I recently happend to discover that the zsh command-not-found handler does not find binaries located in `/usr/bin/vendor_perl/`, such as `exiftool`. Presumably the same issue exists for `/usr/bin/core_perl/` though I have...

E.g.: ../src/pkgfile.hh:76:8: error: ‘optional’ in namespace ‘std’ does not name a template type 76 | std::optional ProcessRepo(const std::filesystem::path repo, | ^~~~~~~~ ../src/pkgfile.hh:9:1: note: ‘std::optional’ is defined in header ‘’; did...

In case of a power loss during a `pacman -Syu` - and in case some shared library `pacman` needs didn't get wiped off the disk - it is useful to...

Feature Request

Since fish 3.2 the native way is to define `fish_command_not_found` instead of using the event: > This command was introduced in fish 3.2.0. Previous versions of fish used the "fish_command_not_found"...

This is a follow-up of https://github.com/falconindy/pkgfile/pull/51 ("Make systemd unit depend on network-online.target") that enhances the unit file with `After=nss-lookup.target`. This is needed as per https://wiki.archlinux.org/title/systemd#Running_services_after_the_network_is_up: > From systemd.special(7): > "All...

In pacman-git, I can do this: ``` $ pacman-conf Architecture x86_64 x86_64_v3 ``` And it will work, pending Arch actually implementing optimized repos for the v3 psABI discussed at e.g....