mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for version 4.5.6
This commit is contained in:
parent
ecc5bbb80e
commit
aa4a7e0798
1 changed files with 5 additions and 3 deletions
|
@ -31,8 +31,8 @@ Install from the official third-party `SBo repository <https://slackbuilds.org/r
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tar xvf slpkg-4.5.5.tar.gz
|
||||
$ cd slpkg-4.5.5
|
||||
$ tar xvf slpkg-4.5.6.tar.gz
|
||||
$ cd slpkg-4.5.6
|
||||
$ ./install.sh
|
||||
|
||||
Screenshots
|
||||
|
@ -54,7 +54,7 @@ Usage
|
|||
.. code-block:: bash
|
||||
|
||||
$ slpkg --help
|
||||
USAGE: slpkg [OPTIONS] [COMMAND] [packages...]
|
||||
USAGE: slpkg [OPTIONS] [COMMAND] [FILELIST|PACKAGES...]
|
||||
|
||||
DESCRIPTION:
|
||||
Package manager utility for Slackware.
|
||||
|
@ -65,6 +65,7 @@ Usage
|
|||
-c, check-updates Check for news on ChangeLog.txt.
|
||||
-g, configs Edit the configuration file.
|
||||
-L, clean-logs Clean dependencies log tracking.
|
||||
-T, clean-data Clean all the repositories data
|
||||
-D, clean-tmp Deletes all the downloaded sources.
|
||||
-b, build [packages...] Build only the packages.
|
||||
-i, install [packages...] Build and install the packages.
|
||||
|
@ -86,6 +87,7 @@ Usage
|
|||
-S, --search Search packages from the repository.
|
||||
-n, --no-silent Disable silent mode.
|
||||
-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.
|
||||
-F, --file-pattern=PATTERN Include specific installed files.
|
||||
|
||||
|
|
Loading…
Reference in a new issue