Updated for version 4.5.6

This commit is contained in:
Dimitris Zlatanidis 2023-03-07 18:48:39 +02:00
parent ecc5bbb80e
commit aa4a7e0798

View file

@ -31,8 +31,8 @@ Install from the official third-party `SBo repository <https://slackbuilds.org/r
.. code-block:: bash .. code-block:: bash
$ tar xvf slpkg-4.5.5.tar.gz $ tar xvf slpkg-4.5.6.tar.gz
$ cd slpkg-4.5.5 $ cd slpkg-4.5.6
$ ./install.sh $ ./install.sh
Screenshots Screenshots
@ -54,7 +54,7 @@ Usage
.. code-block:: bash .. code-block:: bash
$ slpkg --help $ slpkg --help
USAGE: slpkg [OPTIONS] [COMMAND] [packages...] USAGE: slpkg [OPTIONS] [COMMAND] [FILELIST|PACKAGES...]
DESCRIPTION: DESCRIPTION:
Package manager utility for Slackware. Package manager utility for Slackware.
@ -65,6 +65,7 @@ Usage
-c, check-updates Check for news on ChangeLog.txt. -c, check-updates Check for news on ChangeLog.txt.
-g, configs Edit the configuration file. -g, configs Edit the configuration file.
-L, clean-logs Clean dependencies log tracking. -L, clean-logs Clean dependencies log tracking.
-T, clean-data Clean all the repositories data
-D, clean-tmp Deletes all the downloaded sources. -D, clean-tmp Deletes all the downloaded sources.
-b, build [packages...] Build only the packages. -b, build [packages...] Build only the packages.
-i, install [packages...] Build and install the packages. -i, install [packages...] Build and install the packages.
@ -86,6 +87,7 @@ Usage
-S, --search Search packages from the repository. -S, --search Search packages from the repository.
-n, --no-silent Disable silent mode. -n, --no-silent Disable silent mode.
-p, --pkg-version Print the repository package version. -p, --pkg-version Print the repository package version.
-G, --generate-only Generates only the SLACKBUILDS.TXT file.
-z, --directory=PATH Download files to a specific path. -z, --directory=PATH Download files to a specific path.
-F, --file-pattern=PATTERN Include specific installed files. -F, --file-pattern=PATTERN Include specific installed files.