RHEL/Fedora package ops

v0.1.4

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.

Pack ID
dnf-rpm
Vendor
emisar
OS
linux
Actions
13
Required binaries: rpm, dnf. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:39016e452aae778b4b748e6585cff5324872c02a514736d7f4394dcb99beafd1

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

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

Actions 13 total

View on GitHub