Remove rpmfusion testing repos

Remove testing repository files from yum repos.
This commit is contained in:
humocs-man
2026-05-01 16:21:41 +02:00
committed by GitHub
parent 2837938b49
commit 9a0c0701b0
+1
View File
@@ -15,6 +15,7 @@ dnf5 install -y \
# bei einem frischen Release wie F44 oft Abhängigkeitsfehler, weil sie # bei einem frischen Release wie F44 oft Abhängigkeitsfehler, weil sie
# auf "development" Pakete verweisen. # auf "development" Pakete verweisen.
rm -f /etc/yum.repos.d/rpmfusion-*-rawhide.repo rm -f /etc/yum.repos.d/rpmfusion-*-rawhide.repo
rm -f /etc/yum.repos.d/rpmfusion-*-testing.repo
# 3. Optional: Cache leeren, um sicherzugehen, dass DNF nur die stabilen Repos sieht # 3. Optional: Cache leeren, um sicherzugehen, dass DNF nur die stabilen Repos sieht
dnf5 clean all dnf5 clean all