1CDIST-TYPE__PACKAGE_EMERGE(7) cdist CDIST-TYPE__PACKAGE_EMERGE(7)
2
3
4
6 cdist-type__package_emerge - Manage packages with portage
7
9 Portage is usually used on the gentoo distribution to manage packages.
10 This type requires app-portage/gentoolkit installed on the target host.
11 cdist-type__package_emerge_dependencies is supposed to install the
12 needed packages on the target host.
13
15 None
16
18 name If supplied, use the name and not the object id as the package
19 name.
20
21 state Either "present" or "absent", defaults to "present".
22
23 version
24 If supplied, use to install or uninstall a specific version of
25 the package named.
26
28 # Ensure sys-devel/gcc is installed
29 __package_emerge sys-devel/gcc --state present
30
31 # If you want a specific version of a package
32 __package_emerge app-portage/gentoolkit --state present --version 0.3.0.8-r2
33
34 # Remove package
35 __package_emerge sys-devel/gcc --state absent
36
38 cdist-type__package(7), cdist-type__package_emerge_dependencies(7)
39
41 Thomas Oettli <otho--@--sfs.biz>
42
44 Copyright (C) 2013 Thomas Oettli. You can redistribute it and/or modify
45 it under the terms of the GNU General Public License as published by
46 the Free Software Foundation, either version 3 of the License, or (at
47 your option) any later version.
48
50 ungleich GmbH 2021
51
52
53
54
557.0.0 Jul 31, 2022 CDIST-TYPE__PACKAGE_EMERGE(7)