mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
bdc9f3ae83
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
112 lines
2.6 KiB
Groff
112 lines
2.6 KiB
Groff
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.2.0" dslackw
|
|
.SH NAME
|
|
.P
|
|
slpkg - [OPTIONS] [COMMAND] <packages>
|
|
.SH SYNAPSES
|
|
.P
|
|
slpkg [-h|-v] [update] [upgrade] [build] [install] [download] [remove] [find] [view] [clean-logs] [clean-tmp] --yes --jobs --resolve-off --reinstall --skip-installed
|
|
.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
|
|
update
|
|
.RS
|
|
Updates the package list and the database.
|
|
.RE
|
|
.P
|
|
upgrade
|
|
.RS
|
|
Upgrade all the installed packages.
|
|
.RE
|
|
.P
|
|
build
|
|
.RS
|
|
Builds the scripts and puts them in the /tmp directory.
|
|
.RE
|
|
.P
|
|
install
|
|
.RS
|
|
Builds and installs the packages in the correct order and also logs the packages with dependencies to use for removal.
|
|
.RE
|
|
.P
|
|
download
|
|
.RS
|
|
Download only the packages without building or installing it.
|
|
.RE
|
|
.P
|
|
remove
|
|
.RS
|
|
Removes packages with dependencies if the packages was installed with slpkg install method.
|
|
.RE
|
|
.P
|
|
find
|
|
.RS
|
|
Find sbo installed packages on your distribution.
|
|
.RE
|
|
.P
|
|
view
|
|
.RS
|
|
View packages from the repository and get everything in your terminal.
|
|
.RE
|
|
.P
|
|
clean-logs
|
|
.RS
|
|
Cleans dependencies log tracking.
|
|
.RE
|
|
.P
|
|
clean-tmp
|
|
.RS
|
|
Deletes all the downloaded sources.
|
|
.RE
|
|
.SH OPTIONS
|
|
.P
|
|
--yes
|
|
.RS
|
|
Answer Yes to all questions.
|
|
.RE
|
|
.P
|
|
--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
|
|
--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
|
|
.P
|
|
--skip-installed
|
|
.RS
|
|
This a helpful option if you want to avoid building and reinstalling packages.
|
|
Note: This option affects only the dependencies.
|
|
.RE
|
|
.P
|
|
-h | --help
|
|
.RS
|
|
Show help informatio and exit.
|
|
.RE
|
|
.P
|
|
-v | --version
|
|
.RS
|
|
Print version and exit.
|
|
.RE
|
|
.SH CONFIGURATION FILES
|
|
.P
|
|
Configuration file in the /etc/slpkg/slpkg.yml file.
|
|
.RE
|
|
Blacklist file in the /etc/slpkg/blacklist.yml 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>
|