snippetbashTip
pacrepairdb — Fix corrupted database entries in libalpm database. More information: <https://github.com/andrewgreg
Viewed 0 times
commandfixlibalpmcorrupteddatabaseclipacrepairdbentries
linux
Problem
How to use the
pacrepairdb command: Fix corrupted database entries in libalpm database. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacrepairdb.pod>.Solution
pacrepairdb — Fix corrupted database entries in libalpm database. More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacrepairdb.pod>.Perform a basic repair on a specific package:
pacrepairdb {{package_name}}Update the database entries without extracting or removing any packages:
pacrepairdb {{package_name}} --dbonlyDisplay the packages to be repaired and the cache packages to be used without making any changes:
pacrepairdb {{package_name}} --print-onlyDisplay additional progress and debug information:
pacrepairdb {{package_name}} --verboseDisplay help:
pacrepairdb --helpDisplay version:
pacrepairdb --versionCode Snippets
Perform a basic repair on a specific package
pacrepairdb {{package_name}}Update the database entries without extracting or removing any packages
pacrepairdb {{package_name}} --dbonlyDisplay the packages to be repaired and the cache packages to be used without making any changes
pacrepairdb {{package_name}} --print-onlyDisplay additional progress and debug information
pacrepairdb {{package_name}} --verboseDisplay help
pacrepairdb --helpContext
tldr-pages: linux/pacrepairdb
Revisions (0)
No revisions yet.