mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for binaries
This commit is contained in:
parent
6ebe60cda2
commit
0d0d6bdb9f
1 changed files with 17 additions and 3 deletions
20
man/slpkg.1
20
man/slpkg.1
|
@ -1,4 +1,4 @@
|
|||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.6.1" dslackw
|
||||
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.6.2" dslackw
|
||||
.SH NAME
|
||||
.P
|
||||
slpkg \- Package manager utility for Slackware.
|
||||
|
@ -11,7 +11,7 @@ slpkg [-h|-v] [-u, update] [-U, upgrade] [-c, check-updates] [-g, configs] [-L,
|
|||
[-D, clean-tmp] [-T, clean-data] [-b, build] [-i, install] [-d, download]
|
||||
[-R, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] -y, --yes, -j, --jobs, -o, --resolve-off,
|
||||
-r, --reinstall, -k, --skip-installed, -E, --full-reverse, -S, --search, -n, --no-silent, -p, --pkg-version, -z,
|
||||
-G, --generate-only, -P, --parallel, -z, --directory=[\fIPATH\fR]
|
||||
-G, --generate-only, -P, --parallel, -B, --binary, -O, --bin-repo=[\fIPATH\fR], -z, --directory=[\fIPATH\fR]
|
||||
.SH DESCRIPTION
|
||||
.P
|
||||
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems.
|
||||
|
@ -173,6 +173,19 @@ Download files in parallel to speed up the process.
|
|||
(to be used with: -u, update, -U, upgrade, -b, build, -i, install, -d, download)
|
||||
.RE
|
||||
.P
|
||||
.B -B, --binary
|
||||
.RS
|
||||
Switch to binaries repositories.
|
||||
(to be used with: -u, update, -U, upgrade, -i, install, -d, download, -s, search)
|
||||
.RE
|
||||
.P
|
||||
.BI "-O," "" " \-\-bin-repo=[" REPO "]
|
||||
.RS
|
||||
Select a binary repository. Used only combine with '-B, --binary' option.
|
||||
Example: slpkg -iB xbill --bin=repo='conraid'.
|
||||
(to be used with: -u, update, -U, upgrade, -i, install, -d, download, -s, search)
|
||||
.RE
|
||||
.P
|
||||
.BI "-z," "" " \-\-directory=[" PATH "]
|
||||
.RS
|
||||
The directory is the path where the files will be saved. (to be used with: -d, download)
|
||||
|
@ -203,7 +216,8 @@ Edit the config '/etc/slpkg/slpkg.toml' file to change the suffix if you want. Y
|
|||
.SH CONFIGURATION FILES
|
||||
.P
|
||||
Configuration file in the /etc/slpkg/slpkg.toml file.
|
||||
.RE
|
||||
.P
|
||||
Repositories file in the /etc/slpkg/repositories.toml file.
|
||||
.P
|
||||
Blacklist file in the /etc/slpkg/blacklist.toml file.
|
||||
.P
|
||||
|
|
Loading…
Reference in a new issue