mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated manpage
This commit is contained in:
parent
3bdb2e212a
commit
348e8ac8a7
1 changed files with 17 additions and 7 deletions
24
man/slpkg.1
24
man/slpkg.1
|
@ -4,12 +4,17 @@
|
|||
slpkg - [OPTIONS] [COMMAND] <packages>
|
||||
.SH SYNAPSES
|
||||
.P
|
||||
slpkg [-h|-v] [update] [upgrade] [check-updates] [clean-logs] [clean-tmp] [-b, build] [-i, install] [-d, download] [-r, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] --yes, --jobs, --resolve-off, --reinstall, --skip-installed, --full-reverse, --search
|
||||
slpkg [-h|-v] [update] [upgrade] [check-updates] [clean-logs] [clean-tmp] [-b, build] [-i, install] [-d, download]
|
||||
[-r, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] --yes, --jobs, --resolve-off,
|
||||
--reinstall, --skip-installed, --full-reverse, --search
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems. It automatically computes dependencies and figures out what things should occur to install packages. Slpkg makes it easier to maintain groups of machines without having to manually update.
|
||||
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems.
|
||||
It automatically computes dependencies and figures out what things should occur to install packages.
|
||||
Slpkg makes it easier to maintain groups of machines without having to manually update.
|
||||
.P
|
||||
Slpkg works in accordance with the standards of the organization SlackBuilds.org to build packages. Also uses the Slackware Linux instructions for installation, upgrading or removing packages.
|
||||
Slpkg works in accordance with the standards of the organization SlackBuilds.org to build packages.
|
||||
Also uses the Slackware Linux instructions for installation, upgrading or removing packages.
|
||||
.SH COMMANDS
|
||||
.P
|
||||
update
|
||||
|
@ -54,7 +59,8 @@ Download the SlackBuilds scripts and the sources without building or installing
|
|||
.P
|
||||
-r, remove
|
||||
.RS
|
||||
Removes packages with dependencies if the packages was installed with 'slpkg install' method. Slpkg looks at the 'sbo_repo_tag' configuration to find packages for removal.
|
||||
Removes packages with dependencies if the packages was installed with 'slpkg install' method.
|
||||
Slpkg looks at the 'sbo_repo_tag' configuration to find packages for removal.
|
||||
.RE
|
||||
.P
|
||||
-f, find
|
||||
|
@ -90,7 +96,9 @@ Answer Yes to all questions.
|
|||
.P
|
||||
--jobs
|
||||
.RS
|
||||
Acceleration of SlackBuild scripts. When the --jobs flag is set, slpkg automatically detects the number of processors and enters it into the MAKEFLAGS variable. Some SlackBuilds fail when MAKEFLAGS is declared or the number of processors (-j) is greater than one.
|
||||
Acceleration of SlackBuild scripts. When the --jobs flag is set, slpkg automatically detects the number
|
||||
of processors and enters it into the MAKEFLAGS variable. Some SlackBuilds fail when MAKEFLAGS is declared or
|
||||
the number of processors (-j) is greater than one.
|
||||
.RE
|
||||
.P
|
||||
--resolve-off
|
||||
|
@ -100,7 +108,8 @@ Turns off dependency resolving.
|
|||
.P
|
||||
--reinstall
|
||||
.RS
|
||||
Use this option if you want to upgrade all packages even if the same version is already installed. Do not skip installed packages.
|
||||
Use this option if you want to upgrade all packages even if the same version is already installed.
|
||||
Do not skip installed packages.
|
||||
.RE
|
||||
.P
|
||||
--skip-installed
|
||||
|
@ -116,7 +125,8 @@ Full reverse dependency. Works only with -e, dependees command and show the requ
|
|||
.P
|
||||
--search
|
||||
.RS
|
||||
Enable the dialog utility to search packages from the repository. Example try: `slpkg install python3 --search` or `slpkg download python3 --search` and etc.
|
||||
Enable the dialog utility to search packages from the repository.
|
||||
Example try: `slpkg install python3 --search` or `slpkg download python3 --search` and etc.
|
||||
.RE
|
||||
.P
|
||||
-h | --help
|
||||
|
|
Loading…
Reference in a new issue