Bugzilla – Bug 1227741
zypper can not open shared libraries: libprotobuf-lite.so.25.1.0: cannot open shared object file: Not such file or directory
Last modified: 2024-07-15 12:28:37 UTC
Created attachment 876042 [details] logs I can not install with zypper: error: zypper can not open shared libraries: libprotobuf-lite.so.25.1.0: cannot open shared object file: Not such file or directory When I try to do it from yast tell me this: Internal error. Please report a bug report with logs. Run save_y2logs to get complete logs. Caller: /usr/lib64/ruby/vendor_ruby/3.3.0/yast/yast.rb:186:in `import_pure' Details: component cannot import namespace 'Pkg'
We had this a couple of times. See bug 1221119 comment #2 , also bug 1221322, bug 1223402, bug 1224227
*** Bug 1221322 has been marked as a duplicate of this bug. ***
libzypp-17.35.0 no longer depends on libprotobuf because it does not update reliably. In case of doubt, try to download and install the new stack manually (e.g. with wget): > wget http://download.opensuse.org/tumbleweed/repo/oss/x86_64/libsolv-tools-base-0.7.29-2.2.x86_64.rpm > wget http://download.opensuse.org/tumbleweed/repo/oss/x86_64/libzypp-17.35.1-1.1.x86_64.rpm > wget http://download.opensuse.org/tumbleweed/repo/oss/x86_64/zypper-1.14.76-1.1.x86_64.rpm > rpm -Uhv libsolv-tools-base-0.7.29-2.2.x86_64.rpm libzypp-17.35.1-1.1.x86_64.rpm zypper-1.14.76-1.1.x86_64.rpm
(you may repoen this bug, if it does not work for you)