Installing Apama using Debian apt
Overview of installing Apama with Debian apt
On Debian-based Linux distributions based on x86-64 or ARMv8, it is possible to install Apama using the default package management tool. Apama is located in a repository hosted on https://download.cumulocity.com/Apama/Debian/.
To install from this repository, you must first add the repository to your apt
configuration, using the instructions in the repository.
Once configured, you can install Apama through the package manager:
apt update
apt install apama
If you wish to use Python plug-ins with your Apama installation, you also need to install the correct Python interpreter for your Apama release:
apt install apama-python
Fixes to Apama can be automatically applied using the package manager. If a new fix is released, it is installed by running the following:
apt update
apt upgrade
You can also remove Apama using the apt
tool:
apt remove apama apama-python