No Description

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

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