On 3/18/21 11:56 AM, home user wrote:
On 3/18/21 12:26 PM, Samuel Sieb wrote:
On 3/18/21 10:13 AM, home user wrote:
A long time ago, almost certainly using dnf or yum, I installed "Eclipse" and something that starts with "Eclipse C/C++".
[... snip ...]
How do I remove these applications that I never use?

"rpm -qa | grep eclipse" should show you most of them.
Run "dnf group remove eclipse" first to remove the group and most of the packages. You might need to run "dnf remove '*eclipse*' " after to remove some more.  I seem to have a bunch of eclipse packages that aren't part of the group.

Since Jonathan's solution worked, I did not get to try your suggestions.  But they look like good things to keep in mind in the future.

You might still want to try removing the group to avoid any surprises in the future.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to