Page 1 of 1

Unmet Dependencies when Installing Samba

Posted: Sun Aug 26, 2012 12:35 am
by Altin
Im trying to install samba on the newest version of Raspbian & running into a few unmet dependencies. When I run 'sudo apt-get install samba' it reports:

Code: Select all

libc6: Depends: libgcc1 but it is not going to be installed
samba: Depends: samba-common (=2:3.6.6-3) but it is not going to be installed
Depends: libwbclient0 (=2:3.6.6-3) but it is not going to be installed
Depends: libacl1 (>= 2.2.51-8) but it is not going to be installed
Depends: libattr1 (>=1:2.4.46-8) but it is not going to be installed
Depends: libcap2 (>=2.10) but it is not going to be installed
Depends: libcomerr2 (>=1.01) but it is not going to be installed
Depends: libcups2 (>=1.4.0) but it is not going to be installed
Depends: libgcc1 (>=1:4.4.0) but it is not going to be installed
Depends: libgssapi-krb5-2 (>=1.10+dfsg~) but it is not going to be installed
Depends: libcrypto3 (>=1.6.dfsg.2) but it is not going to be installed
Depends: libkrb5-3 (>=1.10+dfsg~) but it is not going to be installed
Depends: libldap-2.4-2 (>=2.4.7) but it is not going to be installed
Depends: libpam0g (>=0.99.7.1) but it is not going to be installed
Depends: libpopt0 (1.14) but it is not going to be installed
Depends: libtalloc2 (>=2.0.4:git20101213) but it is not going to be installed
Depends: libtdb1 (>=1.2.7+git20101214) but it is not going to be installed
Depends: zlib1g (>=1:1.1.4) but it is not going to be installed
Depends: debconf (>=0.5) but it is not going to be installed or debconf-2.0
Depends: libpam-runtime (>=1.0.1-11) but it is not going to be installed
Depends: libpam-modules but it is not going to be installed
Depends: lsb-base (>=3.2-13) but it is not going to be installed
Depends: procps but it is not going to be installed
Depends: update-inetd but it is not going to be installed
Depends: adduser but it is not going to be installed
PreDepends: dpkg (>=1.15.7.2) but it is not going to be installed
Recommends: logrotate but it is not going to be installed
Recommends: tdb-tools but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)
What can be done to get these packages installed?

Re: Unmet Dependencies when Installing Samba

Posted: Tue Aug 28, 2012 8:56 pm
by Altin
Problem solved. Nothing a system reinstall couldnt handle.