Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rpm2paco(8) [debian man page]

RPM2PACO(8)							      System							       RPM2PACO(8)

NAME
rpm2paco - create paco logs from a local RPM database SYNOPSIS
rpm2paco [OPTIONS] <packages> DESCRIPTION
rpm2paco is a shell script that create paco(8) logs from rpm(8) ones. The newly created logs are placed into the paco log directory auto- matically. Is not mandatory to add the version suffix to the input packages, since rpm adds it automatically. OPTIONS
-a, --all Read the whole rpm database of the system, and create a paco log for each logged package. Warning: for more than a few packages, this may take a long time. -q, --quiet Be quiet, except for errors. -f, --force Force overwrite of any already logged package. By default they are skipped. -j, --sync-version Remove obsolete versions of the packages from the paco database. For instance, if foo-1.0 is beeing imported, and foo-2.4 is logged by paco but not by rpm, remove foo-2.4 from the paco database. -s, --strip-release Remove the release suffix from the name of the package (e.g. 'foo-1.0.2-2.1' --> 'foo-1.0.2'). -h, --help Print a usage message and exit. -v, --version Print version information and exit. WEB SITE
http://paco.sourceforge.net COPYRIGHT
Copyright (C) 2004-2009 David Rosal <davidrr@sourceforge.net> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
paco(8), pacorc(5), superpaco(8), pacoball(8) paco-2.0.9 28 June 2010 RPM2PACO(8)

Check Out this Related Man Page

PACOBALL(8)							      System							       PACOBALL(8)

NAME
pacoball - Binary package support for paco(8). SYNOPSIS
pacoball [-bgftv] [-d DIR] [-1..9] [-a|<packages>] pacoball -e [-ltv] [-C DIR] <pacoballs> DESCRIPTION
By default, pacoball may be given one or more package names as arguments, and for each of those packages it creates a binary tarball (.tar.bz2 or .tar.gz) containing all the currently installed files. For this to work the input packages have to be registered in the paco database. Leading slashes ('/') are stripped from the paths of the files in the tarballs. With option -e, pacoball admits one or more previously created tarballs ("pacoballs") as arguments, and installs them into the system, optionally logging the installation with paco. Mandatory arguments to long options are mandatory for short options too. GENERAL OPTIONS
-t, --test Test compressed file integrity. -h, --help Show usage information and exit. -v, --verbose Verbose output. -V, --version Display version information and exit. PACKAGE CREATION OPTIONS
-a, --all Create a pacoball for each package logged in the paco database. -d, --directory=DIR Create the pacoballs in directory DIR (default is '.'). -b, --bzip2 Compress with bzip2 (this is the default). -g, --gzip Compress with gzip. -# Set the compression level (speed/quality balance). '#' is a number between 1 (faster compression) and 9 (best compression). --fast An alias for -1. --best An alias for -9. -f, --force Force overwrite of existing output files. PACKAGE EXTRACTION OPTIONS
-e, --extract Extract (install) the given <pacoballs>, in directory '/' by default. -l, --log Log the file extraction with paco(8), retrieving the appropiate package name from the name of the pacoball. -C, --root=DIR Extract the files into directory DIR (as the -C option in tar). FILES
/etc/pacorc - paco configuration file /var/log/paco - default paco log directory WEB SITE
The latest version of pacoball should be always available at: http://paco.sourceforge.net COPYRIGHT
Copyright (C) 2004-2009 David Rosal <davidrr@sourceforge.net> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
paco(8), pacorc(5), superpaco(8), rpm2paco(8) paco-2.0.9 28 June 2010 PACOBALL(8)
Man Page