How can I downgrade from 34 to 33? I’m getting a conflict when executing:
sudo dnf system-upgrade download --releasever=33 --allowerasing --skip-broken
...
Error: Transaction test error:
file /usr/lib64/libip4tc.so.2.0.0 from install of iptables-libs-1.8.5-5.fc33.x86_64 conflicts with file from package iptables-legacy-libs-1.8.7-4.fc34.x86_64
file /usr/lib64/libip6tc.so.2.0.0 from install of iptables-libs-1.8.5-5.fc33.x86_64 conflicts with file from package iptables-legacy-libs-1.8.7-4.fc34.x86_64
dnf remove iptables-legacy-libs-1.8.7-4.fc34.x86_64 --skip-broken
Error:
Problem: The operation would result in removing the following protected packages: systemd
sudo rpm -e iptables-legacy-libs-1.8.7-4.fc34.x86_64
error: Failed dependencies:
iptables-legacy-libs(x86-64) = 1.8.7-4.fc34 is needed by (installed) iptables-legacy-1.8.7-4.fc34.x86_64
libip4tc.so.2()(64bit) is needed by (installed) iptables-legacy-1.8.7-4.fc34.x86_64
libip4tc.so.2()(64bit) is needed by (installed) systemd-248~rc4-1.fc34.x86_64
libip6tc.so.2()(64bit) is needed by (installed) iptables-legacy-1.8.7-4.fc34.x86_64