From e73bd94d4df58487683211e597bb417e7283c27c Mon Sep 17 00:00:00 2001 From: Adam Kvitek Date: Thu, 14 Dec 2017 14:12:39 +0100 Subject: [PATCH] Add guide of manual updating using cli --- .../proc_manual-updating-using-cli.adoc | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/en-US/modules/proc_manual-updating-using-cli.adoc b/en-US/modules/proc_manual-updating-using-cli.adoc index e69de29..b7ae72e 100644 --- a/en-US/modules/proc_manual-updating-using-cli.adoc +++ b/en-US/modules/proc_manual-updating-using-cli.adoc @@ -0,0 +1,23 @@ +[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 + +Use the following commands as the `root` user or under the `sudo` utility. + +* Upgrade the system: ++ +---- +# dnf upgrade +---- ++ +Confirm to download the available packages. + +[discrete] +== Additional Resources + +* The `dnf(8)` manual page