RTEMS Logo

RTEMS 4.9.6 On-Line Library


Removing RPMs Without Using Yum

PREV UP NEXT Bookshelf Getting Started with RTEMS

3.1.3.2: Removing RPMs Without Using Yum

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.


PREV UP NEXT Bookshelf Getting Started with RTEMS

Copyright © 1988-2008 OAR Corporation