Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #13510: omd cleanup: Use package manager search without path

Component RPM packaging
Title omd cleanup: Use package manager search without path
Date Dec 22, 2021
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.2.0p8 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.1.0p31 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT
2.0.0p19 Checkmk Community, Checkmk Pro, Checkmk Ultimate MT

The real path (canonical path, eliminating any symbolic links ) was used before, leading to unfound packages in special situations.

We now use "dpkg -l" and "rpm -qa" to find installed packages. A path is not needed any more.

To the list of all Werks