I am having some trouble when installing samba on Centos6.5.
I use this command:
sudo yum install samba samba-client samba-common
But I keep getting this Error:
Error: Package: samba-winbind-clients-3.6.9-164.el6.i686 (tejas-barot-alub-tv)
Requires: samba-winbind = 3.6.9-164.el6
Installed: samba-winbind-3.6.9-168.el6_5.x86_64 (@updates)
samba-winbind = 3.6.9-168.el6_5
Available: samba-winbind-3.6.9-164.el6.x86_64 (tejas-barot-alub-tv)
samba-winbind = 3.6.9-164.el6
Available: samba4-winbind-4.0.0-58.el6.rc4.x86_64 (tejas-barot-alub-tv)
samba-winbind = 4.0.0-58.el6.rc4
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I see that I have the required packages, but how to I change the version of them, so I can install Samba on my server?
I found a solution -
Remove any installed Samba versions: - sudo yum remove samba4-libs samba-common samba-winbind-clients samba-winbind samba-client
Install samba - sudo yum install samba
Test: service smb start