Closed. This question is off-topic。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
                        
                        3年前关闭。
                                                                                            
                
        
在Centos6.5上安装samba时遇到一些麻烦。

我使用以下命令:

sudo yum install samba samba-client samba-common


但我不断收到此错误:

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


我看到我具有必需的软件包,但是如何更改它们的版本,以便可以在服务器上安装Samba?

最佳答案

尝试运行:

yum clean all


然后

yum install samba-winbind-clients

10-05 18:57