rpmfusion
| Version | 2026.144.1443 |
| Repo | superproject |
Enables the RPM Fusion free and nonfree Fedora repositories. Installs the rpmfusion-free-release and rpmfusion-nonfree-release packages from download.rpmfusion.org. Each release package registers its RPM Fusion repo definitions under /etc/yum.repos.d/ and imports the signing keys. Verifiable because both release packages land in the rpm database and their .repo files appear on disk.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
run |
command=dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm |
check |
the RPM Fusion free repo definition file is present on disk |
check |
the rpmfusion-free-release package is recorded in the rpm database |
check |
the RPM Fusion nonfree repo definition file is present on disk |
check |
the rpmfusion-nonfree-release package is recorded in the rpm database |
check |
the free repo file declares the rpmfusion-free repository section header |