Hello,
I tried to upgrade my fulle updated F35 to F36 and ran into the following problem:
Error: Problem: package openssl-static-1:1.1.1n-1.fc35.x86_64 requires openssl-devel(x86-64) = 1:1.1.1n-1.fc35, but none of the providers can be installed - openssl-devel-1:1.1.1n-1.fc35.x86_64 does not belong to a distupgrade repository - problem with installed package openssl-static-1:1.1.1n-1.fc35.x86_64 (try to add '--skip-broken' to skip uninstallable packages)
What to to? Can I remove both packages and reinstall after upgrade?
Kind regards, Frank
On Tue, 10 May 2022 18:20:41 +0200 Frank Elsner via users users@lists.fedoraproject.org wrote:
Hello,
I tried to upgrade my fulle updated F35 to F36 and ran into the following problem:
Error: Problem: package openssl-static-1:1.1.1n-1.fc35.x86_64 requires openssl-devel(x86-64) = 1:1.1.1n-1.fc35, but none of the providers can be installed
- openssl-devel-1:1.1.1n-1.fc35.x86_64 does not belong to a
distupgrade repository
- problem with installed package
openssl-static-1:1.1.1n-1.fc35.x86_64 (try to add '--skip-broken' to skip uninstallable packages)
What to to? Can I remove both packages and reinstall after upgrade?
Removing the packages will allow the upgrade to proceed. And I find the packages compiled for f36 in koji, https://koji.fedoraproject.org/koji/buildinfo?buildID=1938747 so even though they aren't in the distupgrade repository, you should be able to re-install them after the upgrade using a simple dnf install. If that doesn't work, you can download the rpms and use dnf -C to install them.