mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 13:18:18 +00:00
16 lines
294 B
Markdown
16 lines
294 B
Markdown
# Upgrading KumoMTA
|
|
|
|
If you have installed from a repository, you can upgrade with the same process used for any package upgrade.
|
|
|
|
In dnf managed systems:
|
|
|
|
```console
|
|
$ sudo dnf update kumomta[-dev]
|
|
```
|
|
|
|
In apt managed systems:
|
|
|
|
```console
|
|
$ sudo apt update
|
|
$ sudo apt upgrade kumomta[-dev]
|
|
``` |