mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Add guide of manual updating using cli
This commit is contained in:
parent
d102dd6490
commit
e73bd94d4d
1 changed files with 23 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue