Product SiteDocumentation Site

5.7. Removing Software

Software uninstalling is simple too, use yum remove command.
# su -c "yum remove xfig"
...
Dependencies Resolved

================================================================================
 Package             Arch         Version              Repository         Size 
================================================================================
Removing:
 xfig                i386         3.2.5-10.fc9         installed          1.1 M
Removing for dependencies:
 xfig-common         i386         3.2.5-10.fc9         installed           11 M

Transaction Summary
================================================================================
Install      0 Package(s)         
Update       0 Package(s)         
Remove       2 Package(s)         

Is this ok [y/N]:
You may also use the form:
# su -c "yum erase xifg"
...