mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
dnf-system-upgrade: Reorder bullet points
I guess the point regarding GPG key imports was added in the wrong place, the sub-bullets do not belong to it.
This commit is contained in:
parent
ccce9b5af4
commit
da1eff929b
1 changed files with 2 additions and 2 deletions
|
@ -62,13 +62,13 @@ You can also use `{NEXTVER}` to upgrade to a link:https://fedoraproject.org/wiki
|
|||
Study the output very carefully and examine which packages are going to be removed.
|
||||
None of them should be essential for system functionality, but some of them might be important for your productivity.
|
||||
|
||||
. When the new GPG key is imported, you are asked to verify the key's fingerprint. Refer to link:https://getfedora.org/security[https://getfedora.org/security] to do so.
|
||||
|
||||
+
|
||||
* In case of unsatisfied dependencies, you can sometimes see more details if you add `--best` option to the command line.
|
||||
* If you want to remove/install some packages manually before running `dnf system-upgrade download` again, it is advisable to perform those operations with `--setopt=keepcache=1` dnf command line option.
|
||||
Otherwise the whole package cache will be removed after your operation, and you will need to download all the packages once again.
|
||||
|
||||
. When the new GPG key is imported, you are asked to verify the key's fingerprint. Refer to link:https://getfedora.org/security[https://getfedora.org/security] to do so.
|
||||
|
||||
. Trigger the upgrade process. This will reboot your machine (immediately!, without a countdown or confirmation, so close other programs and save your work) into the upgrade process running in a console terminal:
|
||||
+
|
||||
[source,bash]
|
||||
|
|
Loading…
Reference in a new issue