1DNF5-UPGRADE(8) dnf5 DNF5-UPGRADE(8)
2
3
4
6 dnf5-upgrade - Upgrade Command
7
9 dnf5 upgrade [options] [<package-spec>...]
10
12 The upgrade command in DNF5 is used for upgrading installed packages to
13 the newer available version.
14
16 --minimal
17 Update packages only to the lowest higher available version that
18 provides a bugfix, enhancement or a fix for a security issue.
19
20 --allowerasing
21 Allow erasing of installed packages to resolve any potential dependency problems.
22
23
24 --advisories=ADVISORY_NAME,...
25 Consider only content contained in advisories with specified name.
26 This is a list option.
27 Expected values are advisory IDs, e.g. FEDORA-2201-123.
28
29
30 --advisory-severities=ADVISORY_SEVERITY,...
31 Consider only content contained in advisories with specified severity.
32 This is a list option.
33 Accepted values are: critical, important, moderate, low, none.
34
35
36 --bzs=BUGZILLA_ID,...
37 Consider only content contained in advisories that fix a ticket of given Bugzilla ID.
38 This is a list option.
39 Expected values are numeric IDs, e.g. 123123.
40
41
42 --cves=CVE_ID,...
43 Consider only content contained in advisories that fix a ticket of given CVE (Common Vulnerabilities and Exposures) ID.
44 This is a list option.
45 Expected values are string IDs in CVE format, e.g. CVE-2201-0123.
46
47
48 --security
49 Consider only content contained in security advisories.
50
51
52 --bugfix
53 Consider only content contained in bugfix advisories.
54
55
56 --enhancement
57 Consider only content contained in enhancement advisories.
58
59
60 --newpackage
61 Consider only content contained in newpackage advisories.
62
63
65 dnf5 upgrade
66 Upgrade all installed packages to the newest available version.
67
68
69 dnf5 upgrade tito
70 Upgrade the tito package.
71
72
74 dnf5-advisory(8), Advisory command
75 dnf5-specs(7), Patterns specification
76
77
79 See AUTHORS.md in dnf5 source distribution.
80
82 Contributors to the dnf5 project.
83
84
85
86
87 Nov 09, 2023 DNF5-UPGRADE(8)