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