updating yay with:
yay
got following error message:
error: failed to prepare transaction (could not satisfy dependencies)
:: installing protobuf (3.19.1-1) breaks dependency 'libprotobuf.so=28-64' required by libphonenumber
-> error installing repo packages
updating with pacman:
pacman -Syyu
got following error message:
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libprotobuf.so=28-64' required by libphonenumber
looking for package with:
yay protobuf
got following output:
6 extra/python-protobuf 3.19.1-1 (303.6 KiB 1.8 MiB)
Python 3 bindings for Google Protocol Buffers
5 extra/protobuf-c 1.4.0-2 (105.3 KiB 314.0 KiB) (Installed: 1.4.0-1)
Protocol Buffers implementation in C
4 extra/protobuf 3.19.1-1 (2.1 MiB 9.7 MiB) (Installed: 3.17.3-3)
Protocol Buffers - Google's data interchange format
3 world/python-protobuf 3.19.1-1 (304.5 KiB 1.8 MiB)
Python 3 bindings for Google Protocol Buffers
2 world/protobuf-c 1.4.0-2 (105.2 KiB 314.0 KiB) (Installed: 1.4.0-1)
Protocol Buffers implementation in C
1 world/protobuf 3.19.1-1 (2.2 MiB 10.0 MiB) (Installed: 3.17.3-3)
Protocol Buffers - Google's data interchange format
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
How can I remedy to it/this?
Thanks in advance and regards