mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Removed file pattern
This commit is contained in:
parent
34cef6747c
commit
298ee15dcf
1 changed files with 1 additions and 11 deletions
12
man/slpkg.1
12
man/slpkg.1
|
@ -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]
|
[-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, 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,
|
-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], -F, --file-pattern=[\fIPATTERN\fR]
|
-G, --generate-only, -P, --parallel, -z, --directory=[\fIPATH\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.P
|
.P
|
||||||
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems.
|
Slpkg is a software package manager that installs, updates, and removes packages on Slackware based systems.
|
||||||
|
@ -178,16 +178,6 @@ Download files in parallel to speed up the process.
|
||||||
The directory is the path where the files will be saved. (to be used with: -d, download)
|
The directory is the path where the files will be saved. (to be used with: -d, download)
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
.BI "-F," "" " \-\-file-pattern=[" PATTERN "]
|
|
||||||
.RS
|
|
||||||
Include specific installed files with a pattern, such as '\fIslpkg -f 'python --file-pattern="*"\fR',
|
|
||||||
and prints all installed packages that include the name 'python', not only the SBo packages.
|
|
||||||
Also when you want to install and view packages that you have installed from other repositories, try like
|
|
||||||
'\fIslpkg -i podman --file-pattern="*alien"\fR' or if you want to check and upgrade packages from other repositories
|
|
||||||
'\fIslpkg upgrade --file-pattern="*alien"\fR' or remove packages with '\fIslpkg -R [PACKAGES...] --file-pattern="*"\fR'.
|
|
||||||
(to be used with: -U, upgrade, -i, install, -R, remove, -f, find)
|
|
||||||
.RE
|
|
||||||
.P
|
|
||||||
.B -h | --help
|
.B -h | --help
|
||||||
.RS
|
.RS
|
||||||
Show help information and exit.
|
Show help information and exit.
|
||||||
|
|
Loading…
Add table
Reference in a new issue