1APT-CUDF.CONF(5) DOSE Tools APT-CUDF.CONF(5)
2
3
4
6 apt-cudf.conf - Configuration file for apt-cudf
7
9 The configuration file allows one to define default optimization
10 criteria for all solvers known by apt-cudf
11
13 solver: <solver list> | '*'
14
15 A comma-separated list of solvers. The character will make the
16 optimization criteria as default for all solvers without a more
17 specific definition.
18
19 upgrade: <optimization criteria>
20 dist-upgrade: <optimization criteria>
21 install: <optimization criteria>
22 remove: <optimization criteria>
23
24 Default optimization criteria associated to apt-get actions. The
25 optimization criteria is solver specific. Specifying a incorrect
26 criteria will result in an error from the underlying cudf solver.
27 Please refere to the solver man page for the correct syntax
28
29 trendy: <optimization criteria>
30 paranoid: <optimization criteria>
31 <keyword>: <optimization criteria>
32
33 Define a shortcut for an optimization criteria. The shortcut can then
34 be used by apt-get to pass a specific optimization criteria for a cudf
35 solver
36
37 apt-get install gnome --solver aspcud -o "APT::Solver::aspcud::Preferences=trendy"
38
40 solver: mccs-cbc , mccs-lpsolve
41 upgrade: -lex[-new,-removed,-notuptodate]
42 dist-upgrade: -lex[-notuptodate,-new]
43 install: -lex[-removed,-changed]
44 remove: -lex[-removed,-changed]
45 trendy: -lex[-removed,-notuptodate,-unsat_recommends,-new]
46 paranoid: -lex[-removed,-changed]
47
48 solver: *
49 upgrade: -new,-removed,-notuptodate
50 dist-upgrade: -notuptodate,-new
51 install: -removed,-changed
52 remove: -removed,-changed
53 trendy: -removed,-notuptodate,-unsat_recommends,-new
54 paranoid: -removed,-changed
55
57 apt-cudf(8), apt-get(8), update-cudf-solvers(8), README.cudf-solvers
58 <file:///usr/share/doc/apt-cudf/README.cudf-solvers>, README.Debian
59 <file:///usr/share/doc/apt-cudf/README.Debian>
60
62 Copyright: (C) 2011 Pietro Abate <pietro.abate@pps.jussieu.fr>
63 Copyright: (C) 2011 Stefano Zacchiroli <zack@debian.org>
64
65 License: GNU Lesser General Public License (GPL), version 3 or above
66
67
68
69 2021-03-02 APT-CUDF.CONF(5)