Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions pages/linux/pacrepairdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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}} --dbonly`

- Display the packages to be repaired and the cache packages to be used without making any changes:

`pacrepairdb {{package_name}} --print-only`

- Display additional progress and debug information:

`pacrepairdb {{package_name}} --verbose`

- Display help:

`pacrepairdb --help`

- Display version:

`pacrepairdb --version`