Create paco logs from a local rpm database
rpm2paco [OPTIONS] <packages>
-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.
http://paco.sourceforge.net
Copyright (C) 2004-2009 David Rosal <[email protected]>
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.