User guide

Installing RGS 72
Uninstalling the Sender on Linux
To uninstall the RGS Sender on Linux, perform the following steps:
1. Log in as root.
2. If the default install.sh was used, then the following command should report some variation of the following
packages:
# rpm -qa | grep -i rgsender
rgsender_linux_64-5.1.0-1
rgsender_config_64-5.1.0-1
3. To remove the rgsender package (and corresponding configuration rpm if used), execute the command:
rpm -e --allmatches rgsender_linux_64 rgsender_config_64
4. If the rgsender_config_64-*.rpm was installed, it must be removed first (or together as demonstrated
above) before removing the rgsender_linux_64-*.rpm package. This resolves dependencies between
the packages, and undoes the previous customizations performed by this rpm. If you are upgrading your
system from a previous version of RGS, it is suggested that you remove both packages, and then apply the
new software rpms for supported results.