Dispenser requires Docker to be installed in the system.
pass is only available on EPEL
so make sure it is enabled before proceeding.
We recommend to follow the official guide to install Docker on RedHat. This can change so please refer to the official documentation.
Download the package matching your operating system:
- RHEL 8 / Rocky 8:
dispenser-0.21.0-0.rhel-8.x86_64.rpm - RHEL 9 / Rocky 9:
dispenser-0.21.0-0.rhel-9.x86_64.rpm
# Example for RHEL 9
sudo dnf install ./dispenser-0.21.0-0.rhel-9.x86_64.rpmYou can validate that it was successfully installed by switching to the
dispenser user.
sudo su dispenser