Using the Apama Debian Package Repository Adding the repo =============== Either add the sources manually: curl https://downloads.apamacommunity.com/debian/apama-10.15.sources > /etc/apt/sources.list.d/apama-10.15.sources curl https://downloads.apamacommunity.com/debian/apamarepo.gpg > /usr/share/keyrings/apamarepo.gpg Or install the apama-repo package manually: curl https://downloads.apamacommunity.com/debian/apama-repo_2022_all.deb > /tmp/apama-repo_2022_all.deb dpkg -i /tmp/apama-repo_2022_all.deb Then update the package database: apt update Installing Apama ================ apt install apama Installing Python for Apama =========================== apt install apama-python Installing thin-edge.io support for Apama ========================================= apt install apama-thin-edge-support