1RPM2PACO(8) System RPM2PACO(8)
2
3
4
6 rpm2paco - create paco logs from a local RPM database
7
9 rpm2paco [OPTIONS] <packages>
10
12 rpm2paco is a shell script that create paco(8) logs from rpm(8) ones.
13 The newly created logs are placed into the paco log directory automatiā
14 cally.
15
16 Is not mandatory to add the version suffix to the input packages, since
17 rpm adds it automatically.
18
20 -a, --all
21 Read the whole rpm database of the system, and create a paco log
22 for each logged package. Warning: for more than a few packages,
23 this may take a long time.
24
25 -q, --quiet
26 Be quiet, except for errors.
27
28 -f, --force
29 Force overwrite of any already logged package. By default they
30 are skipped.
31
32 -j, --sync-version
33 Remove obsolete versions of the packages from the paco database.
34 For instance, if foo-1.0 is beeing imported, and foo-2.4 is
35 logged by paco but not by rpm, remove foo-2.4 from the paco
36 database.
37
38 -s, --strip-release
39 Remove the release suffix from the name of the package (e.g.
40 'foo-1.0.2-2.1' --> 'foo-1.0.2').
41
42 -h, --help
43 Print a usage message and exit.
44
45 -v, --version
46 Print version information and exit.
47
49 http://paco.sourceforge.net
50
52 Copyright (C) 2004-2009 David Rosal <davidrr@sourceforge.net>
53 This is free software; see the source for copying conditions. There is
54 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
55 PURPOSE.
56
58 paco(8), pacorc(5), superpaco(8), pacoball(8)
59
60
61
62paco-2.0.9 28 June 2010 RPM2PACO(8)