mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 4.8.3
This commit is contained in:
parent
ad1fa074db
commit
af7057b847
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -60,8 +60,8 @@ $ slpkg tracking --pkg-version Flask awscli pychess
|
|||
### Installation
|
||||
|
||||
```
|
||||
$ tar xvf slpkg-4.8.2.tar.gz
|
||||
$ cd slpkg-4.8.2
|
||||
$ tar xvf slpkg-4.8.3.tar.gz
|
||||
$ cd slpkg-4.8.3
|
||||
$ ./install.sh
|
||||
```
|
||||
|
||||
|
@ -86,7 +86,7 @@ The majority of trials have been made in Slackware x86_64 'stable' environment.
|
|||
### Command Line Tool Usage
|
||||
|
||||
```
|
||||
slpkg - version 4.8.2
|
||||
slpkg - version 4.8.3
|
||||
|
||||
USAGE:
|
||||
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
|
||||
|
@ -126,7 +126,7 @@ OPTIONS:
|
|||
-p, --pkg-version Print the repository package version.
|
||||
-P, --parallel Download files in parallel.
|
||||
-o, --repository=NAME Change repository you want to work.
|
||||
-z, --directory=[PATH] Download files to a specific path.
|
||||
-z, --directory=PATH Download files to a specific path.
|
||||
|
||||
-h, --help Show this message and exit.
|
||||
-v, --version Print version and exit.
|
||||
|
@ -147,7 +147,7 @@ The second step is to update the package lists and install the data to the datab
|
|||
|
||||
Now you are ready to start!
|
||||
|
||||
To install a package from the [SlackBuilds.org](https://slackbuilds.org) or [Ponce](https://cgit.ponce.cc/slackbuilds) repository, run:
|
||||
To install a package, run:
|
||||
|
||||
```
|
||||
$ slpkg install <package_name>
|
||||
|
@ -162,7 +162,7 @@ or change the repository:
|
|||
You can install a whole repository with the command:
|
||||
|
||||
```
|
||||
$ slpkg install '*' --repository=<repository_name> --resolve-off
|
||||
$ slpkg install '*' --repository=<repository_name>
|
||||
```
|
||||
|
||||
To remove a package with the dependencies:
|
||||
|
@ -171,7 +171,7 @@ To remove a package with the dependencies:
|
|||
$ slpkg remove <package_name>
|
||||
```
|
||||
|
||||
If you want to search a package from all binaries repositories, run:
|
||||
If you want to search a package from all repositories, run:
|
||||
|
||||
```
|
||||
$ slpkg search <package_name> --repository='*'
|
||||
|
|
Loading…
Reference in a new issue