web-dev-qa-db-fra.com

impossible d'installer samba sur Ubuntu 14.04

Essayer d'installer samba et avoir cette erreur

anil@anil:~$ Sudo apt-get  install  samba 
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:
 samba : Depends: samba-common (= 2:4.1.6+dfsg-1ubuntu2.14.04.4) but 2:4.1.6+dfsg-1ubuntu2.14.04.8 is to be installed
         Depends: samba-common-bin (= 2:4.1.6+dfsg-1ubuntu2.14.04.4) but 2:4.1.6+dfsg-1ubuntu2.14.04.8 is to be installed
         Depends: samba-dsdb-modules but it is not going to be installed
         Depends: samba-libs (= 2:4.1.6+dfsg-1ubuntu2.14.04.4) but 2:4.1.6+dfsg-1ubuntu2.14.04.8 is to be installed
         Recommends: samba-vfs-modules but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
4
Ravan

Exécutez d'abord ces commandes dans le terminal (appuyez sur Ctrl+Alt+T):

  • Sudo apt-get --fix-broken install
  • Sudo apt-get clean
  • Sudo apt-get autoclean
  • Sudo apt-get autoremove
  • Sudo dpkg --configure -a
  • Sudo apt-get update puis suivant

Logiciel 1.Changed et mises à jour sur le serveur principal

2.unmarked toutes les "autres logiciels" sources

ims

3. Rechargez-le et lancez-le pour la mise à jour du logiciel.

4.Installez samba: Sudo apt-get install samba

1
Ravan

commande d'exécution

Sudo apt-get -f install
Sudo apt-get install samba

il installera des dépendances brisées.Si le problème n'est pas résolu, utilisez lien où une bonne explication de sa résolution.

3
pl_rock