Xref xbps-uchroot(8)
This commit is contained in:
parent
c992db2bc0
commit
43090cef2a
2
NEWS
2
NEWS
@ -4,6 +4,8 @@ xbps-0.36 (???):
|
|||||||
dependencies of a package that are depending on itself, either as real
|
dependencies of a package that are depending on itself, either as real
|
||||||
or virtual packages.
|
or virtual packages.
|
||||||
|
|
||||||
|
* xbps-uchroot(8): a manual page has been created.
|
||||||
|
|
||||||
* xbps-install(8): the -n,--dry-run option does not acquire the pkgdb file lock
|
* xbps-install(8): the -n,--dry-run option does not acquire the pkgdb file lock
|
||||||
anymore, so that any user can use this mode even without write permission to
|
anymore, so that any user can use this mode even without write permission to
|
||||||
the target pkgdb.
|
the target pkgdb.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 17, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-checkvers 8
|
.Dt xbps-checkvers 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -53,7 +53,8 @@ Shows the XBPS version.
|
|||||||
.Xr xbps-pkgdb 8 ,
|
.Xr xbps-pkgdb 8 ,
|
||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Dave Elusive <davehome@redthumb.info.tm>
|
.An Dave Elusive <davehome@redthumb.info.tm>
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 11, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-create 8
|
.Dt xbps-create 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -85,7 +85,8 @@ A list of required shared libraries, separated by a single blank. Example:
|
|||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-remove 8 ,
|
.Xr xbps-remove 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 18, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-install 8
|
.Dt xbps-install 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -24,7 +24,7 @@ supports 3 ways to specify them:
|
|||||||
.It
|
.It
|
||||||
by package name, i.e:
|
by package name, i.e:
|
||||||
.Dq Sy foo .
|
.Dq Sy foo .
|
||||||
The package with the greatest version available in all repositories will be choosen
|
The package with the greatest version available in all repositories will be choosen.
|
||||||
.It
|
.It
|
||||||
by exact package name and version, i.e:
|
by exact package name and version, i.e:
|
||||||
.Dq Sy foo-1.0_1 .
|
.Dq Sy foo-1.0_1 .
|
||||||
@ -119,7 +119,8 @@ Default cache directory to store downloaded binary packages.
|
|||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-remove 8 ,
|
.Xr xbps-remove 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 7, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-pkgdb 8
|
.Dt xbps-pkgdb 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -82,7 +82,8 @@ Default cache directory to store downloaded binary packages.
|
|||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-remove 8 ,
|
.Xr xbps-remove 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 18, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-query 8
|
.Dt xbps-query 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -193,7 +193,8 @@ Default cache directory to store downloaded binary packages.
|
|||||||
.Xr xbps-pkgdb 8 ,
|
.Xr xbps-pkgdb 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-remove 8 ,
|
.Xr xbps-remove 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 7, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-reconfigure 8
|
.Dt xbps-reconfigure 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -68,7 +68,8 @@ Default cache directory to store downloaded binary packages.
|
|||||||
.Xr xbps-pkgdb 8 ,
|
.Xr xbps-pkgdb 8 ,
|
||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-remove 8 ,
|
.Xr xbps-remove 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 7, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-remove 8
|
.Dt xbps-remove 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -109,7 +109,8 @@ Default cache directory to store downloaded binary packages.
|
|||||||
.Xr xbps-pkgdb 8 ,
|
.Xr xbps-pkgdb 8 ,
|
||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-rindex 8
|
.Xr xbps-rindex 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.Dd April 7, 2014
|
.Dd April 21, 2014
|
||||||
.Os Void Linux
|
.Os Void Linux
|
||||||
.Dt xbps-rindex 8
|
.Dt xbps-rindex 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -73,7 +73,8 @@ a repository. Otherwise it will ask you to enter the passphrase on the terminal.
|
|||||||
.Xr xbps-pkgdb 8 ,
|
.Xr xbps-pkgdb 8 ,
|
||||||
.Xr xbps-query 8 ,
|
.Xr xbps-query 8 ,
|
||||||
.Xr xbps-reconfigure 8 ,
|
.Xr xbps-reconfigure 8 ,
|
||||||
.Xr xbps-remove 8
|
.Xr xbps-remove 8 ,
|
||||||
|
.Xr xbps-uchroot 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Juan Romero Pardines <xtraeme@gmail.com>
|
.An Juan Romero Pardines <xtraeme@gmail.com>
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user