The following is a sample session illustrating the removal of a C/C++ toolset targeting the SPARC architecture.
rpm -e `rpm -qa | grep rtems-4.9--sparc-`
If this is the last target architecture for which tools are installed, then you can remove the RTEMS GNU autotools and common packages as follows:
rpm -e `rpm -qa | grep rtems-4.9--auto` rpm -e `rpm -qa | grep rtems-4.9- | grep common`
NOTE: If you have installed any RTEMS BSPs, then it is likely that RPM will complain about not being able to remove everything. These will have to be removed by hand.
Copyright © 1988-2008 OAR Corporation