added foo.pkg example

This commit is contained in:
Dimitris Zlatanidis 2015-02-07 02:23:53 +02:00
parent 2fd96b4e56
commit 4743b40e99

View file

@ -71,6 +71,28 @@ Optional arguments:
-r, [package...] remove binary packages
-d, [package...] display the contents
.SH PACKAGE FILE
Instead of [package...] you can create file with the suffix '.pkg' which was to
contain the packages you want to work like:
# echo "brasero
> bitfighter
> ffmpeg" > foo.pkg
# cat foo.pkg
> brasero
> bitfighter
> ffmpeg
Example:
# slpkg -s sbo foo.pkg
or
# slpkg -r foo.pkg
.SH DEFAULT REPOSITORIES
slackware.com = 'slack'
SlackBuilds.org = 'sbo'