1CDIST-TYPE__PACKAGE_UPGRADE_ALL(7) cdist CDIST-TYPE__PACKAGE_UPGRADE_ALL(7)
2
3
4
6 cdist-type__package_upgrade_all - Upgrade all the installed packages
7
9 This cdist type allows you to upgrade all the installed packages on the
10 target. It will automatically use the appropriate package manager.
11
13 None
14
16 type The package manager to use. Default is determined based on the
17 $os explorer variable. e.g. * apt for Debian * yum for Red Hat
18 * pacman for Arch Linux
19
21 apt-dist-upgrade
22 Do dist-upgrade instead of upgrade.
23
24 apt-clean
25 Clean out the local repository of retrieved package files.
26
28 # Upgrade all the installed packages on the target
29 __package_upgrade_all
30
31 # Force use of a specific package manager
32 __package_upgrade_all --type apt
33
35 Ricardo Catalinas Jiménez <jimenezrick--@--gmail.com>
36
38 Copyright (C) 2014 Ricardo Catalinas Jiménez. You can redistribute it
39 and/or modify it under the terms of the GNU General Public License as
40 published by the Free Software Foundation, either version 3 of the Li‐
41 cense, or (at your option) any later version.
42
44 ungleich GmbH 2020
45
46
47
48
496.9.6 Apr 20, 2021CDIST-TYPE__PACKAGE_UPGRADE_ALL(7)