The ew-manip service is distributed as a CentOS / Red Hat RPM and is available
as ew-manip.service
when installed. It works both on RH 7 and 8 and compatible
distributions.
To install version x.y.z, the yum
command can be used as follows:
yum install ./ew-manip-x.y.z-1.el8.x86_64.rpm
The service can be controlled with the standard systemctl
commands:
systemctl start ew-manip.service
systemctl stop ew-manip.service
systemctl status ew-manip.service
To uninstall version x.y.z using the yum
command, do:
yum remove ew-manip-x.y.z-1.el8.x86_64
When uninstalling or upgrading it is recommended to first stop the service.