Description of problem: APLAWS+ Quick start install guide, Appendix A Section A1. recommends #rpm -qa > ccm-rpms.txt #rpm -e `cat ccm-rpms.txt` the first line was perhaps intended to be: #rpm -qa | grep ccm > ccm-rpms.txt although that wouldn't uninstall all the WAF rpms as there are a couple of (documentation?) rpms that don't have ccm in the name, eg rhea-*-aplaws* . The first line should probably be Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Updated docs to contain rpm -qa | grep ccm > ccm-rpms.txt THe RPMs rhea-* are all documentation & their (un)installation is not covered by this guide.