diff options
author | Jefferson Rocha <lrcjefferson@gmail.com> | 2018-04-12 01:31:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:30 +0700 |
commit | 7a49f5c78d15b0499dab931cd70f2bd0f8e60152 (patch) | |
tree | 192a02644dd9a9badb0074dc8edfd78183a0fff9 /system/listpkg/README | |
parent | 30e878e556cd3fe1ba2581416617867538d4a6bc (diff) |
system/listpkg: Added (Lists packages are installed or not).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/listpkg/README')
-rw-r--r-- | system/listpkg/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/listpkg/README b/system/listpkg/README new file mode 100644 index 0000000000..8deccf8f99 --- /dev/null +++ b/system/listpkg/README @@ -0,0 +1,9 @@ +Listpkg (Lists packages are (installed or not) in Slackware.) + +Listpkg is a utility for the Slackware system which lists whether one +or more packages are installed on the system written in sh 'bourne +shell' script. + +Simple usage, listpkg [package1] [package2]... example: +$ listpkg kdenlive +$ listpkg audacity kdenlive guvcview |