Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
RHEL/Fedora package ops
v0.1.4Counterpart 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.
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
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-
dnf autoremove -y
-
dnf reinstall -y <pkg>
-
dnf upgrade -y <pkg>
-
dnf check-update
-
dnf clean metadata
-
dnf history
-
dnf install -y <pkg>
-
dnf remove -y <pkg>
-
dnf repolist
-
rpm -qa
-
rpm -qi <pkg>
-
rpm -ql <pkg>
-
rpm -Va (verify all)