pkgfile
linux
Search files from packages in the official repositories on Arch-based systems. See also: `pacman files`.
More info →Examples (8)
Search for a package that owns a specific file
pkgfile filenameList all files provided by a package
pkgfile --list packageList executables provided by a package
pkgfile --list --binaries packageSearch for a package that owns a specific file using case-insensitive matching
pkgfile --ignorecase filenameSearch for a package that owns a specific file in the `bin` or `sbin` directory
pkgfile --binaries filenameSearch for a package that owns a specific file, displaying the package version
pkgfile --verbose filenameSearch for a package that owns a specific file in a specific repository
pkgfile --repo repository_name filenamemade by @shridhargupta | data from tldr-pages