Applied 9b495390d2
This commit is contained in:
parent
ff70ac644b
commit
8998fd4839
1 changed files with 29 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
# Pacwrap User Manual
|
||||
|
||||
This document was generated by the pacwrap binary on 17/11/2023 00:49:30 with version 0.5.0-b9b5ea8 of the program.
|
||||
This document was generated by the pacwrap binary on 14/01/2024 with version 0.6.0-ff70ac6 of the program.
|
||||
|
||||
## NAME
|
||||
pacwrap - Command-line application which facilitates the creation, management, and execution of unprivileged,
|
||||
|
@ -44,7 +44,7 @@ Synchronize remote package databases. Specify up to 2 times to force a refresh.
|
|||
|
||||
* **-u, --upgrade**
|
||||
Execute aggregate upgrade routine on all or specified containers. Use **-t, --target=TARGET** to limit
|
||||
package synhronization operations to the specified target containers. Packages applicable to
|
||||
package synchronization operations to the specified target containers. Packages applicable to
|
||||
a target **must** be specified only after the target operand.
|
||||
e.g. '-t electron element-desktop -t mozilla firefox thunderbird'
|
||||
|
||||
|
@ -58,27 +58,37 @@ Create a container with the first specified target. A container type argument is
|
|||
|
||||
* **-b, --base**
|
||||
Base container type. Specify alongside **-c, --create** to assign this container type during creation.
|
||||
|
||||
This container type is used as the base layer for all downstream containers. Only one base container
|
||||
dependency per slice or per root is supported. Filesystem and package deduplication via slices
|
||||
and root containers is recommended, but optional.
|
||||
dependency per slice or aggregate is supported. Filesystem and package deduplication via slices and
|
||||
aggregate containers are recommended, but optional.
|
||||
|
||||
* **-d, --slice**
|
||||
* **-s, --slice**
|
||||
Slice container type. Specify alongside **-c, --create** to assign this container type during creation.
|
||||
Requires a base dependency target, and optionally sliced dependency target(s), in order to ascertain
|
||||
foreign packages and influence ordering of downstream synchronization target(s). Container slicing
|
||||
provides the ability to install packages in a lightweight, sliced filesytem, which aid in the
|
||||
deduplication of common downstream package and filesystem dependencies e.g. graphics drivers,
|
||||
graphical toolkits, fonts, etc..
|
||||
|
||||
* **-r, --root**
|
||||
Root container type. Specify alongside **-c, --create** to this assign container type during creation.
|
||||
Requires a base dependency target, and optionally sliced dependency targets, in order to ascertain
|
||||
foreign packages and influence ordering of this target. These containers are ideal for installing
|
||||
software in with the least amount of filesystem and package synchronization overhead.
|
||||
Requires a base dependency, and optionally one or more sliced dependencies, to ascertain foreign
|
||||
packages and influence ordering of downstream synchronization target(s). Container slicing provies
|
||||
the ability to install packages in a lightweight, sliced filesytem, which aid in the deduplication
|
||||
of common downstream package and filesystem dependencies.
|
||||
|
||||
Useful for graphics drivers, graphical toolkits, fonts, etc.; these are not meant for applications.
|
||||
|
||||
* **-a, --aggegrate**
|
||||
Aggregate container type. Specify alongside **-c, --create** to this assign container type during creation.
|
||||
|
||||
Requires a base dependency, and optionally one or more sliced dependencies, in order to acertain foreign
|
||||
packages and amalgamate the target. These containers are ideal for installing software with the aid of
|
||||
filesystem and package deduplication.
|
||||
|
||||
Useful for all general purpose applications, browsers, e-mail clients, and even terminal user interface
|
||||
applications such as IRC clients. It is recommended to base your containers on aggregate type containers.
|
||||
|
||||
* **-t, --target=TARGET**
|
||||
Specify a target container for the specified operation.
|
||||
|
||||
* **-d, --dep=DEPEND**
|
||||
Specify a dependent container for the specified operation.
|
||||
|
||||
* **-o, --target-only**
|
||||
Apply specified operation on the specified target only.
|
||||
|
||||
|
@ -118,13 +128,13 @@ Display all help topics.
|
|||
Sends version information to **STDOUT** with colourful ASCII art.
|
||||
The 'min' option provides a minimalistic output as is provided to non-colour terms.
|
||||
|
||||
This documentation was generated by pacwrap v0.5.0-b9b5ea8-DEV (17/11/2023 00:49:30).
|
||||
This documentation was generated by pacwrap v0.6.0-ff70ac6-RELEASE (14/01/2024).
|
||||
Please seek relevant documentation if 'pacwrap -V' mismatches with the aforementioned.
|
||||
|
||||
## COPYRIGHT
|
||||
|
||||
Copyright (C) 2023 - Xavier R.M.
|
||||
Copyright (C) 2023-2024 Xavier R.M.
|
||||
|
||||
This program may be freely redistributed under
|
||||
the terms of the GNU General Public License v3.
|
||||
This program may be freely redistributed under the
|
||||
terms of the GNU General Public License v3 only.
|
||||
|
||||
|
|
Loading…
Reference in a new issue