
pkgfile
List of commands for pkgfile:
-
pkgfile:tldr:2dd07 pkgfile: List all files provided by a package.$ pkgfile --list ${package_name}try on your machineexplain this command
-
pkgfile:tldr:320a4 pkgfile: Search for a package that owns a specific file, displaying the package version.$ pkgfile --verbose ${filename}try on your machineexplain this command
-
pkgfile:tldr:402ae pkgfile: Search for a package that owns a specific file.$ pkgfile ${filename}try on your machineexplain this command
-
pkgfile:tldr:4e288 pkgfile: Synchronize the pkgfile database.$ sudo pkgfile --updatetry on your machineexplain this command
-
pkgfile:tldr:50a5a pkgfile: Search for a package that owns a specific file using case-insensitive matching.$ pkgfile --ignorecase ${filename}try on your machineexplain this command
-
pkgfile:tldr:7a515 pkgfile: List only files provided by a package located within the `bin` or `sbin` directory.$ pkgfile --list --binaries ${package_name}try on your machineexplain this command
-
pkgfile:tldr:c765f pkgfile: Search for a package that owns a specific file in a specific repository.$ pkgfile --repo ${repository_name} ${filename}try on your machineexplain this command
-
pkgfile:tldr:fa61b pkgfile: Search for a package that owns a specific file in the `bin` or `sbin` directory.$ pkgfile --binaries ${filename}try on your machineexplain this command