执行smbclient遇到问题

问题遇到的现象和发生背景

Centos 7.9.2009
yum install -y samba-client

问题相关代码,请勿粘贴截图

smbclient -L 10.0.0.13 -U root

运行结果及报错内容

smbclient: error while loading shared libraries: libreplace-samba4.so: cannot open shared object file: No such file or directory

我的解答思路和尝试过的方法
我想要达到的结果

先cd到 smbclient的目录下

yum remove samba*
yum install samba-client

然后就可以了