mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Updated for version 5.1.6
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8bacd328fd
commit
31101a9185
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,12 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 5.1.6 - 29/10/2024
|
||||
- Added:
|
||||
* Warning message for kernel upgrade
|
||||
|
||||
- Fixed:
|
||||
* Fixed for new line at the finished time
|
||||
|
||||
### 5.1.5 - 06/10/2024
|
||||
|
||||
- Updated:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 5.1.5
|
||||
slpkg - version 5.1.6
|
||||
|
||||
USAGE:
|
||||
slpkg [COMMAND] [OPTIONS] <packages>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Download
|
||||
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.1.5/slpkg-5.1.5.tar.gz">slpkg-5.1.5.tar.gz</a>
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.1.6/slpkg-5.1.6.tar.gz">slpkg-5.1.6.tar.gz</a>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-5.1.5.tar.gz
|
||||
$ cd slpkg-5.1.5
|
||||
$ tar xvf slpkg-5.1.6.tar.gz
|
||||
$ cd slpkg-5.1.6
|
||||
$ ./install.sh
|
||||
```
|
||||
The package will be installed as Slackware package.
|
||||
|
@ -18,10 +18,10 @@ Alternatively you can visit: <a href="https://slackbuilds.org/repository/15.0/sy
|
|||
|
||||
## Binary package
|
||||
|
||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.1.5-x86_64-1_dsw.txz">slpkg-5.1.5-x86_64-1_dsw.txz</a>
|
||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.1.6-x86_64-1_dsw.txz">slpkg-5.1.6-x86_64-1_dsw.txz</a>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-5.1.5-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-5.1.6-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Reference in a new issue