snippetbashTip
pacrepairfile — Reset properties on files managed by alpm. More information: <https://github.com/andrewgregory/pacut
Viewed 0 times
commandfilespacrepairfileclialpmpropertiesresetmanaged
linux
Problem
How to use the
pacrepairfile command: Reset properties on files managed by alpm. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacrepairfile.pod>.Solution
pacrepairfile — Reset properties on files managed by alpm. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacrepairfile.pod>.Search for the package and reset the properties of a file:
pacrepairfile {{path/to/file}} --packageReset a file quietly:
pacrepairfile {{package_name}} --quiet --packageReset specific file properties (mode, owner UID, group GID, or modification time):
pacrepairfile {{package_name}} --{{mode|gid|mtime|uid}} --packageDisplay help:
pacrepairfile --helpDisplay version:
pacrepairfile --versionCode Snippets
Search for the package and reset the properties of a file
pacrepairfile {{path/to/file}} --packageReset a file quietly
pacrepairfile {{package_name}} --quiet --packageReset specific file properties (mode, owner UID, group GID, or modification time)
pacrepairfile {{package_name}} --{{mode|gid|mtime|uid}} --packageDisplay help
pacrepairfile --helpDisplay version
pacrepairfile --versionContext
tldr-pages: linux/pacrepairfile
Revisions (0)
No revisions yet.