logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Pacman Files - Manage Arch Linux Packages | Online Free DevTools by Hexmos

Control package files with Pacman Files, the Arch Linux package manager utility. Search for files within packages, and update package databases. Free online tool, no registration required.

pacman-files

Arch Linux package manager utility. See also: pacman, pkgfile. More information: https://manned.org/pacman.8.

  • Update the package database:

sudo pacman -Fy

  • Find the package that owns a specific [F]ile:

pacman -F {{filename}}

  • Find the package that owns a specific [F]ile, using a rege[x]:

pacman -Fx '{{regex}}'

  • List only the package names:

pacman -Fq {{filename}}

  • [l]ist the [F]iles owned by a specific package:

pacman -Fl {{package}}

  • Display [h]elp:

pacman -Fh

See Also