From f29e00463e2aa1d55e0c3c1002b915c290692248 Mon Sep 17 00:00:00 2001 From: ru ru Date: Fri, 19 Feb 2021 15:43:55 +0000 Subject: [PATCH] docs: create doc/guides/howto-update-system --- doc/guides/howto-update-system.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/guides/howto-update-system.md diff --git a/doc/guides/howto-update-system.md b/doc/guides/howto-update-system.md new file mode 100644 index 0000000..6ec0baf --- /dev/null +++ b/doc/guides/howto-update-system.md @@ -0,0 +1,24 @@ +--- +title: How to update system +description: How to update your Rock or Rolling system +published: true +date: 2021-02-19T15:43:53.051Z +tags: documentation, howto, user-guide +editor: markdown +dateCreated: 2021-02-19T15:43:53.051Z +--- + +# How to update system +## How to update Rock +- To update your Rock system open Konsole and run the commands: +``` +$ sudo dnf clean all ; dnf clean all ; dnf repolist +$ sudo dnf upgrade +``` + +## How to update Rolling +- To update your Rolling system open Konsole and run the commands: +``` +$ sudo dnf clean all ; dnf clean all ; dnf repolist +$ sudo dnf --allowerasing distro-sync +```