Description: Listed below are the options for removing a LANDESK agent from Linux or Unix OS's.
Note: Some of the options below may not be fully utilized at this time. However, -f and ALL are designed for a complete removal.
Usage: ./rmlinux64client.sh [options] [sections]
Options:
-f force removal of non-empty directories (dangerous)
-d turn debugging on
-n no execute; setup and scan but don't actually uninstall
-t test only; report what things are installed (overrides -n)
-q quiet! nearly silent mode
Sections:
ALL remove all LANDesk agent software and files (default)
BASE remove base agentry, and all dependants (MON, SWD, VUL, WALK, OEM)
MON remove all monitoring agentry and dependants (WALK, OEM)
SWD remove all software distribution agentry
VUL remove all vulnerabiltiy agentry
WALK remove all walk-up console agentry
PROV remove all provisioning agentry
OEM remove all OEM agentry
Examples:
# show the commands that would be execued to remove monitoring
./rmlinux64client.sh -n -q MON
# show what OEM software is uninstallable
./rmlinux64client.sh -t OEM
# make it all go away, reguardless
./rmlinux64client.sh -f ALL