Install the EPM-L client on your client host system
Install the EPM-L client on an RPM-based system
- Ensure you've downloaded your package and it is available on your client host system.
- On the client host, open a terminal as root and navigate to the location of the client RPM file:
# cd </path/to/epml_rpm_dir>
- Using the RPM Package Manager, install the EPM-L client:
# rpm -i ./<epml_package_file>
- Follow the on-screen Activate the install steps procedure.
Install the EPM-L client on a Debian or Ubuntu-based system
- Ensure you have the package token available.
- Ensure you've downloaded your package and it is available on your client host system.
- Open a terminal as root on the client host and navigate to the location of the client DEB file.
- On the client, run:
dpkg -i <epml_package_file>
- On the client, run the following, replacing
the_token
with your retrieved token:
pbactivate -t [the_token]
The EPM-L client installs on the system.
Updated about 1 month ago