Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
RHEL/Fedora package ops
v0.1.6Counterpart 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.
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
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-
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)