RPM Fusion

This commit is contained in:
Alex Berry 2020-04-03 12:22:24 +01:00
parent f69b16748f
commit a0e74cdd5e

View File

@ -1,3 +1,12 @@
# mikecheatsheet
Mike's cheat sheet
## Install RPM Fusion
```
sudo dnf install \
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
```