File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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 `
You can’t perform that action at this time.
0 commit comments