other versions
- wheezy 0.7.6-3
| PKGENPACK(1) | [FIXME: manual] | PKGENPACK(1) |
NAME¶
pkgenpack - PackageKit Pack GeneratorSYNOPSIS¶
pkgenpack
[ --help] [--verbose] [--with-package-list]
[--output] [ --package] [--updates]
DESCRIPTION¶
This manual page documents briefly the pkgenpack command.WHAT IS A SERVICE PACK?¶
A service pack is a tarball which contains a set of packages and their dependencies. The user can reduce the dependencies to be packed using the --with-package-list option. Along with the dependencies, a service pack has a file named metadata.conf which contains the information about the distribution and creation date of the pack.CREATING A SERVICE PACK?¶
A service pack is created using the command pkgenpack.OPTIONS¶
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --helpShow summary of options.
--verbose
Show extra debugging information.
--with-package-list
Set the filename of dependencies to be
excluded.
Generally, the file list of packages is generated when doing a PackageKit
refresh on the target system. If not specified, pkgenpack uses
/var/lib/PackageKit/system.package-list by default.
--output
The directory to put the pack file, or the
current directory if omitted.
--package
The package to be put into the
ServicePack.
--update
Put all updates available in the
ServicePack.
NAMING A SERVICE PACK¶
The only valid extension for a service pack is ".servicepack".EXAMPLES¶
1. Tim is facing problems with his Internet connection at home. He needs a service pack with valgrind and it's dependencies for his system. He asks James to generate a pack for him. Both know James's system should contain similar packages as Tim's system, as both of them have installed Fedora 9 two days ago. James simply runs:[james@jamesbook:~]$ pkgenpack --output=/media/USB/TimPacks --package=valgrind
[rishi@devils-temple:~]$ pkgenpack --with-package-list=/media/USB/bill.package-list \
--output=/home/rishi/Desktop --program=kdegames
INSTALLING A SERVICE PACK¶
Service Packs can be installed using pkcon. For example:[hacker@tim-lounge:~]$ pkcon install /media/USB/TimPacks/valgrind-fedora-9-i686.servicepack
SEE ALSO¶
pkmon (1). pkcon(1).AUTHOR¶
This manual page was written by Shishir Goel crazyontheedge@gmail.com and Richard Hughes richard@hughsie.com.COPYRIGHT¶
Copyright © 2008 Shishir Goel| 31 July,2008 | [FIXME: source] |