Uninstall the EPM-L client on your client host systems
Uninstall the EPM-L client from an RPM-based system
- On the client host, run the
rpm -qa |grep epml
command to find the package name of the installed EPM-L client. - Copy the package name.
- Open a terminal as root and run
rpm -e <epm_package_name>
, replacing<epm_package_name>
with the copied package name.
The client uninstalls from the system.
Uninstall the EPM-L client from a Debian or Ubuntu system
- On the client host, run either the
apt list |grep epml
ordpkg -l | grep epml
command to find the package name of the installed EPM-L client. - Copy the package name.
- Open a terminal as root and run
apt-get purge <epm_package_name>
, replacing<epm_package_name>
with the copied package name.Note
The
purge
option is necessary to clean up EPM-L's configuration files.
The client uninstalls from the system.
Updated about 1 month ago