Remove PackagesOnHold from xbps.conf; use xbps-pkgdb -m hold|unhold instead.
To put a package on hold mode: $ xbps-pkgdb -m hold foo To unhold the package: $ xbps-pkgdb -m unhold foo To list packages on hold mode: $ xbps-query -H This also close #12 from github.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.Dd July 26, 2013
|
||||
.Dd August 12, 2013
|
||||
.Os Void Linux
|
||||
.Dt xbps-query 8
|
||||
.Sh NAME
|
||||
@@ -78,6 +78,8 @@ option is specified, the target
|
||||
will be queried in the root directory, otherwise it will be
|
||||
queried in registered repositories.
|
||||
.Bl -tag -width -x
|
||||
.If Fl H, Fl -list-hold-pkgs
|
||||
List packages that are put on hold, and won't be updated in full system upgrades.
|
||||
.It Fl l, Fl -list-pkgs
|
||||
Lists registered packages in the package database (pkgdb).
|
||||
A package can be in any of the following states:
|
||||
|
Reference in New Issue
Block a user