The official Telegram channel of the Russian Fedora community announced the cessation of localized builds of the distribution, previously released under the name Russian Fedora (RFR). , indicating that the Russian Fedora project has fulfilled its purpose: all of its developments have been accepted into the official Fedora repositories and the RPM Fusion repository. The maintainers of Russian Fedora are now maintainers of Fedora and RPM Fusion, and user and package support will continue under the main Fedora project.
Existing users of Russian Fedora 29 (Russian Fedora 30 was not created) need to convert their installation to a regular Fedora and disable repositories specific to Russian Fedora:
sudo dnf swap rfremix-release fedora-release --allowerasing
sudo dnf swap rfremix-logos fedora-logos --allowerasing
sudo dnf remove "russianfedora*"
sudo dnf distro-sync --allowerasing
After the conversion, you need to upgrade the distribution to the latest version:
sudo dnf upgrade --refresh
sudo dnf install dnf-plugin-system-upgrade
sudo dnf system-upgrade download --releasever=$(($(rpm -E dora) + 1)) --setopt=module_platform_id=platform:f$(($(rpm -E dora) + 1))
sudo dnf system-upgrade reboot
Source: opennet.ru
