Description of problem: Attempting to remove installed package group dnf reports group does not exist when grouplist shows group name Version-Release number of selected component (if applicable): 0.6.5-2 How reproducible: Steps to Reproduce: 1. dnf grouplist -v to list installed groups 2. select a package group to remove 3. dnf groupremove <selected group name> Actual results: dnf gives warning that specified group does not exist Expected results: dnf should remove the package group Additional info: Seems to be the same as this bug opened against dnf in Fedora21: https://bugzilla.redhat.com/show_bug.cgi?id=1199648
for example: dnf grouplist -v Installed environment groups: KDE Plasma Workspaces (kde-desktop-environment) dnf groupremove "KDE Plasma Workspaces" Warning: Group 'KDE Plasma Workspaces' does not exist.
Confirmed on F22 Beta: [root@g55 ~]# dnf group install LibreOffice Using metadata from Tue Apr 21 23:19:04 2015 (1 day, 20:48:50 hours old) Dependencies resolved. =================================================================================== Group Packages =================================================================================== Marking installed: LibreOffice libreoffice-impress libreoffice-pyuno libreoffice-base libreoffice-calc libreoffice-emailmerge libreoffice-graphicfilter libreoffice-draw libreoffice-writer libreoffice-math Is this ok [y/N]: y Complete! [root@g55 ~]# dnf group remove LibreOffice Warning: Group 'LibreOffice' does not exist. Dependencies resolved. Is this ok [y/N]:
Also exists in the Python3 dnf packages: [root@g55 ~]# dnf-3 group remove LibreOffice Warning: Group 'LibreOffice' does not exist. Dependencies resolved. Is this ok [y/N]: n Operation aborted. [root@g55 ~]# dnf-3 remove @libreoffice Warning: Group 'libreoffice' does not exist. Error: No packages marked for removal. [root@g55 ~]# dnf remove @libreoffice Warning: Group 'libreoffice' does not exist. Error: No packages marked for removal.
Thanks for the report. I will take a look.
Also met this issue with dnf-1.0.0-1.fc22.noarch
I am too seeing this issue. Are we planning to fix it soon?
Same here for me..
Also have this issue with dnf-1.0.0-1.fc22
Confirming the bug still exists in dnf-1.0.0-1.fc22, using same steps when reporting the original bug
Somehow I managed to remove kde-desktop group by retrieving the transaction ID (from dnf history list) and did a dnf history undo for that ID. I hope this will work for others too (as a workaround).
This fix does not work for me. Discussed in #fedora, add convo to pastebin; http://pastebin.com/bCGK8RDd
I am having the same issue with dnf-1.0.0-1.fc22 I cannot remove the Xfce Desktop group.
dnf-1.0.1-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/dnf-1.0.1-2.fc22
Package dnf-1.0.1-2.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-1.0.1-2.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10004/dnf-1.0.1-2.fc22 then log in and leave karma (feedback).
dnf-1.0.1-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
I did an update today and picked up the new version. I verified that the bug is fixed.