Skip to main content
Install the .deb or .rpm through your configuration management (Ansible, Salt, Puppet, etc.). The package installs the self-contained bundle to /usr/lib/runlayer/ and symlinks /usr/bin/runlayer.

Prerequisites

  • Configuration management tooling (Ansible, Salt, Puppet, etc.)
  • Linux x86_64 devices
  • The .deb / .rpm and SHA256SUMS from your Runlayer downloads access

Deployment Steps

1

Verify the artifacts

Packages are not GPG-signed today; SHA256SUMS is the integrity check:
sha256sum -c SHA256SUMS
2

Install the package

sudo apt-get install -y ./runlayer_<version>_amd64.deb
sudo dnf install -y ./runlayer-<version>-*.rpm
The package installs the self-contained bundle to /usr/lib/runlayer/ and symlinks /usr/bin/runlayer.
3

Verify

runlayer --version

Upgrades and removal

  • Upgrade — install the newer .deb / .rpm through the same configuration management; packages upgrade in place. There is no configuration to re-push.
  • Removeapt-get remove runlayer on Debian/Ubuntu, or dnf remove runlayer on RHEL/Fedora. There are no profiles, agents, or scheduled tasks to clean up.