mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
update
This commit is contained in:
parent
9f2e09abea
commit
3b31bd1085
5 changed files with 14 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
|||
Version 2.1.2-dev
|
||||
xx-12-2014
|
||||
|
||||
[Feature] - Added checksum all repositories.
|
||||
|
||||
[Updated] - Fix downloads modules.
|
||||
|
||||
Version 2.1.1-dev
|
||||
01-12-2014
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ Command Line Tool Usage
|
|||
-t, [repository] [package] tracking dependencies
|
||||
-p, [repository] [package] --color=[] print package description
|
||||
-f, [package] find installed packages
|
||||
-n, [package] view packages from SBo
|
||||
-n, [package] view SBo packages through network
|
||||
-i, [package...] install binary packages
|
||||
-u, [package...] upgrade binary packages
|
||||
-o, [package...] reinstall binary packages
|
||||
|
|
|
@ -49,7 +49,7 @@ Optional arguments:
|
|||
-t, [repository] [package] tracking dependencies
|
||||
-p, [repository] [package] --color=[] print package description
|
||||
-f, [package] find installed packages
|
||||
-n, [package] view packages from SBo
|
||||
-n, [package] view SBo packages through network
|
||||
-i, [package...] install binary packages
|
||||
-u, [package...] upgrade binary packages
|
||||
-o, [package...] reinstall binary packages
|
||||
|
@ -109,7 +109,8 @@ Check your packages is up to date.
|
|||
.PP
|
||||
Installs or upgrade packages from the repositories with automatically resolving all
|
||||
dependencies of the package. Also installs the official distribution Slackware
|
||||
packages.
|
||||
packages. Sometimes to install a package have to pass part of the version of the
|
||||
package as 'slpkg -s alien ffmpeg-2.4.3'.
|
||||
|
||||
.SS -t , tracking dependencies
|
||||
\fBslpkg\fP \fB-t\fP <\fIrepository\fP> <\fIname of package\fP>
|
||||
|
|
|
@ -52,7 +52,8 @@ def options():
|
|||
" -t, [repository] [package] tracking dependencies",
|
||||
" -p, [repository] [package] --color=[] print package description",
|
||||
" -f, [package] find installed packages",
|
||||
" -n, [package] view packages from SBo",
|
||||
" -n, [package] view SBo packages "
|
||||
"through network",
|
||||
" -i, [package...] install binary packages",
|
||||
" -u, [package...] upgrade binary packages",
|
||||
" -o, [package...] reinstall binary packages",
|
||||
|
@ -80,6 +81,5 @@ def usage():
|
|||
" [-o [...]] [-r [...]] [-d [...]]\n",
|
||||
"For more information try 'slpkg --help' or view manpage\n"
|
||||
]
|
||||
|
||||
for usg in view:
|
||||
print(usg)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# grap_md5.py file is part of slpkg.
|
||||
# grep_md5.py file is part of slpkg.
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis <d.zlatanidis@gmail.com>
|
||||
# All rights reserved.
|
||||
|
|
Loading…
Reference in a new issue