Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    yum already does this for you, and will tell you if you are trying to remove a package that is not installed. What is the problem you are actually trying to solve here? Commented Apr 6, 2018 at 16:10
  • The problem I've bumped into is that yum doesn't always seem to remove every associated installation related to a package. For instance, while attempting to clear cut everything on an installation of Eclipse I ran sudo yum remove eclipse and found eclipse packages still left over afterwards. I'm hoping that by doing this I can identify every package and nix them at once. Commented Apr 6, 2018 at 16:22
  • yum remove packagename* ? Wildcards can be used. package-cleanup --quite --leaves ? Commented Apr 6, 2018 at 17:23