1CUDF-CHECK(1) User Contributed Perl Documentation CUDF-CHECK(1)
2
3
4
6 cudf-check - manipulate CUDF documents
7
9 cudf-check [OPTION]
10
12 cudf-check is a command line tool to manipulate and validate CUDF
13 documents.
14
15 Use Cases
16 validate a CUDF document (package universe + request):
17 cudf-check -cudf FILE
18
19 validate a CUDF document (package universe + request) and its solution
20 cudf-check -cudf FILE -sol FILE
21
22 validate a package universe (without user request)
23 cudf-check -univ FILE
24
26 -cudf
27 parse the given CUDF (universe + request)
28
29 -univ
30 parse the given package universe
31
32 -sol
33 parse the given solution
34
35 -dump
36 dump results to standard output
37
38 -help
39 --help
40 show usage information and exit
41
43 cudf-check returns an exit status of 0 (true) if all performed checks
44 (universe consistency, solution consistency, request-solution
45 correspondence) were successful; if one or more of them fails, cudf-
46 check returns an exit status of 1 (false).
47
49 apt-cudf(1), update-cudf-solvers(8)
50
52 Copyright: (C) 2009-2014 Stefano Zacchiroli <zack@upsilon.cc>
53
54 License: GNU General Public License (GPL), version 3 or above
55
56
57
580.9 2021-07-22 CUDF-CHECK(1)