Skip to content

Commit 2fad1b1

Browse files
authored
pacrepairdb: add page (#18511)
* doc: pacrepairdb * options argument order changed
1 parent aa7a259 commit 2fad1b1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pages/linux/pacrepairdb.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# pacrepairdb
2+
3+
> Fix corrupted database entries in libalpm database.
4+
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacrepairdb.pod>.
5+
6+
- Perform a basic repair on a specific package:
7+
8+
`pacrepairdb {{package_name}}`
9+
10+
- Update the database entries without extracting or removing any packages:
11+
12+
`pacrepairdb {{package_name}} --dbonly`
13+
14+
- Display the packages to be repaired and the cache packages to be used without making any changes:
15+
16+
`pacrepairdb {{package_name}} --print-only`
17+
18+
- Display additional progress and debug information:
19+
20+
`pacrepairdb {{package_name}} --verbose`
21+
22+
- Display help:
23+
24+
`pacrepairdb --help`
25+
26+
- Display version:
27+
28+
`pacrepairdb --version`

0 commit comments

Comments
 (0)