Samba won't install because of broken packages












1















I am running Ubuntu Server 14.04.4 and I didn't install Samba with the original OS setup. I would like to install it now but I keep getting a error about broken packages. It appears that the main hangup is the samba-libs dependency. Its saying "Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed" but I already have the latest libldb1 installed. I've tried almost everything I can google but maybe I'm overlooking something. Any pointers would be greatly appreciated.



Here's whats happening:



root@MAILSVR:/etc/apt# 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: python-samba but it is not going to be installed
Depends: samba-common-bin (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Depends: samba-libs (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Recommends: samba-dsdb-modules but it is not going 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.


Here's what aptitude gives me:



root@MAILSVR:/etc/apt# aptitude install samba

The following NEW packages will be installed:
libwbclient0{a} python-crypto{a} python-ldb{ab} python-samba{a} python-talloc{a} python-tdb{ab} samba samba-common{a} samba-common-bin{a} samba-dsdb-modules{a}
samba-libs{ab} samba-vfs-modules{a} tdb-tools{a}
0 packages upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,519 kB of archives. After unpacking 48.3 MB will be used.
The following packages have unmet dependencies:
python-tdb : Depends: libtdb1 (= 1.3.8-0ubuntu0.14.04.1) but 1.3.8-2 is installed.
samba-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is installed.
python-ldb : Depends: libldb1 (= 1:1.1.24-0ubuntu0.14.04.1) but 2:1.1.17-2 is installed.
The following actions will resolve these dependencies:


Keep the following packages at their current version:
1) python-ldb [Not Installed]
2) python-samba [Not Installed]
3) python-tdb [Not Installed]
4) samba [Not Installed]
5) samba-common-bin [Not Installed]
6) samba-dsdb-modules [Not Installed]
7) samba-libs [Not Installed]
8) samba-vfs-modules [Not Installed]


Leave the following dependencies unresolved:
9) samba-common recommends samba-common-bin




Accept this solution? [Y/n/q/?]


Samba-libs error:



root@MAILSVR:/etc/apt# apt-get install samba-libs
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-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question

























  • You can try running sudo dpkg --configure -a then running sudo apt-get update --fix-missing see what errors if any you get .. you can add them to your question .. may point us in a direction to start looking

    – John Orion
    May 4 '16 at 16:40











  • I tried that and I didn't get any errors.. I'm still getting the same errors when I try to install samba. While looking for a solution I came across this thread where some people are having a similar issue with samba-libs. Maybe it's a widespread issue..

    – PadreD727
    May 4 '16 at 21:26











  • you could force it sudo dpkg -i --force-overwrite /var/cache/apt/archives/name_of_samba.deb Then after run sudo apt-get install -f to see if there are any errors. not sure if this would work and if you would also have to force install samba-libs and or samba-common

    – John Orion
    May 4 '16 at 22:05













  • This is all I have in that dir root@MAILSVR:/var/cache/apt/archives# ls libssl1.0.0_1.0.1f-1ubuntu2.19_amd64.deb libtasn1-6_3.4-3ubuntu0.4_amd64.deb lock openssl_1.0.1f-1ubuntu2.19_amd64.deb partial

    – PadreD727
    May 5 '16 at 1:14













  • sorry to say I'm out of ideas .. hopefully someone else will figure out a way for you :(

    – John Orion
    May 5 '16 at 2:31
















1















I am running Ubuntu Server 14.04.4 and I didn't install Samba with the original OS setup. I would like to install it now but I keep getting a error about broken packages. It appears that the main hangup is the samba-libs dependency. Its saying "Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed" but I already have the latest libldb1 installed. I've tried almost everything I can google but maybe I'm overlooking something. Any pointers would be greatly appreciated.



Here's whats happening:



root@MAILSVR:/etc/apt# 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: python-samba but it is not going to be installed
Depends: samba-common-bin (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Depends: samba-libs (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Recommends: samba-dsdb-modules but it is not going 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.


Here's what aptitude gives me:



root@MAILSVR:/etc/apt# aptitude install samba

The following NEW packages will be installed:
libwbclient0{a} python-crypto{a} python-ldb{ab} python-samba{a} python-talloc{a} python-tdb{ab} samba samba-common{a} samba-common-bin{a} samba-dsdb-modules{a}
samba-libs{ab} samba-vfs-modules{a} tdb-tools{a}
0 packages upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,519 kB of archives. After unpacking 48.3 MB will be used.
The following packages have unmet dependencies:
python-tdb : Depends: libtdb1 (= 1.3.8-0ubuntu0.14.04.1) but 1.3.8-2 is installed.
samba-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is installed.
python-ldb : Depends: libldb1 (= 1:1.1.24-0ubuntu0.14.04.1) but 2:1.1.17-2 is installed.
The following actions will resolve these dependencies:


Keep the following packages at their current version:
1) python-ldb [Not Installed]
2) python-samba [Not Installed]
3) python-tdb [Not Installed]
4) samba [Not Installed]
5) samba-common-bin [Not Installed]
6) samba-dsdb-modules [Not Installed]
7) samba-libs [Not Installed]
8) samba-vfs-modules [Not Installed]


Leave the following dependencies unresolved:
9) samba-common recommends samba-common-bin




Accept this solution? [Y/n/q/?]


Samba-libs error:



root@MAILSVR:/etc/apt# apt-get install samba-libs
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-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question

























  • You can try running sudo dpkg --configure -a then running sudo apt-get update --fix-missing see what errors if any you get .. you can add them to your question .. may point us in a direction to start looking

    – John Orion
    May 4 '16 at 16:40











  • I tried that and I didn't get any errors.. I'm still getting the same errors when I try to install samba. While looking for a solution I came across this thread where some people are having a similar issue with samba-libs. Maybe it's a widespread issue..

    – PadreD727
    May 4 '16 at 21:26











  • you could force it sudo dpkg -i --force-overwrite /var/cache/apt/archives/name_of_samba.deb Then after run sudo apt-get install -f to see if there are any errors. not sure if this would work and if you would also have to force install samba-libs and or samba-common

    – John Orion
    May 4 '16 at 22:05













  • This is all I have in that dir root@MAILSVR:/var/cache/apt/archives# ls libssl1.0.0_1.0.1f-1ubuntu2.19_amd64.deb libtasn1-6_3.4-3ubuntu0.4_amd64.deb lock openssl_1.0.1f-1ubuntu2.19_amd64.deb partial

    – PadreD727
    May 5 '16 at 1:14













  • sorry to say I'm out of ideas .. hopefully someone else will figure out a way for you :(

    – John Orion
    May 5 '16 at 2:31














1












1








1


1






I am running Ubuntu Server 14.04.4 and I didn't install Samba with the original OS setup. I would like to install it now but I keep getting a error about broken packages. It appears that the main hangup is the samba-libs dependency. Its saying "Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed" but I already have the latest libldb1 installed. I've tried almost everything I can google but maybe I'm overlooking something. Any pointers would be greatly appreciated.



Here's whats happening:



root@MAILSVR:/etc/apt# 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: python-samba but it is not going to be installed
Depends: samba-common-bin (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Depends: samba-libs (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Recommends: samba-dsdb-modules but it is not going 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.


Here's what aptitude gives me:



root@MAILSVR:/etc/apt# aptitude install samba

The following NEW packages will be installed:
libwbclient0{a} python-crypto{a} python-ldb{ab} python-samba{a} python-talloc{a} python-tdb{ab} samba samba-common{a} samba-common-bin{a} samba-dsdb-modules{a}
samba-libs{ab} samba-vfs-modules{a} tdb-tools{a}
0 packages upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,519 kB of archives. After unpacking 48.3 MB will be used.
The following packages have unmet dependencies:
python-tdb : Depends: libtdb1 (= 1.3.8-0ubuntu0.14.04.1) but 1.3.8-2 is installed.
samba-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is installed.
python-ldb : Depends: libldb1 (= 1:1.1.24-0ubuntu0.14.04.1) but 2:1.1.17-2 is installed.
The following actions will resolve these dependencies:


Keep the following packages at their current version:
1) python-ldb [Not Installed]
2) python-samba [Not Installed]
3) python-tdb [Not Installed]
4) samba [Not Installed]
5) samba-common-bin [Not Installed]
6) samba-dsdb-modules [Not Installed]
7) samba-libs [Not Installed]
8) samba-vfs-modules [Not Installed]


Leave the following dependencies unresolved:
9) samba-common recommends samba-common-bin




Accept this solution? [Y/n/q/?]


Samba-libs error:



root@MAILSVR:/etc/apt# apt-get install samba-libs
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-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question
















I am running Ubuntu Server 14.04.4 and I didn't install Samba with the original OS setup. I would like to install it now but I keep getting a error about broken packages. It appears that the main hangup is the samba-libs dependency. Its saying "Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed" but I already have the latest libldb1 installed. I've tried almost everything I can google but maybe I'm overlooking something. Any pointers would be greatly appreciated.



Here's whats happening:



root@MAILSVR:/etc/apt# 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: python-samba but it is not going to be installed
Depends: samba-common-bin (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Depends: samba-libs (= 2:4.3.8+dfsg-0ubuntu0.14.04.2) but it is not going to be installed
Recommends: samba-dsdb-modules but it is not going 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.


Here's what aptitude gives me:



root@MAILSVR:/etc/apt# aptitude install samba

The following NEW packages will be installed:
libwbclient0{a} python-crypto{a} python-ldb{ab} python-samba{a} python-talloc{a} python-tdb{ab} samba samba-common{a} samba-common-bin{a} samba-dsdb-modules{a}
samba-libs{ab} samba-vfs-modules{a} tdb-tools{a}
0 packages upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,519 kB of archives. After unpacking 48.3 MB will be used.
The following packages have unmet dependencies:
python-tdb : Depends: libtdb1 (= 1.3.8-0ubuntu0.14.04.1) but 1.3.8-2 is installed.
samba-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is installed.
python-ldb : Depends: libldb1 (= 1:1.1.24-0ubuntu0.14.04.1) but 2:1.1.17-2 is installed.
The following actions will resolve these dependencies:


Keep the following packages at their current version:
1) python-ldb [Not Installed]
2) python-samba [Not Installed]
3) python-tdb [Not Installed]
4) samba [Not Installed]
5) samba-common-bin [Not Installed]
6) samba-dsdb-modules [Not Installed]
7) samba-libs [Not Installed]
8) samba-vfs-modules [Not Installed]


Leave the following dependencies unresolved:
9) samba-common recommends samba-common-bin




Accept this solution? [Y/n/q/?]


Samba-libs error:



root@MAILSVR:/etc/apt# apt-get install samba-libs
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-libs : Depends: libldb1 (< 1:1.1.25~) but 2:1.1.17-2 is to be installed
E: Unable to correct problems, you have held broken packages.






server apt package-management samba dependencies






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 31 '17 at 18:57









Arturo Herrero

2511213




2511213










asked May 4 '16 at 16:31









PadreD727PadreD727

2615




2615













  • You can try running sudo dpkg --configure -a then running sudo apt-get update --fix-missing see what errors if any you get .. you can add them to your question .. may point us in a direction to start looking

    – John Orion
    May 4 '16 at 16:40











  • I tried that and I didn't get any errors.. I'm still getting the same errors when I try to install samba. While looking for a solution I came across this thread where some people are having a similar issue with samba-libs. Maybe it's a widespread issue..

    – PadreD727
    May 4 '16 at 21:26











  • you could force it sudo dpkg -i --force-overwrite /var/cache/apt/archives/name_of_samba.deb Then after run sudo apt-get install -f to see if there are any errors. not sure if this would work and if you would also have to force install samba-libs and or samba-common

    – John Orion
    May 4 '16 at 22:05













  • This is all I have in that dir root@MAILSVR:/var/cache/apt/archives# ls libssl1.0.0_1.0.1f-1ubuntu2.19_amd64.deb libtasn1-6_3.4-3ubuntu0.4_amd64.deb lock openssl_1.0.1f-1ubuntu2.19_amd64.deb partial

    – PadreD727
    May 5 '16 at 1:14













  • sorry to say I'm out of ideas .. hopefully someone else will figure out a way for you :(

    – John Orion
    May 5 '16 at 2:31



















  • You can try running sudo dpkg --configure -a then running sudo apt-get update --fix-missing see what errors if any you get .. you can add them to your question .. may point us in a direction to start looking

    – John Orion
    May 4 '16 at 16:40











  • I tried that and I didn't get any errors.. I'm still getting the same errors when I try to install samba. While looking for a solution I came across this thread where some people are having a similar issue with samba-libs. Maybe it's a widespread issue..

    – PadreD727
    May 4 '16 at 21:26











  • you could force it sudo dpkg -i --force-overwrite /var/cache/apt/archives/name_of_samba.deb Then after run sudo apt-get install -f to see if there are any errors. not sure if this would work and if you would also have to force install samba-libs and or samba-common

    – John Orion
    May 4 '16 at 22:05













  • This is all I have in that dir root@MAILSVR:/var/cache/apt/archives# ls libssl1.0.0_1.0.1f-1ubuntu2.19_amd64.deb libtasn1-6_3.4-3ubuntu0.4_amd64.deb lock openssl_1.0.1f-1ubuntu2.19_amd64.deb partial

    – PadreD727
    May 5 '16 at 1:14













  • sorry to say I'm out of ideas .. hopefully someone else will figure out a way for you :(

    – John Orion
    May 5 '16 at 2:31

















You can try running sudo dpkg --configure -a then running sudo apt-get update --fix-missing see what errors if any you get .. you can add them to your question .. may point us in a direction to start looking

– John Orion
May 4 '16 at 16:40





You can try running sudo dpkg --configure -a then running sudo apt-get update --fix-missing see what errors if any you get .. you can add them to your question .. may point us in a direction to start looking

– John Orion
May 4 '16 at 16:40













I tried that and I didn't get any errors.. I'm still getting the same errors when I try to install samba. While looking for a solution I came across this thread where some people are having a similar issue with samba-libs. Maybe it's a widespread issue..

– PadreD727
May 4 '16 at 21:26





I tried that and I didn't get any errors.. I'm still getting the same errors when I try to install samba. While looking for a solution I came across this thread where some people are having a similar issue with samba-libs. Maybe it's a widespread issue..

– PadreD727
May 4 '16 at 21:26













you could force it sudo dpkg -i --force-overwrite /var/cache/apt/archives/name_of_samba.deb Then after run sudo apt-get install -f to see if there are any errors. not sure if this would work and if you would also have to force install samba-libs and or samba-common

– John Orion
May 4 '16 at 22:05







you could force it sudo dpkg -i --force-overwrite /var/cache/apt/archives/name_of_samba.deb Then after run sudo apt-get install -f to see if there are any errors. not sure if this would work and if you would also have to force install samba-libs and or samba-common

– John Orion
May 4 '16 at 22:05















This is all I have in that dir root@MAILSVR:/var/cache/apt/archives# ls libssl1.0.0_1.0.1f-1ubuntu2.19_amd64.deb libtasn1-6_3.4-3ubuntu0.4_amd64.deb lock openssl_1.0.1f-1ubuntu2.19_amd64.deb partial

– PadreD727
May 5 '16 at 1:14







This is all I have in that dir root@MAILSVR:/var/cache/apt/archives# ls libssl1.0.0_1.0.1f-1ubuntu2.19_amd64.deb libtasn1-6_3.4-3ubuntu0.4_amd64.deb lock openssl_1.0.1f-1ubuntu2.19_amd64.deb partial

– PadreD727
May 5 '16 at 1:14















sorry to say I'm out of ideas .. hopefully someone else will figure out a way for you :(

– John Orion
May 5 '16 at 2:31





sorry to say I'm out of ideas .. hopefully someone else will figure out a way for you :(

– John Orion
May 5 '16 at 2:31










3 Answers
3






active

oldest

votes


















2














The issue was with my package sources so I changed my /etc/apt/sources.list back to default with the help of repogen.simplylinux.ch



Then I ran these commands:



apt-get update
apt-get autoremove libtdb1 --purge
apt-get install libtdb1=1.3.8-0ubuntu0.14.04.1
apt-get install samba


Done. Thx for your assistance!






share|improve this answer


























  • Mark your answer with green mark on the left side, it helps to identify a successfully answer!

    – Araujo1914
    May 5 '16 at 22:34













  • You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

    – Araujo1914
    May 5 '16 at 22:35











  • Sry I'm new here.. Thx for the pointers!

    – PadreD727
    May 7 '16 at 3:00



















0














The same happened to me but none of the previous replies worked for me.... after searching for the solution for many hours I got this one to work properly:



sudo wget http://launchpadlibrarian.net/109052...1.0.15_all.deb
sudo dpkg -i python-support_1.0.15_all.deb


Run:



sudo apt-get install samba


I'm using ubuntu server 16.04.1



Cheers






share|improve this answer


























  • Could you edit your post and correct the link.

    – user.dz
    Dec 15 '16 at 11:34



















0














I solved it by this:



sudo apt-get install libwbclient0=2:4.3.8+dfsg-0ubuntu1 &&
sudo apt-get install samba



Eita!!!






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f767594%2fsamba-wont-install-because-of-broken-packages%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    The issue was with my package sources so I changed my /etc/apt/sources.list back to default with the help of repogen.simplylinux.ch



    Then I ran these commands:



    apt-get update
    apt-get autoremove libtdb1 --purge
    apt-get install libtdb1=1.3.8-0ubuntu0.14.04.1
    apt-get install samba


    Done. Thx for your assistance!






    share|improve this answer


























    • Mark your answer with green mark on the left side, it helps to identify a successfully answer!

      – Araujo1914
      May 5 '16 at 22:34













    • You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

      – Araujo1914
      May 5 '16 at 22:35











    • Sry I'm new here.. Thx for the pointers!

      – PadreD727
      May 7 '16 at 3:00
















    2














    The issue was with my package sources so I changed my /etc/apt/sources.list back to default with the help of repogen.simplylinux.ch



    Then I ran these commands:



    apt-get update
    apt-get autoremove libtdb1 --purge
    apt-get install libtdb1=1.3.8-0ubuntu0.14.04.1
    apt-get install samba


    Done. Thx for your assistance!






    share|improve this answer


























    • Mark your answer with green mark on the left side, it helps to identify a successfully answer!

      – Araujo1914
      May 5 '16 at 22:34













    • You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

      – Araujo1914
      May 5 '16 at 22:35











    • Sry I'm new here.. Thx for the pointers!

      – PadreD727
      May 7 '16 at 3:00














    2












    2








    2







    The issue was with my package sources so I changed my /etc/apt/sources.list back to default with the help of repogen.simplylinux.ch



    Then I ran these commands:



    apt-get update
    apt-get autoremove libtdb1 --purge
    apt-get install libtdb1=1.3.8-0ubuntu0.14.04.1
    apt-get install samba


    Done. Thx for your assistance!






    share|improve this answer















    The issue was with my package sources so I changed my /etc/apt/sources.list back to default with the help of repogen.simplylinux.ch



    Then I ran these commands:



    apt-get update
    apt-get autoremove libtdb1 --purge
    apt-get install libtdb1=1.3.8-0ubuntu0.14.04.1
    apt-get install samba


    Done. Thx for your assistance!







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jun 13 '17 at 18:57









    wjandrea

    8,49742259




    8,49742259










    answered May 5 '16 at 22:12









    PadreD727PadreD727

    2615




    2615













    • Mark your answer with green mark on the left side, it helps to identify a successfully answer!

      – Araujo1914
      May 5 '16 at 22:34













    • You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

      – Araujo1914
      May 5 '16 at 22:35











    • Sry I'm new here.. Thx for the pointers!

      – PadreD727
      May 7 '16 at 3:00



















    • Mark your answer with green mark on the left side, it helps to identify a successfully answer!

      – Araujo1914
      May 5 '16 at 22:34













    • You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

      – Araujo1914
      May 5 '16 at 22:35











    • Sry I'm new here.. Thx for the pointers!

      – PadreD727
      May 7 '16 at 3:00

















    Mark your answer with green mark on the left side, it helps to identify a successfully answer!

    – Araujo1914
    May 5 '16 at 22:34







    Mark your answer with green mark on the left side, it helps to identify a successfully answer!

    – Araujo1914
    May 5 '16 at 22:34















    You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

    – Araujo1914
    May 5 '16 at 22:35





    You could try pressing . dot on aptitude, it suggests modifications scheme for desired packaging.

    – Araujo1914
    May 5 '16 at 22:35













    Sry I'm new here.. Thx for the pointers!

    – PadreD727
    May 7 '16 at 3:00





    Sry I'm new here.. Thx for the pointers!

    – PadreD727
    May 7 '16 at 3:00













    0














    The same happened to me but none of the previous replies worked for me.... after searching for the solution for many hours I got this one to work properly:



    sudo wget http://launchpadlibrarian.net/109052...1.0.15_all.deb
    sudo dpkg -i python-support_1.0.15_all.deb


    Run:



    sudo apt-get install samba


    I'm using ubuntu server 16.04.1



    Cheers






    share|improve this answer


























    • Could you edit your post and correct the link.

      – user.dz
      Dec 15 '16 at 11:34
















    0














    The same happened to me but none of the previous replies worked for me.... after searching for the solution for many hours I got this one to work properly:



    sudo wget http://launchpadlibrarian.net/109052...1.0.15_all.deb
    sudo dpkg -i python-support_1.0.15_all.deb


    Run:



    sudo apt-get install samba


    I'm using ubuntu server 16.04.1



    Cheers






    share|improve this answer


























    • Could you edit your post and correct the link.

      – user.dz
      Dec 15 '16 at 11:34














    0












    0








    0







    The same happened to me but none of the previous replies worked for me.... after searching for the solution for many hours I got this one to work properly:



    sudo wget http://launchpadlibrarian.net/109052...1.0.15_all.deb
    sudo dpkg -i python-support_1.0.15_all.deb


    Run:



    sudo apt-get install samba


    I'm using ubuntu server 16.04.1



    Cheers






    share|improve this answer















    The same happened to me but none of the previous replies worked for me.... after searching for the solution for many hours I got this one to work properly:



    sudo wget http://launchpadlibrarian.net/109052...1.0.15_all.deb
    sudo dpkg -i python-support_1.0.15_all.deb


    Run:



    sudo apt-get install samba


    I'm using ubuntu server 16.04.1



    Cheers







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Dec 15 '16 at 11:33









    user.dz

    34.6k1190176




    34.6k1190176










    answered Dec 15 '16 at 11:12









    lkneedleslkneedles

    1




    1













    • Could you edit your post and correct the link.

      – user.dz
      Dec 15 '16 at 11:34



















    • Could you edit your post and correct the link.

      – user.dz
      Dec 15 '16 at 11:34

















    Could you edit your post and correct the link.

    – user.dz
    Dec 15 '16 at 11:34





    Could you edit your post and correct the link.

    – user.dz
    Dec 15 '16 at 11:34











    0














    I solved it by this:



    sudo apt-get install libwbclient0=2:4.3.8+dfsg-0ubuntu1 &&
    sudo apt-get install samba



    Eita!!!






    share|improve this answer




























      0














      I solved it by this:



      sudo apt-get install libwbclient0=2:4.3.8+dfsg-0ubuntu1 &&
      sudo apt-get install samba



      Eita!!!






      share|improve this answer


























        0












        0








        0







        I solved it by this:



        sudo apt-get install libwbclient0=2:4.3.8+dfsg-0ubuntu1 &&
        sudo apt-get install samba



        Eita!!!






        share|improve this answer













        I solved it by this:



        sudo apt-get install libwbclient0=2:4.3.8+dfsg-0ubuntu1 &&
        sudo apt-get install samba



        Eita!!!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 18 '17 at 10:14









        Ruri Mafoko RuriRuri Mafoko Ruri

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f767594%2fsamba-wont-install-because-of-broken-packages%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei