Bug 1214968
| Summary: | dnf reports installed group does not exist | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Green <crokett> |
| Component: | dnf | Assignee: | Michal Luscon <mluscon> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | anoopcs, bruno, childofthewired, danofsatx, devin, jsilhan, lmohanty, marek, mluscon, packaging-team-maint, pnemade, renault, rholy, robinlee.sysu, stevenkelbley, tim.lauridsen, vmukhame, zach |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-1.0.1-2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-21 00:16:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David Green
2015-04-24 01:08:55 UTC
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. |