logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cudf-check - manipulate CUDF documents

Author

       Copyright: (C) 2009-2014 Stefano Zacchiroli <zack@upsilon.cc>

       License: GNU General Public License (GPL), version 3 or above

0.10                                               2025-03-07                                      CUDF-CHECK(1)

Description

       cudf-check is a command line tool to manipulate and validate CUDF documents.

   UseCases
       validate a CUDF document (package universe + request):
               cudf-check-cudfFILE

       validate a CUDF document (package universe + request) and its solution
               cudf-check-cudfFILE-solFILE

       validate a package universe (without user request)
               cudf-check-univFILE

Exit Status

       cudf-check  returns  an  exit  status of 0 (true) if all performed checks (universe consistency, solution
       consistency, request-solution correspondence) were successful; if one or more of them  fails,  cudf-check
       returns an exit status of 1 (false).

Name

       cudf-check - manipulate CUDF documents

Options

       -cudf
           parse the given CUDF (universe + request)

       -univ
           parse the given package universe

       -sol
           parse the given solution

       -dump
           dump results to standard output

       -help
       --help
           show usage information and exit

See Also

apt-cudf(1), update-cudf-solvers(8)

Synopsis

cudf-check [OPTION]

See Also