You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The up.time Linux Agent is provided in a RPM and DEB package format, so you will need an RPM or Debian package manager tool to install the Agent.

The latest release of the Agent is available at http://support.uptimesoftware.com/download.php.

Previous releases of the up.time Agent have had different package names, so uninstalling may require a different name (ex. SPYNuptm, uptmagnt, uptimeagent-linux).

RPM Packages

To install the Agent, run the following command:
# rpm -i uptimeagent-$VER-linux-$ARCH.rpm
To uninstall the Agent using RPM, run the following command:
# rpm -e uptimeagent

Debian Packages

To install the Agent, run the following command:
# dpkg -i uptimeagent-$VER-linux-$ARCH.deb
To uninstall the Agent, use the following command:
# dpkg -P uptimeagent 
  • No labels