docs: create doc/guides/howto-update-system

This commit is contained in:
ru ru 2021-02-19 15:43:55 +00:00 committed by omakuta
parent 76038c53b7
commit f29e00463e
1 changed files with 24 additions and 0 deletions

View File

@ -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
```