HI all,
Try to find on the net but didn’t helped me out. I have installed follow package using this command
yum groupinstall “General Purpose Desktop” “Desktop Platform”
But want to uninstall it. when i use yum remove “General Purpose Desktop” “Desktop Platform” that is not working
136 | <admin> | 2014-02-14 10:51 | Erase | 2 EE
135 | <admin> | 2014-02-14 10:19 | Install | 39
134 | <admin> | 2014-02-14 10:18 | Install | 2
133 | <admin> | 2014-02-14 10:04 | Install | 3
132 | <admin> | 2014-02-14 10:03 | Install | 1
131 | <admin> | 2014-02-14 09:57 | Install | 209
I see that ID 131 is the installation. But how can i delete this one?
Greets, Peter
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
That didn’t work. Thats why i did this question
To remove a “Group of Packages” you do it with <code>groupremove</code>. In your case: <br><pre>yum groupremove “General Purpose Desktop”</pre>