Keine Beschreibung

Slackjeff 0e70d1bc46 Update 'README.md' vor 6 Jahren
img 51c16ee6ca Upload files to 'img' vor 6 Jahren
LICENSE 4da65f09c1 Update 'LICENSE' vor 6 Jahren
README.md 0e70d1bc46 Update 'README.md' vor 6 Jahren
listpkg e64da7805c Upload files to '' vor 6 Jahren
listpkg-0.1a.tar.xz 2ae3762c93 Upload files to '' vor 6 Jahren

README.md

Listpkg (Lists packages are (installed or not) in Slackware.)

VERSION: 0.1a

but what is listpkg anyway?
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

Install:
Need root for installation!
$ su

Copy and paste in your terminal.
# cd /usr/local/bin && wget -q --show-progress "https://notabug.org/jeffersonrocha/ListPkg/raw/master/listpkg" && chmod +x listpkg