Skip to main content

RHEL/Fedora package ops

v0.1.6

Counterpart to the `debian` pack for RHEL/CentOS/Fedora/Alma/Rocky: rpm inventory, dnf check-update, narrow install/remove actions for a single named package. Equivalent risk model to the apt counterpart.

9 allowed by default 4 need approval
Pack ID
dnf-rpm
Vendor
emisar
OS
linux
Actions
13
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
rpm dnf

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:741fb702dfa9c4846b57b8ffcf669e8de33dec8d5472d4028e8b0c72bfea04a6

on the runner host
sudo emisar pack install dnf-rpm \
  --hash sha256:741fb702dfa9c4846b57b8ffcf669e8de33dec8d5472d4028e8b0c72bfea04a6 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 13 total

View on GitHub