On Centos 6.10, if I try
yum install samba-client I get also these dependencies
samba-common samba-winbind samba-winbind-clients If I try cifs-utils, I also get a dependency on samba-winbind.
The Linux host has to use network shares provided by Windows servers, so it doesn't need the daemon provided by samba-winbind.
How can I install the minimal requirements to run smbclient?
samba-client, then justyum install samba-client. There is nothing that you can do to prevent the system from installing the dependencies. The package needs them and that's why they are called dependencies.samba-client. If your problem is that it's installing dependencies, then that's not a problem and means that the package manager is functioning exactly as it should. If you aren't going to answer a simple question on what you are trying to do, then how do you expect to get the help that you need?sambawhich is known assmb.serviceis provided by thesambapackage which is not one of the dependencies thatyumis trying to install.