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 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p8 2.1.0p31 2.0.0p19 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
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.