Hi! We are using ncm-spma version 21.12.1. Our machines are configured with userpkgs set to 'no', the expected behaviour being that packages installed manually on machines with yum or dnf install commands should be removed by spma. However, it is not the case on EL8 machines. Tracing back the problem in the spma.pm code, it looks like the problem comes from the method packages_to_remove that relies on the command package-cleanup --leaves --all. This command returns an empty list on all EL8 machines.