Agent third-party deployment: Uninstalling FlexNet inventory agent from UNIX

FlexNet Manager Suite 2021 R1 (On-Premises)
If you need to manually uninstall FlexNet inventory agent from a managed device, use the following command lines.
Note: Uninstallation leaves behind the folder /var/opt/managesoft since it may contain a package cache that a future re-install of the FlexNet inventory agent can use.
Platform Uninstallation command line

AIX

For removal from the standard installation path, use:
installp -u managesoft
If you have used a custom installation path, known as a User Specified Installation Location (USIL), you must include the same USIL so that FlexNet inventory agent is removed from the correct object repository (and keep the options in this order):
installp -R path -u managesoft 

Debian Linux x86 and x86_64

dpkg --purge managesoft

HP-UX

swremove managesoft

Linux x86 and x86_64

rpm --erase --verbose managesoft

Mac OS X

/opt/managesoft/bin/uninstall-managesoft.command -force

Solaris x86 and SPARC

echo action=nocheck > admin.mgs
pkgrm -n -a admin.mgs ManageSoft 
rm -f admin.mgs

FlexNet Manager Suite (On-Premises)

2021 R1