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 |
|
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.