rpm -e <package>
I have found the rpm package using
How do I remove the RPM package?Code:rpm -qa
thanks, do removing a particular rpm makes impact other rpm’s or packages?
I don’t believe so. Yum won’t know about it though, but that won’t matter.
It will remind you of dependencies of the file. There are a lot that will effect many packages at once, but if it’s an application for example, it’s usually the one dependant on other packages.
Bookmarks