2023-01-21 18:41:56 +01:00
|
|
|
.TH slpkg 1 "Orestiada, Greece" "slpkg 4.5.2" dslackw
|
2022-06-17 16:39:33 +02:00
|
|
|
.SH NAME
|
|
|
|
.P
|
2023-01-11 17:07:36 +01:00
|
|
|
.B slpkg - [OPTIONS] [COMMAND] <packages>
|
2022-06-17 16:39:33 +02:00
|
|
|
.SH SYNAPSES
|
|
|
|
.P
|
2022-12-27 23:04:58 +01:00
|
|
|
slpkg [-h|-v] [update] [upgrade] [check-updates] [configs] [clean-logs] [clean-tmp] [-b, build] [-i, install] [-d, download]
|
2022-12-26 10:43:34 +01:00
|
|
|
[-r, remove] [-f, find] [-w, view] [-s, search] [-e, dependees] [-t, tracking] --yes, --jobs, --resolve-off,
|
2023-01-18 17:09:42 +01:00
|
|
|
--reinstall, --skip-installed, --full-reverse, --search, --no-silent, --directory=PATH, --pkg-version
|
2022-06-17 16:39:33 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.P
|
2022-12-26 10:43:34 +01:00
|
|
|
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.
|
2022-06-17 16:39:33 +02:00
|
|
|
.P
|
2022-12-26 10:43:34 +01:00
|
|
|
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
|
2023-01-21 16:57:53 +01:00
|
|
|
.B update
|
2022-06-17 16:39:33 +02:00
|
|
|
.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
|
2023-01-21 16:57:53 +01:00
|
|
|
.B upgrade
|
2022-07-17 17:39:19 +02:00
|
|
|
.RS
|
2022-11-01 18:06:49 +01:00
|
|
|
Upgrade all the installed packages if the newer version exists in the repository.
|
2022-07-17 17:39:19 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-10 22:06:38 +01:00
|
|
|
.B check-updates
|
2022-11-03 17:52:01 +01:00
|
|
|
.RS
|
|
|
|
Check if there is any news on the SlackBuild's ChangeLog.txt file.
|
|
|
|
.RE
|
|
|
|
.P
|
2023-01-10 22:06:38 +01:00
|
|
|
.B configs
|
2022-12-27 23:04:58 +01:00
|
|
|
.RS
|
|
|
|
Edit the configuration /etc/slpkg/slpkg.toml file.
|
|
|
|
.RE
|
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B clean-logs
|
2022-11-28 19:48:10 +01:00
|
|
|
.RS
|
|
|
|
Cleans dependencies log tracking. After that procedure you should remove dependencies by hand.
|
|
|
|
.RE
|
|
|
|
.P
|
2023-01-10 22:06:38 +01:00
|
|
|
.B clean-tmp
|
2022-11-28 19:48:10 +01:00
|
|
|
.RS
|
|
|
|
Deletes all the downloaded SlackBuilds scripts and sources.
|
|
|
|
.RE
|
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -b, build
|
2022-06-17 16:39:33 +02:00
|
|
|
.RS
|
2022-11-01 18:06:49 +01:00
|
|
|
Builds the Slackbuilds scripts and adds them to the /tmp directory.
|
2022-06-17 16:39:33 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -i, install
|
2022-06-17 16:39:33 +02:00
|
|
|
.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
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -d, download
|
2022-10-15 19:05:38 +02:00
|
|
|
.RS
|
2022-11-01 18:06:49 +01:00
|
|
|
Download the SlackBuilds scripts and the sources without building or installing it.
|
2022-10-15 19:05:38 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -r, remove
|
2022-06-17 16:39:33 +02:00
|
|
|
.RS
|
2022-12-26 10:43:34 +01:00
|
|
|
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.
|
2022-06-17 16:39:33 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -f, find
|
2022-06-23 16:11:50 +02:00
|
|
|
.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
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -w, view
|
2022-06-19 20:38:52 +02:00
|
|
|
.RS
|
2022-10-24 11:19:13 +02:00
|
|
|
View packages from the repository and get everything in your terminal.
|
2022-06-19 20:38:52 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -s, search
|
2022-10-24 18:59:51 +02:00
|
|
|
.RS
|
|
|
|
Search and match packages from the repository.
|
|
|
|
.RE
|
2022-12-22 19:53:37 +01:00
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -e, dependees
|
2022-12-22 19:53:37 +01:00
|
|
|
.RS
|
|
|
|
Show which SlackBuilds depend on.
|
|
|
|
.RE
|
2022-12-23 19:17:06 +01:00
|
|
|
.P
|
2023-01-21 16:57:53 +01:00
|
|
|
.B -t, tracking
|
2022-12-23 19:17:06 +01:00
|
|
|
.RS
|
|
|
|
Tracking the packages dependencies.
|
|
|
|
.RE
|
2022-06-21 08:35:35 +02:00
|
|
|
.SH OPTIONS
|
2022-06-17 16:39:33 +02:00
|
|
|
.P
|
|
|
|
--yes
|
|
|
|
.RS
|
2023-01-21 16:57:53 +01:00
|
|
|
Answer Yes to all questions. (to be used with: update, upgrade, clean-logs, -b, build,
|
|
|
|
-i, install, -d, download, -r, remove)
|
2022-06-17 16:39:33 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2022-06-20 16:50:16 +02:00
|
|
|
--jobs
|
|
|
|
.RS
|
2022-12-26 10:43:34 +01:00
|
|
|
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
|
2023-01-21 16:57:53 +01:00
|
|
|
the number of processors (-j) is greater than one. (to be used with: upgrade, build, -i, install)
|
2022-06-20 16:50:16 +02:00
|
|
|
.RE
|
|
|
|
.P
|
2022-06-17 16:39:33 +02:00
|
|
|
--resolve-off
|
|
|
|
.RS
|
2023-01-21 16:57:53 +01:00
|
|
|
Turns off dependency resolving. (to be used with: upgrade, build, -i, install)
|
2022-06-17 16:39:33 +02:00
|
|
|
.RE
|
2022-06-17 17:02:35 +02:00
|
|
|
.P
|
|
|
|
--reinstall
|
|
|
|
.RS
|
2022-12-26 10:43:34 +01:00
|
|
|
Use this option if you want to upgrade all packages even if the same version is already installed.
|
2023-01-21 16:57:53 +01:00
|
|
|
Do not skip installed packages. (to be used with: upgrade, -i, install)
|
2022-06-17 17:02:35 +02:00
|
|
|
.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.
|
2023-01-21 16:57:53 +01:00
|
|
|
Note: This option affects only the dependencies. (to be used with: -i, install)
|
2022-10-08 19:40:01 +02:00
|
|
|
.RE
|
2022-12-25 19:02:55 +01:00
|
|
|
.P
|
|
|
|
--full-reverse
|
|
|
|
.RS
|
|
|
|
Full reverse dependency. Works only with -e, dependees command and show the requires too.
|
2023-01-21 16:57:53 +01:00
|
|
|
(to be used with: -e, dependees)
|
2022-12-21 20:23:54 +01:00
|
|
|
.RE
|
|
|
|
.P
|
2022-12-25 21:52:47 +01:00
|
|
|
--search
|
|
|
|
.RS
|
2022-12-26 10:43:34 +01:00
|
|
|
Enable the dialog utility to search packages from the repository.
|
|
|
|
Example try: `slpkg install python3 --search` or `slpkg download python3 --search` and etc.
|
2023-01-21 16:57:53 +01:00
|
|
|
(to be used with: -b, build, -i, install, -d, download, -r, remove, -f, find, -w, view,
|
|
|
|
-s, search, -e, dependees, -t, tracking)
|
2022-12-25 21:52:47 +01:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-15 17:09:20 +01:00
|
|
|
--no-silent
|
|
|
|
.RS
|
2023-01-21 16:57:53 +01:00
|
|
|
Disable silent mode if it is enabled in the configuration file. (to be used with: update, upgrade, -b, build,
|
|
|
|
-i, install, -d, download, -r, remove)
|
2023-01-15 17:09:20 +01:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-16 21:26:47 +01:00
|
|
|
--directory=PATH
|
2023-01-16 19:29:33 +01:00
|
|
|
.RS
|
2023-01-21 16:57:53 +01:00
|
|
|
The directory is the path where the files will be saved. (to be used with: -d, download)
|
2023-01-16 19:29:33 +01:00
|
|
|
.RE
|
|
|
|
.P
|
2023-01-18 17:09:42 +01:00
|
|
|
--pkg-version
|
2023-01-17 20:03:01 +01:00
|
|
|
.RS
|
2023-01-21 16:57:53 +01:00
|
|
|
Print the repository package version. (to be used with: -e, dependees, -t, tracking)
|
2023-01-17 20:03:01 +01:00
|
|
|
.RE
|
|
|
|
.P
|
2022-06-20 16:50:16 +02:00
|
|
|
-h | --help
|
|
|
|
.RS
|
2022-12-21 20:23:54 +01:00
|
|
|
Show help information and exit.
|
2022-06-20 16:50:16 +02:00
|
|
|
.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-11-30 17:44:09 +01:00
|
|
|
Configuration file in the /etc/slpkg/slpkg.toml file.
|
2022-06-19 20:38:52 +02:00
|
|
|
.RE
|
2022-11-30 17:44:09 +01:00
|
|
|
Blacklist file in the /etc/slpkg/blacklist.toml file.
|
2022-06-17 16:39:33 +02:00
|
|
|
.SH REPORT BUGS
|
|
|
|
.P
|
2023-01-10 22:06:38 +01:00
|
|
|
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>
|