web-dev-qa-db-ja.com

Ubuntu 12.10:smbfsをインストールできません

私は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.

助けてください。

1
shivshnkr

このページによると https://wiki.ubuntu.com/MountWindowsSharesPermanently

Smbfsは非推奨のようです。代わりにcifsを使用する必要があります。試してください:

Sudo apt-get install cifs-utils
4
Relic