mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Added short options
This commit is contained in:
parent
7bfa2b3ff4
commit
6c7cc1f6d1
1 changed files with 24 additions and 24 deletions
48
README.rst
48
README.rst
|
@ -313,7 +313,7 @@ Command Line Tool Usage
|
||||||
Slpkg is a user-friendly package manager for Slackware installations
|
Slpkg is a user-friendly package manager for Slackware installations
|
||||||
_ _
|
_ _
|
||||||
___| |_ __ | | ____ _
|
___| |_ __ | | ____ _
|
||||||
/ __| | '_ \| |/ / _` |
|
/ __| | "_ \| |/ / _` |
|
||||||
\__ \ | |_) | < (_| |
|
\__ \ | |_) | < (_| |
|
||||||
|___/_| .__/|_|\_\__, |
|
|___/_| .__/|_|\_\__, |
|
||||||
|_| |___/
|
|_| |___/
|
||||||
|
@ -335,58 +335,58 @@ Command Line Tool Usage
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
-h, --help Print this help message and exit
|
-h, --help Print this help message and exit
|
||||||
-v, --version Print program version and exit.
|
-v, --version Print program version and exit.
|
||||||
-a, [script.tar.gz] [source...] Auto build SBo packages.
|
-a, --autobuild, [script] [source...] Auto build SBo packages.
|
||||||
If you already have downloaded the
|
If you already have downloaded the
|
||||||
script and the source code you can
|
script and the source code you can
|
||||||
build a new package with this
|
build a new package with this
|
||||||
command.
|
command.
|
||||||
-b, [package...] --add, --remove Manage packages in the blacklist.
|
-b, --blacklist, [package...] --add, Manage packages in the blacklist.
|
||||||
list Add or remove packages and print
|
--remove, list Add or remove packages and print
|
||||||
the list. Each package is added
|
the list. Each package is added
|
||||||
here will not be accessible by the
|
here will not be accessible by the
|
||||||
program.
|
program.
|
||||||
-q, [package...] --add, --remove Manage SBo packages in the queue.
|
-q, --queue, [package...] --add, Manage SBo packages in the queue.
|
||||||
list, build, install, build-install Add or remove and print the list
|
--remove, list, build, install, Add or remove and print the list
|
||||||
of packages. Build and then install
|
build-install of packages. Build and then install
|
||||||
the packages from the queue.
|
the packages from the queue.
|
||||||
-g, config, config=[editor] Configuration file management.
|
-g, --config, print, edit=[editor] Configuration file management.
|
||||||
Print the configuration file or
|
Print the configuration file or
|
||||||
edit.
|
edit.
|
||||||
-l, [repository], --index, --installed Print a list of all available
|
-l, --list, [repository], --index, Print a list of all available
|
||||||
packages repository, index or print
|
--installed packages repository, index or print
|
||||||
only packages installed on the
|
only packages installed on the
|
||||||
system.
|
system.
|
||||||
-c, [repository] --upgrade --skip=[], Check, view and install updated
|
-c, --check, [repository] --upgrade Check, view and install updated
|
||||||
--resolve-off packages from repositories.
|
--skip=[] --resolve-off packages from repositories.
|
||||||
-s, [repository] [package...], Sync packages. Install packages
|
-s, --sync, [repository] [package...], Sync packages. Install packages
|
||||||
--resolve-off directly from remote repositories
|
--resolve-off directly from remote repositories
|
||||||
with all dependencies.
|
with all dependencies.
|
||||||
-t, [repository] [package] Track package dependencies and
|
-t, --tracking, [repository] [package] Tracking package dependencies and
|
||||||
print package dependenies tree with
|
print package dependenies tree with
|
||||||
highlight if packages is installed.
|
highlight if packages is installed.
|
||||||
-p, [repository] [package], --color=[] Print description of a package
|
-p, --print, [repository] [package], Print description of a package
|
||||||
directly from the repository and
|
--color=[] directly from the repository and
|
||||||
change color text.
|
change color text.
|
||||||
-n, [package] View a standard of SBo page in
|
-n, --network, [package] View a standard of SBo page in
|
||||||
terminal and manage multiple options
|
terminal and manage multiple options
|
||||||
like reading, downloading, building
|
like reading, downloading, building
|
||||||
installation, etc.
|
installation, etc.
|
||||||
-F, [package...] Find packages from repositories and
|
-F, --FIND, [package...] Find packages from repositories and
|
||||||
search at each enabled repository
|
search at each enabled repository
|
||||||
and prints results.
|
and prints results.
|
||||||
-f, [package...] Find and print installed packages
|
-f, --find, [package...] Find and print installed packages
|
||||||
reporting the size and the sum.
|
reporting the size and the sum.
|
||||||
-i, [package...] Installs single or multiple
|
-i, --install, [package...] Installs single or multiple
|
||||||
Slackware binary packages (*.t?z).
|
Slackware binary packages (*.t?z).
|
||||||
-u, [package...] Upgrade single or multiple Slackware
|
-u, --upgrade, [package...] Upgrade single or multiple Slackware
|
||||||
binary packages from a older to a
|
binary packages from a older to a
|
||||||
newer one.
|
newer one.
|
||||||
-o, [package...] Reinstall signle or multiple
|
-o, --reinstall, [package...] Reinstall signle or multiple
|
||||||
Slackware binary packages with the
|
Slackware binary packages with the
|
||||||
same packages if the exact.
|
same packages if the exact.
|
||||||
-r, [package...] Removes a previously installed
|
-r, --remove, [package...] Removes a previously installed
|
||||||
Slackware binary packages.
|
Slackware binary packages.
|
||||||
-d, [package...] Display the packages contents and
|
-d, --display, [package...] Display the packages contents and
|
||||||
file list.
|
file list.
|
||||||
|
|
||||||
Slpkg Examples
|
Slpkg Examples
|
||||||
|
|
Loading…
Reference in a new issue