mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Added third-party option
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a34061a4a5
commit
de4273f587
4 changed files with 8 additions and 6 deletions
|
@ -4,6 +4,7 @@ Updated:
|
|||
- Checklist error message
|
||||
Added:
|
||||
- Support elilo and grub upgrade boot loader after kernel upgrade
|
||||
- View third party packages
|
||||
|
||||
3.3.8 - 09/06/2018
|
||||
Fixed:
|
||||
|
|
|
@ -389,8 +389,8 @@ Command Line Tool Usage
|
|||
-F | --FIND, [package...], --case-ins Find packages from each enabled
|
||||
repository and view results.
|
||||
|
||||
-f | --find, [package...], --case-ins Find and print installed packages
|
||||
reporting the size and the sum.
|
||||
-f | --find, [package...], --case-ins, Find and print installed packages
|
||||
--third-party reporting the size and the sum.
|
||||
|
||||
-i | --installpkg, [options] [package...] Installs single or multiple *.tgz
|
||||
options=[--warn, --md5sum, --root, (or .tbz, .tlz, .txz) Slackware
|
||||
|
|
|
@ -50,7 +50,7 @@ Usage: slpkg [COMMANDS|OPTIONS] {repository|package...}
|
|||
[-p [repository] [package], --color=[]]
|
||||
[-n [SBo package], --checklist, --case-ins]
|
||||
[-F [package...], --case-ins]
|
||||
[-f [package...], --case-ins]
|
||||
[-f [package...], --case-ins, --third-party]
|
||||
[-i [options] [package...]]
|
||||
[-u [options] [package...]]
|
||||
[-r [options] [package...], --deps, --check-deps, --tag,
|
||||
|
@ -291,6 +291,7 @@ Example you can view all installed sbo packages like "# slpkg -f _SBo".
|
|||
Additional options:
|
||||
.PP
|
||||
\fB--case-ins\fP : Search package name with case insensitive.
|
||||
\fB--third-party\fP : View third party packages.
|
||||
|
||||
.SS -n, --network, view SBo packages
|
||||
\fBslpkg\fP \fB-n\fP <\fIname of package\fP>, <\fI[pattern], --checklist\fP>, \fI--case-ins\fP
|
||||
|
|
|
@ -139,8 +139,8 @@ Optional arguments:
|
|||
-F | --FIND, [package...], --case-ins Find packages from each enabled
|
||||
repository and view results.
|
||||
|
||||
-f | --find, [package...], --case-ins Find and print installed packages
|
||||
reporting the size and the sum.
|
||||
-f | --find, [package...], --case-ins, Find and print installed packages
|
||||
--third-party reporting the size and the sum.
|
||||
|
||||
-i | --installpkg, [options] [package...] Installs single or multiple *.tgz
|
||||
options=[--warn, --md5sum, --root, (or .tbz, .tlz, .txz) Slackware
|
||||
|
@ -205,7 +205,7 @@ def usage(repo):
|
|||
[-p [repository] [package], --color=[]]
|
||||
[-n [SBo package], --checklist, --case-ins]
|
||||
[-F [package...], --case-ins]
|
||||
[-f [package...], --case-ins]
|
||||
[-f [package...], --case-ins, --third-party]
|
||||
[-i [options] [package...]]
|
||||
[-u [options] [package...]]
|
||||
[-r [options] [package...], --deps, --check-deps, --tag,
|
||||
|
|
Loading…
Reference in a new issue