Skip to content

General update of openITCOCKPIT

Updates of openITCOCKPIT are done via the package manager of the used linux distribution.

Backup

Before you start, make sure you have a working backup of your system!

Please make sure to run all commands as root user.

Ubuntu / Debian

Update package sources

apt-get update

Update

apt-get dist-upgrade

Red Hat Enterprise Linux

Update package sources

dnf --refresh check-update

Update

dnf update