slpkg/man/slpkg.1
Dimitris Zlatanidis c1a5ecf66a Updated manpage
2022-06-17 20:10:17 +03:00

72 lines
1.7 KiB
Groff

.TH slpkg 1 "Orestiada, Greece" "slpkg 4.1.0" dslackw
.SH NAME
.P
slpkg - [OPTIONS] [packages]
.SH SYNAPSES
.P
slpkg [-h | -v] [update] [build] [install] [remove] [clean-logs] --yes --resolve-off --reinstall
.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 OPTIONS
.P
-h | --help
.RS
Show help informatio and exit.
.RE
.P
-v | --version
.RS
Print version and exit.
.RE
.P
update
.RS
Updates the data packages and the database.
.RE
.P
build
.RS
Builds and creates only the scripts and puts them in the /tmp directory.
.RE
.P
install
.RS
Builds, creates and installs the packages in the correct order and also logs the packages with dependencies to use for removal.
.RE
.P
remove
.RS
Removes packages with dependencies if the packages was installed with slpkg install method.
.RE
.P
clean-logs
.RS
Purge logs of dependencies.
.RE
.P
--yes
.RS
Answer Yes to all questions.
.RE
.P
--resolve-off
.RS
Turns off dependency resolving.
.RE
.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
.SH CONFIGURATION FILE
.P
Configuration file in the /etc/slpkg/slpkg.json 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>