mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
23 lines
357 B
Text
23 lines
357 B
Text
[id='manual-updating-using-cli']
|
|
= Manual updating using CLI
|
|
|
|
This section describes how to manually download and install new updates by using the DNF
|
|
package manager.
|
|
|
|
|
|
[discrete]
|
|
== Procedure
|
|
|
|
* Upgrade the system:
|
|
+
|
|
----
|
|
sudo dnf upgrade
|
|
----
|
|
+
|
|
Confirm to download the available packages.
|
|
|
|
|
|
[discrete]
|
|
== Additional Resources
|
|
|
|
* The `dnf(8)` manual page
|