2022-10-14 19:31:12 +02:00
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.1.9" dslackw
2022-06-17 16:39:33 +02:00
.SH NAME
.P
2022-06-23 20:39:43 +02:00
slpkg - [OPTIONS] [COMMAND] <packages>
2022-06-17 16:39:33 +02:00
.SH SYNAPSES
.P
2022-10-14 19:22:33 +02:00
slpkg [-h|-v] [update] [upgrade] [build] [install] [remove] [find] [search] [clean-logs] [clean-tmp] --yes --jobs --resolve-off --reinstall --skip-installed --download-only
2022-06-17 16:39:33 +02:00
.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.
2022-06-21 08:35:35 +02:00
.SH COMMANDS
2022-06-17 16:39:33 +02:00
.P
update
.RS
2022-06-19 20:38:52 +02:00
Updates the package list and the database.
2022-06-17 16:39:33 +02:00
.RE
.P
2022-07-17 17:39:19 +02:00
upgrade
.RS
Upgrade all the installed packages.
.RE
.P
2022-06-17 16:39:33 +02:00
build
.RS
2022-06-19 20:38:52 +02:00
Builds the scripts and puts them in the /tmp directory.
2022-06-17 16:39:33 +02:00
.RE
.P
install
.RS
2022-06-19 20:38:52 +02:00
Builds and installs the packages in the correct order and also logs the packages with dependencies to use for removal.
2022-06-17 16:39:33 +02:00
.RE
.P
remove
.RS
Removes packages with dependencies if the packages was installed with slpkg install method.
.RE
.P
2022-06-23 16:11:50 +02:00
find
.RS
2022-06-24 17:58:33 +02:00
Find sbo installed packages on your distribution.
2022-06-23 16:11:50 +02:00
.RE
.P
2022-06-19 20:38:52 +02:00
search
.RS
2022-06-23 16:11:50 +02:00
Search packages on repository and view everything in your terminal.
2022-06-19 20:38:52 +02:00
.RE
.P
2022-06-17 16:39:33 +02:00
clean-logs
.RS
2022-06-21 21:44:54 +02:00
Cleans dependencies log tracking.
.RE
.P
clean-tmp
.RS
Deletes all the downloaded sources.
2022-06-17 16:39:33 +02:00
.RE
2022-06-21 08:35:35 +02:00
.SH OPTIONS
2022-06-17 16:39:33 +02:00
.P
--yes
.RS
Answer Yes to all questions.
.RE
.P
2022-06-20 16:50:16 +02:00
--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.
.RE
.P
2022-06-17 16:39:33 +02:00
--resolve-off
.RS
Turns off dependency resolving.
.RE
2022-06-17 17:02:35 +02:00
.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.
.RE
2022-06-20 16:50:16 +02:00
.P
2022-10-08 19:40:01 +02:00
--skip-installed
.RS
This a helpful option if you want to avoid building and reinstalling packages.
2022-10-10 20:20:34 +02:00
Note: This option affects only the dependencies.
2022-10-08 19:40:01 +02:00
.RE
.P
2022-10-14 19:22:33 +02:00
--download-only
.RS
Download only the package without building or installing it. Works both with build or install command.
.RE
.P
2022-06-20 16:50:16 +02:00
-h | --help
.RS
Show help informatio and exit.
.RE
.P
-v | --version
.RS
Print version and exit.
.RE
2022-06-19 21:57:06 +02:00
.SH CONFIGURATION FILES
2022-06-17 16:39:33 +02:00
.P
2022-10-06 19:45:46 +02:00
Configuration file in the /etc/slpkg/slpkg.yml file.
2022-06-19 20:38:52 +02:00
.RE
2022-10-06 19:45:46 +02:00
Blacklist file in the /etc/slpkg/blacklist.yml file.
2022-06-17 16:39:33 +02:00
.SH REPORT BUGS
.P
Please report any found to https://gitlab.com/dslackw/slpkg/-/issues.
2022-06-17 19:10:17 +02:00
.SH AUTHOR
2022-06-17 16:39:33 +02:00
.P
Dimitris Zlatanidis <d.zlatanidis@gmail.com>