openpkg/root.README

Tue, 31 Jul 2012 12:23:42 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 31 Jul 2012 12:23:42 +0200
changeset 428
f880f219c566
parent 13
cb59d6afeb61
permissions
-rw-r--r--

Resynchronize with upstream package maintainer version.

michael@13 1
michael@428 2 This is @l_prefix@, an RPM-based OpenPKG software stack.
michael@13 3 This filesystem area contains software which was automatically
michael@428 4 installed through OpenPKG RPM packages from http://openpkg.org/.
michael@13 5
michael@428 6 OpenPKG RPM query command summary:
michael@13 7
michael@13 8 $ @l_prefix@/bin/openpkg rpm -qa
michael@13 9 (q)uery list of (a)ll installed packages
michael@13 10
michael@13 11 $ @l_prefix@/bin/openpkg rpm -qi <name>
michael@13 12 (q)uery (i)nformation about package <name>
michael@13 13
michael@428 14 $ @l_prefix@/bin/openpkg rpm -qvl <name>
michael@13 15 (q)uery (v)erbose (l)ist of installed files of package <name>
michael@13 16
michael@428 17 $ @l_prefix@/bin/openpkg rpm -qf <file>
michael@428 18 (q)uery package which contains (f)ile <file>
michael@428 19
michael@428 20 $ @l_prefix@/bin/openpkg rpm -qa '<tag>=[!]<pattern>'
michael@428 21 (q)uery list of (a)ll packages with <tag> [not] matching <pattern>
michael@428 22
michael@428 23 $ @l_prefix@/bin/openpkg rpm -q --whatrequires <capability>
michael@428 24 (q)uery list of (a)ll packages which require <capability>
michael@428 25
michael@428 26 $ @l_prefix@/bin/openpkg rpm -q --whatprovides <capability>
michael@428 27 (q)uery list of (a)ll packages which provide <capability>
michael@428 28
michael@13 29 Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a
michael@13 30 user's Bourne (Again) Shell startup script (.profile or .bashrc) in
michael@428 31 order to activate this OpenPKG software stack and all of its packages.
michael@13 32
michael@13 33 In case of any questions or problems post to the OpenPKG project
michael@13 34 user support mailing list <openpkg-users@openpkg.org>. For more
michael@428 35 details about OpenPKG visit http://openpkg.org/.
michael@13 36

mercurial