mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
updated from master
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
55b0ed803d
commit
4c2dc48216
1 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
|
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
|
||||||
:target: https://github.com/dslackw/slpkg
|
:target: https://github.com/dslackw/slpkg
|
||||||
|
|
||||||
Slpkg 1.8.0
|
slpkg 1.8.0
|
||||||
===========
|
===========
|
||||||
|
|
||||||
`Slpkg <https://github.com/dslackw/slpkg>`_ is a terminal multitool in order to easy use `Slackware <http://www.slackware.com/>`_
|
`Slpkg <https://github.com/dslackw/slpkg>`_ is a terminal multitool in order to easy use `Slackware <http://www.slackware.com/>`_
|
||||||
|
@ -28,8 +28,7 @@ What makes slpkg apart from other tools is the friendliness and the use of color
|
||||||
enhancement packages
|
enhancement packages
|
||||||
that are not installed on the system or is.
|
that are not installed on the system or is.
|
||||||
|
|
||||||
Of course one of the big advantages is resolving dependencies packages from repository
|
The big advantages is resolving dependencies packages from repository slackbuilds.org and
|
||||||
slackbuilds.org and
|
|
||||||
monitored for upgraded packages.
|
monitored for upgraded packages.
|
||||||
|
|
||||||
Of course you wonder how the slpkg is up to date at all times;
|
Of course you wonder how the slpkg is up to date at all times;
|
||||||
|
@ -88,8 +87,8 @@ Untar the archive and run install.sh script:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ tar xvf slpkg-1.7.9.tar.gz
|
$ tar xvf slpkg-1.8.0.tar.gz
|
||||||
$ cd slpkg-1.7.9
|
$ cd slpkg-1.8.0
|
||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
|
|
||||||
Using `pip <https://pip.pypa.io/en/latest/>`_ :
|
Using `pip <https://pip.pypa.io/en/latest/>`_ :
|
||||||
|
|
Loading…
Reference in a new issue