mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
added foo.pkg example
This commit is contained in:
parent
2fd96b4e56
commit
4743b40e99
1 changed files with 22 additions and 0 deletions
22
man/slpkg.8
22
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'
|
||||
|
|
Loading…
Reference in a new issue