Weird issue with zypper dup
for the last 2 days. Zypper complains about libopenssl-3-devel not being provided -
Problem: the to be installed libopenssl-devel-3.0.7-1.1.noarch requires 'libopenssl-3-devel = 3.0.7', but this requirement cannot be provided
not installable providers: libopenssl-3-devel-3.0.7-3.1.i586[repo-oss]
libopenssl-3-devel-3.0.7-3.1.x86_64[repo-oss]
Solution 1: Following actions will be done:
keep obsolete libopenssl-devel-1.1.1s-1.1.noarch
keep obsolete openssl-1.1.1s-1.1.noarch
Solution 2: Following actions will be done:
keep obsolete openssl-1.1.1s-1.1.noarch
keep obsolete libopenssl-devel-1.1.1s-1.1.noarch
Solution 3: deinstallation of libopenssl-1_1-devel-1.1.1s-2.1.x86_64
Solution 4: deinstallation of libopenssl-devel-1.1.1s-1.1.noarch
Solution 5: keep obsolete openssl-1.1.1s-1.1.noarch
Solution 6: break libopenssl-devel-3.0.7-1.1.noarch by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/4/5/6/c/d/?] (c): c
but it’s available -
chris@asus-roc:~>$zypper se -s libopenssl-3-devel
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+--------------------------+---------+-----------+--------+------------------------
| libopenssl-3-devel | package | 3.0.7-3.1 | x86_64 | openSUSE-Tumbleweed-Oss
| libopenssl-3-devel | package | 3.0.7-3.1 | i586 | openSUSE-Tumbleweed-Oss
| libopenssl-3-devel-32bit | package | 3.0.7-3.1 | x86_64 | openSUSE-Tumbleweed-Oss
I did a sudo zypper clean --all
and a sudo zypper refresh --force
but that didn’t resolve anything.
I could manually install libopenssl-3-devel
but I just want to check first if that’s the way to go.
Thanks.