Bug 117853 - APLAWS uninstall instructions would uninstall all rpms on OS
Summary: APLAWS uninstall instructions would uninstall all rpms on OS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: documentation
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-09 10:56 UTC by Steve Etherington
Modified: 2007-04-18 17:04 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-03-09 15:31:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Steve Etherington 2004-03-09 10:56:52 UTC
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:

Comment 1 Daniel Berrangé 2004-03-09 15:31:12 UTC
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.



Note You need to log in before you can comment on or make changes to this bug.