Ubuntu 12.10:无法安装 smbfs

shi*_*nkr 1 apt samba smb software-installation

我正在尝试在我的 ubuntu 12.10 上安装 smbfs,并面临以下问题。我已经尝试卸载并重新安装 samba,仍然是同样的错误。

$ sudo apt-get install smbfs 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 smbfs : Depends: samba-common (= 2:3.4.7~dfsg-1ubuntu3) but 2:3.6.6-3ubuntu5 is to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

请帮忙。

Rel*_*lic 5

根据此页面https://wiki.ubuntu.com/MountWindowsSharesPermanently

似乎 smbfs 已被弃用,您应该改用 cifs。尝试 :

sudo apt-get install cifs-utils
Run Code Online (Sandbox Code Playgroud)