Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
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

Code Block
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 

 

...