2023-06-15 09:23:27 +02:00
|
|
|
# CLI USAGE
|
2023-06-12 19:25:34 +02:00
|
|
|
|
2023-08-09 16:52:03 +02:00
|
|
|
```bash
|
2024-06-07 16:11:29 +02:00
|
|
|
slpkg - version 5.1.0
|
2023-06-12 19:25:34 +02:00
|
|
|
|
2024-05-24 17:58:12 +02:00
|
|
|
USAGE:
|
2024-03-28 12:17:30 +01:00
|
|
|
slpkg [COMMAND] [OPTIONS] <packages>
|
2023-06-12 19:25:34 +02:00
|
|
|
|
|
|
|
DESCRIPTION:
|
|
|
|
Package manager utility for Slackware.
|
|
|
|
|
|
|
|
COMMANDS:
|
2024-03-28 12:17:30 +01:00
|
|
|
-u, update Synchronizes the repositories database
|
|
|
|
with your local database.
|
|
|
|
-U, upgrade Upgrade the installed packages with
|
|
|
|
dependencies.
|
|
|
|
-I, repo-info Display the repositories information.
|
|
|
|
-g, configs Edit the configuration file with dialog
|
|
|
|
utility.
|
|
|
|
-T, clean-tmp Remove old downloaded packages and scripts.
|
|
|
|
-b, build <packages> Build SBo scripts with dependencies without
|
|
|
|
install it.
|
|
|
|
-i, install <packages> Build SBo scripts and install it with their
|
|
|
|
dependencies or install binary packages.
|
|
|
|
-R, remove <packages> Remove installed packages with dependencies.
|
|
|
|
-d, download <packages> Download only the packages without build
|
|
|
|
or install.
|
|
|
|
-f, find <packages> Find and display the installed packages.
|
|
|
|
-w, view <packages> Display package information by the repository.
|
|
|
|
-s, search <packages> This will match each package by the repository.
|
|
|
|
-e, dependees <packages> Display packages that depend on other packages.
|
|
|
|
-t, tracking <packages> Display and tracking the packages dependencies.
|
2023-06-12 19:25:34 +02:00
|
|
|
|
|
|
|
OPTIONS:
|
2024-03-28 12:17:30 +01:00
|
|
|
-y, --yes Answer Yes to all questions.
|
|
|
|
-c, --check Check a procedure before you run it, to be
|
|
|
|
used with update or upgrade commands.
|
|
|
|
-O, --resolve-off Turns off dependency resolving.
|
|
|
|
-r, --reinstall Upgrade packages of the same version.
|
|
|
|
-k, --skip-installed Skip installed packages during the building
|
|
|
|
or installation progress.
|
|
|
|
-E, --full-reverse Display the full reverse dependency.
|
|
|
|
-S, --search Search and load packages using the dialog.
|
|
|
|
-B, --progress-bar Display static progress bar instead of
|
|
|
|
process execute.
|
|
|
|
-p, --pkg-version Print the repository package version.
|
|
|
|
-P, --parallel Enable download files in parallel.
|
|
|
|
-m, --no-case Case-insensitive pattern matching.
|
|
|
|
-o, --repository=NAME Change repository you want to work.
|
|
|
|
-z, --directory=PATH Download files to a specific path.
|
2023-06-12 19:25:34 +02:00
|
|
|
|
2024-03-28 12:17:30 +01:00
|
|
|
-h, --help Show this message and exit.
|
|
|
|
-v, --version Print version and exit.
|
2024-05-24 17:58:12 +02:00
|
|
|
```
|