snippetbashTip
paccheck — Check installed packages on an Arch-based system to verify dependencies, integrity, and consistency.
Viewed 0 times
commandclipaccheckcheckarchbasedinstalledpackages
linux
Problem
How to use the
paccheck command: Check installed packages on an Arch-based system to verify dependencies, integrity, and consistency. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paccheck.pod>.Solution
paccheck — Check installed packages on an Arch-based system to verify dependencies, integrity, and consistency. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/paccheck.pod>.List and check all installed packages:
paccheckCheck the specified packages:
paccheck {{package1 package2 ...}}Only display messages if a problem is found:
paccheck --quietCheck that all package dependencies are satisfied:
paccheck --dependsDisplay help:
paccheck --helpDisplay version:
paccheck --versionCode Snippets
List and check all installed packages
paccheckCheck the specified packages
paccheck {{package1 package2 ...}}Only display messages if a problem is found
paccheck --quietCheck that all package dependencies are satisfied
paccheck --dependsDisplay help
paccheck --helpContext
tldr-pages: linux/paccheck
Revisions (0)
No revisions yet.