From 74f3be762a27ea2ab3e07bdbb38d6d1d72f2a9cd Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 14 Mar 2025 21:10:08 +0200 Subject: [PATCH] Update fedora.md --- fedora.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora.md b/fedora.md index 41589d1..43c710f 100644 --- a/fedora.md +++ b/fedora.md @@ -59,3 +59,7 @@ sudo dnf install libavcodec-freeworld ffmpeg --allowerasing ```sh sudo systemctl --user restart wireplumber pipewire pipewire-pulse ``` + +```sh +sudo dnf update @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin +```