From 4743b40e9932d437b26bb44b3877501876889046 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 7 Feb 2015 02:23:53 +0200 Subject: [PATCH] added foo.pkg example --- man/slpkg.8 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/man/slpkg.8 b/man/slpkg.8 index fb77413f..8de1204c 100644 --- a/man/slpkg.8 +++ b/man/slpkg.8 @@ -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'