Description of problem: dnf5 group remove don't remove all packages it installed in previous step. Version-Release number of selected component (if applicable): [root@localhost ~]# dnf5 --version dnf5 version 5.0.6 dnf5 plugin API version 1.0 libdnf5 version 5.0.6 libdnf5 plugin API version 1.0 How reproducible: always Steps to Reproduce: 1. # dnf5 group install admin-tools 2. # dnf5 group remove admin-tools Actual results: # dnf5 group install admin-tools Transaction Summary: Installing: 170 packages # dnf5 group remove admin-tools Transaction Summary: Removing: 16 packages Changing reason: 1 packages Expected results: All packages should be removed, as old dnf4 does (on the same system): # dnf group install admin-tools Transaction Summary ================================================================================ Install 170 Packages # dnf group remove admin-tools Transaction Summary ================================================================================ Remove 170 Packages Additional info:
Thanks for spotting this. Should be fixed by PR https://github.com/rpm-software-management/dnf5/pull/329
Test: https://github.com/rpm-software-management/ci-dnf-stack/pull/1230