Description of problem: Cannot install squashfuse - missing dependency Version-Release number of selected component (if applicable): 0.1.102-1.el8.x86_64 How reproducible: Always Steps to Reproduce: sudo dnf install squashfuse --enablerepo=PowerTools Actual results: Error: Problem: conflicting requests - nothing provides libzstd.so.1()(64bit) needed by squashfuse-0.1.102-1.el8.x86_64 Expected results: squashfuse installs correctly, pulling in libzstd.
(In reply to Tom Hirst from comment #0) > Description of problem: > > Cannot install squashfuse - missing dependency > > Version-Release number of selected component (if applicable): > 0.1.102-1.el8.x86_64 > > How reproducible: > Always > > > Steps to Reproduce: > sudo dnf install squashfuse --enablerepo=PowerTools > > Actual results: > Error: > Problem: conflicting requests > - nothing provides libzstd.so.1()(64bit) needed by > squashfuse-0.1.102-1.el8.x86_64 > > What CentOS version are you on? libzstd-1.4.4-1.el8 in CentOS baseos definitely has this dependency $ sudo dnf repoquery --whatprovides 'libzstd.so.1()(64bit)' Last metadata expiration check: 2:39:27 ago on Thu 13 Jan 2022 04:33:20 PM UTC. libzstd-0:1.4.4-1.el8.x86_64
This is no longer an issue on either CentOS 8 or CentOS 8 stream - I'm guessing the dependency chain got fixed at some point after I reported the bug (in June 2020), so this can be closed now. Thanks