(In reply to Luciano Santos from comment #1) > Changing "Component" from "Container" to "Upgrade Problems". > > Two users in openSUSE support IRC/Matrix room ran into the same issue. They > had their Tumbleweed systems out of date. One installed libcurl-devel before > hitting that error and the other installed development tools, which must > have pulled cURL in. > > In both cases thing got back to normal after downloading: > > > http://download.opensuse.org/tumbleweed/repo/oss/x86_64/libnghttp2-14-1.50.0-1.1.x86_64.rpm > > And manually upgrading with: > > > # rpm -U libnghttp2-14-1.50.0-1.1.x86_64.rpm > > One of them tried `zypper in` but got the error: > > > el archivo /usr/lib64/libnghttp2.so.14 de la instalaci���n de libnghttp2-14-1.50.0-1.1.x86_64 entra en conflicto con el archivo del paquete libnghttp2-14-1.48.0-1.1.x86_64 > > Something like "the file /usr/lib64/libnghttp2.so.14 from the installation > of libnghttp2-14-1.50.0-1.1.x86_64 conflics with the file from the > libnghttp2-14-1.48.0-1.1.x86_64 package" > > Which is odd because the nghttp2 package hasn't changed in a month or so, as > we can see there, the difference is only two rebuilds away from each other. > Then libnghttp2-14 doesn't seem to be the problem here. > > Since my Tumbleweed system died on me last week and it's still in the > emergency room trying to bring it back to life, I can't do much to help > troubleshooting this bug, though. I'm not sure that is my issue... `zypper info libnghttp2-14` ``` Information for package libnghttp2-14: -------------------------------------- Repository : openSUSE-Tumbleweed-Oss Name : libnghttp2-14 Version : 1.50.0-1.1 Arch : x86_64 Vendor : openSUSE Installed Size : 171.3 KiB Installed : Yes (automatically) Status : up-to-date Source package : nghttp2-1.50.0-1.1.src Upstream URL : https://nghttp2.org/ Summary : Shared library for nghttp2 Description : Shared C libraries for implementation of Hypertext Transfer Protocol version 2. ```