mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
186 lines
5.3 KiB
Groff
186 lines
5.3 KiB
Groff
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.5.4" dslackw
|
|
.SH NAME
|
|
.P
|
|
.B slpkg - [OPTIONS] [COMMAND] <packages>
|
|
.SH SYNAPSES
|
|
.P
|
|
slpkg [-h|-v] [-u, update] [-U, upgrade] [-c, check-updates] [-g, configs] [-L, clean-logs] [-D, clean-tmp] [-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, --directory=PATH, -F, --file-pattern=PATTERN
|
|
.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.
|
|
.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.
|
|
.SH COMMANDS
|
|
.P
|
|
.B -u, update
|
|
.RS
|
|
Updates the package list and the database.
|
|
.RE
|
|
.P
|
|
.B -U, upgrade
|
|
.RS
|
|
Upgrade all the installed packages if the newer version exists in the repository.
|
|
.RE
|
|
.P
|
|
.B -c, check-updates
|
|
.RS
|
|
Check if there is any news on the SlackBuild's ChangeLog.txt file.
|
|
.RE
|
|
.P
|
|
.B -L, clean-logs
|
|
.RS
|
|
Cleans dependencies log tracking. After that procedure you should remove dependencies by hand.
|
|
.RE
|
|
.P
|
|
.B -D, clean-tmp
|
|
.RS
|
|
Deletes all the downloaded SlackBuilds scripts and sources.
|
|
.RE
|
|
.P
|
|
.B -g, configs
|
|
.RS
|
|
Edit the configuration /etc/slpkg/slpkg.toml file.
|
|
.RE
|
|
.P
|
|
.B -b, build
|
|
.RS
|
|
Builds the Slackbuilds scripts and adds them to the /tmp directory.
|
|
.RE
|
|
.P
|
|
.B -i, install
|
|
.RS
|
|
Builds and installs the packages in the correct order and also logs the packages with dependencies to use for removal.
|
|
.RE
|
|
.P
|
|
.B -d, download
|
|
.RS
|
|
Download the SlackBuilds scripts and the sources without building or installing it.
|
|
.RE
|
|
.P
|
|
.B -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.
|
|
.RE
|
|
.P
|
|
.B -f, find
|
|
.RS
|
|
Find sbo installed packages on your distribution.
|
|
.RE
|
|
.P
|
|
.B -w, view
|
|
.RS
|
|
View packages from the repository and get everything in your terminal.
|
|
.RE
|
|
.P
|
|
.B -s, search
|
|
.RS
|
|
Search and match packages from the repository.
|
|
.RE
|
|
.P
|
|
.B -e, dependees
|
|
.RS
|
|
Show which SlackBuilds depend on.
|
|
.RE
|
|
.P
|
|
.B -t, tracking
|
|
.RS
|
|
Tracking the packages dependencies.
|
|
.RE
|
|
.SH OPTIONS
|
|
.P
|
|
-y, --yes
|
|
.RS
|
|
Answer Yes to all questions. (to be used with: -u, update, -U, upgrade, -L, clean-logs, -b, build,
|
|
-i, install, -d, download, -r, remove)
|
|
.RE
|
|
.P
|
|
-j, --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. (to be used with: -U, upgrade, -b, build, -i, install)
|
|
.RE
|
|
.P
|
|
-o, --resolve-off
|
|
.RS
|
|
Turns off dependency resolving. (to be used with: -U, upgrade, -b, build, -i, install)
|
|
.RE
|
|
.P
|
|
-R, --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. (to be used with: upgrade, -i, install)
|
|
.RE
|
|
.P
|
|
-k, --skip-installed
|
|
.RS
|
|
This a helpful option if you want to avoid building and reinstalling packages.
|
|
Note: This option affects only the dependencies. (to be used with: -i, install)
|
|
.RE
|
|
.P
|
|
-E, --full-reverse
|
|
.RS
|
|
Full reverse dependency. Works only with -e, dependees command and show the requires too.
|
|
(to be used with: -e, dependees)
|
|
.RE
|
|
.P
|
|
-S, --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.
|
|
(to be used with: -b, build, -i, install, -d, download, -r, remove, -f, find, -w, view,
|
|
-s, search, -e, dependees, -t, tracking)
|
|
.RE
|
|
.P
|
|
-n, --no-silent
|
|
.RS
|
|
Disable silent mode if it is enabled in the configuration file. (to be used with: -u, update, -U, upgrade, -b, build,
|
|
-i, install, -d, download, -r, remove)
|
|
.RE
|
|
.P
|
|
-z, --directory=PATH
|
|
.RS
|
|
The directory is the path where the files will be saved. (to be used with: -d, download)
|
|
.RE
|
|
.P
|
|
-p, --pkg-version
|
|
.RS
|
|
Print the repository package version. (to be used with: -e, dependees, -t, tracking, -w, view)
|
|
.RE
|
|
.P
|
|
-F, --file-pattern=PATTERN
|
|
.RS
|
|
Include specific installed files with a pattern, such as `slpkg -f 'python' --file-pattern='*'`,
|
|
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
|
|
`slpkg -i podman --file-pattern='*alien'` or if you want to check and upgrade packages from other repositories
|
|
`slpkg upgrade --file-pattern='*alien'` or remove packages with `slpkg -r <packages> --file-pattern='*'`.
|
|
(to be used with: -U, upgrade, -i, install, -r, remove, -f, find)
|
|
.RE
|
|
.P
|
|
-h | --help
|
|
.RS
|
|
Show help information and exit.
|
|
.RE
|
|
.P
|
|
-v | --version
|
|
.RS
|
|
Print version and exit.
|
|
.RE
|
|
.SH CONFIGURATION FILES
|
|
.P
|
|
Configuration file in the /etc/slpkg/slpkg.toml file.
|
|
.RE
|
|
Blacklist file in the /etc/slpkg/blacklist.toml file.
|
|
.SH REPORT BUGS
|
|
.P
|
|
Please report any found to: https://gitlab.com/dslackw/slpkg/-/issues.
|
|
.SH AUTHOR
|
|
.P
|
|
Dimitris Zlatanidis <d.zlatanidis@gmail.com>
|