E: Broken packages from Depends: python3 (>= 3.6.6-1~)












0














I tried to update/upgrade my apt and I get the error from python3 depends.



When I Update/Upgrade:



praz@abuahmed:~$ APTGET
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:3 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease
Hit:4 https://desktop-download.mendeley.com/download/apt stable InRelease
Hit:5 http://id.archive.ubuntu.com/ubuntu bionic InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]
Get:8 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:9 http://id.archive.ubuntu.com/ubuntu bionic-proposed InRelease
Fetched 172 kB in 3s (52,7 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
python3-distutils python3-gdbm python3-lib2to3
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


When I Upgrade that packages:



praz@abuahmed:~$ sudo apt-get upgrade python3-distutils python3-gdbm python3-lib2to3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
python3-distutils : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-gdbm : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-lib2to3 : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
E: Broken packages


When I checked my apt policy



praz@abuahmed:~$ sudo apt-cache policy python3-distutils python3-gdbm python3-lib2to3
python3-distutils:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status
python3-gdbm:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
python3-lib2to3:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status


I tried to fix it using Synaptic using Mark All Upgrades && Edit+Fix Broken Packages && Reload that will showed a list apt upgradable on status section and tried Mark For Upgrade at every packages to need upgradable but I didn't get the option to solved that.










share|improve this question




















  • 1




    Looks like version conflicts caused by the bionic-proposed repository. Disable that repo, run a fresh apt update (because your sources changed), then try apt upgrade again.
    – user535733
    Oct 25 at 12:30












  • @user535733 solved thanks
    – abu-ahmed al-khatiri
    Oct 25 at 12:36
















0














I tried to update/upgrade my apt and I get the error from python3 depends.



When I Update/Upgrade:



praz@abuahmed:~$ APTGET
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:3 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease
Hit:4 https://desktop-download.mendeley.com/download/apt stable InRelease
Hit:5 http://id.archive.ubuntu.com/ubuntu bionic InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]
Get:8 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:9 http://id.archive.ubuntu.com/ubuntu bionic-proposed InRelease
Fetched 172 kB in 3s (52,7 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
python3-distutils python3-gdbm python3-lib2to3
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


When I Upgrade that packages:



praz@abuahmed:~$ sudo apt-get upgrade python3-distutils python3-gdbm python3-lib2to3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
python3-distutils : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-gdbm : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-lib2to3 : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
E: Broken packages


When I checked my apt policy



praz@abuahmed:~$ sudo apt-cache policy python3-distutils python3-gdbm python3-lib2to3
python3-distutils:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status
python3-gdbm:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
python3-lib2to3:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status


I tried to fix it using Synaptic using Mark All Upgrades && Edit+Fix Broken Packages && Reload that will showed a list apt upgradable on status section and tried Mark For Upgrade at every packages to need upgradable but I didn't get the option to solved that.










share|improve this question




















  • 1




    Looks like version conflicts caused by the bionic-proposed repository. Disable that repo, run a fresh apt update (because your sources changed), then try apt upgrade again.
    – user535733
    Oct 25 at 12:30












  • @user535733 solved thanks
    – abu-ahmed al-khatiri
    Oct 25 at 12:36














0












0








0







I tried to update/upgrade my apt and I get the error from python3 depends.



When I Update/Upgrade:



praz@abuahmed:~$ APTGET
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:3 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease
Hit:4 https://desktop-download.mendeley.com/download/apt stable InRelease
Hit:5 http://id.archive.ubuntu.com/ubuntu bionic InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]
Get:8 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:9 http://id.archive.ubuntu.com/ubuntu bionic-proposed InRelease
Fetched 172 kB in 3s (52,7 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
python3-distutils python3-gdbm python3-lib2to3
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


When I Upgrade that packages:



praz@abuahmed:~$ sudo apt-get upgrade python3-distutils python3-gdbm python3-lib2to3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
python3-distutils : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-gdbm : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-lib2to3 : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
E: Broken packages


When I checked my apt policy



praz@abuahmed:~$ sudo apt-cache policy python3-distutils python3-gdbm python3-lib2to3
python3-distutils:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status
python3-gdbm:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
python3-lib2to3:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status


I tried to fix it using Synaptic using Mark All Upgrades && Edit+Fix Broken Packages && Reload that will showed a list apt upgradable on status section and tried Mark For Upgrade at every packages to need upgradable but I didn't get the option to solved that.










share|improve this question















I tried to update/upgrade my apt and I get the error from python3 depends.



When I Update/Upgrade:



praz@abuahmed:~$ APTGET
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Hit:3 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease
Hit:4 https://desktop-download.mendeley.com/download/apt stable InRelease
Hit:5 http://id.archive.ubuntu.com/ubuntu bionic InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]
Get:8 http://id.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Hit:9 http://id.archive.ubuntu.com/ubuntu bionic-proposed InRelease
Fetched 172 kB in 3s (52,7 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
python3-distutils python3-gdbm python3-lib2to3
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.


When I Upgrade that packages:



praz@abuahmed:~$ sudo apt-get upgrade python3-distutils python3-gdbm python3-lib2to3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
python3-distutils : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-gdbm : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
python3-lib2to3 : Depends: python3 (>= 3.6.6-1~) but 3.6.5-3ubuntu1 is to be installed
E: Broken packages


When I checked my apt policy



praz@abuahmed:~$ sudo apt-cache policy python3-distutils python3-gdbm python3-lib2to3
python3-distutils:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status
python3-gdbm:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
100 /var/lib/dpkg/status
python3-lib2to3:
Installed: 3.6.5-3
Candidate: 3.6.7-1~18.04
Version table:
3.6.7-1~18.04 500
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic-proposed/main i386 Packages
*** 3.6.5-3 500
500 http://id.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://id.archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status


I tried to fix it using Synaptic using Mark All Upgrades && Edit+Fix Broken Packages && Reload that will showed a list apt upgradable on status section and tried Mark For Upgrade at every packages to need upgradable but I didn't get the option to solved that.







apt package-management upgrade 18.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 21 at 13:24









Sourav Ghosh

33529




33529










asked Oct 25 at 10:43









abu-ahmed al-khatiri

89615




89615








  • 1




    Looks like version conflicts caused by the bionic-proposed repository. Disable that repo, run a fresh apt update (because your sources changed), then try apt upgrade again.
    – user535733
    Oct 25 at 12:30












  • @user535733 solved thanks
    – abu-ahmed al-khatiri
    Oct 25 at 12:36














  • 1




    Looks like version conflicts caused by the bionic-proposed repository. Disable that repo, run a fresh apt update (because your sources changed), then try apt upgrade again.
    – user535733
    Oct 25 at 12:30












  • @user535733 solved thanks
    – abu-ahmed al-khatiri
    Oct 25 at 12:36








1




1




Looks like version conflicts caused by the bionic-proposed repository. Disable that repo, run a fresh apt update (because your sources changed), then try apt upgrade again.
– user535733
Oct 25 at 12:30






Looks like version conflicts caused by the bionic-proposed repository. Disable that repo, run a fresh apt update (because your sources changed), then try apt upgrade again.
– user535733
Oct 25 at 12:30














@user535733 solved thanks
– abu-ahmed al-khatiri
Oct 25 at 12:36




@user535733 solved thanks
– abu-ahmed al-khatiri
Oct 25 at 12:36










1 Answer
1






active

oldest

votes


















0














@user535733 is right, the three packages from python3 depends had conflicted, between:



 python3-distutils=3.6.7-1~ from bionic-proposed/main repository
python3-gdbm=3.6.7-1~ from bionic-proposed/main repository
python3-lib2to3=3.6.7-1~ from bionic-proposed/main repository


and



 python3-distutils=3.6.5-3~ from bionic/main repository
python3-gdbm=3.6.5-3~ from bionic/main repository
python3-lib2to3=3.6.5-3~ from bionic/main repository


that's fixed with disable bionic-proposed repository using add # in



#deb http://id.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted main multiverse.





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%2f1087083%2fe-broken-packages-from-depends-python3-3-6-6-1%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    @user535733 is right, the three packages from python3 depends had conflicted, between:



     python3-distutils=3.6.7-1~ from bionic-proposed/main repository
    python3-gdbm=3.6.7-1~ from bionic-proposed/main repository
    python3-lib2to3=3.6.7-1~ from bionic-proposed/main repository


    and



     python3-distutils=3.6.5-3~ from bionic/main repository
    python3-gdbm=3.6.5-3~ from bionic/main repository
    python3-lib2to3=3.6.5-3~ from bionic/main repository


    that's fixed with disable bionic-proposed repository using add # in



    #deb http://id.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted main multiverse.





    share|improve this answer




























      0














      @user535733 is right, the three packages from python3 depends had conflicted, between:



       python3-distutils=3.6.7-1~ from bionic-proposed/main repository
      python3-gdbm=3.6.7-1~ from bionic-proposed/main repository
      python3-lib2to3=3.6.7-1~ from bionic-proposed/main repository


      and



       python3-distutils=3.6.5-3~ from bionic/main repository
      python3-gdbm=3.6.5-3~ from bionic/main repository
      python3-lib2to3=3.6.5-3~ from bionic/main repository


      that's fixed with disable bionic-proposed repository using add # in



      #deb http://id.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted main multiverse.





      share|improve this answer


























        0












        0








        0






        @user535733 is right, the three packages from python3 depends had conflicted, between:



         python3-distutils=3.6.7-1~ from bionic-proposed/main repository
        python3-gdbm=3.6.7-1~ from bionic-proposed/main repository
        python3-lib2to3=3.6.7-1~ from bionic-proposed/main repository


        and



         python3-distutils=3.6.5-3~ from bionic/main repository
        python3-gdbm=3.6.5-3~ from bionic/main repository
        python3-lib2to3=3.6.5-3~ from bionic/main repository


        that's fixed with disable bionic-proposed repository using add # in



        #deb http://id.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted main multiverse.





        share|improve this answer














        @user535733 is right, the three packages from python3 depends had conflicted, between:



         python3-distutils=3.6.7-1~ from bionic-proposed/main repository
        python3-gdbm=3.6.7-1~ from bionic-proposed/main repository
        python3-lib2to3=3.6.7-1~ from bionic-proposed/main repository


        and



         python3-distutils=3.6.5-3~ from bionic/main repository
        python3-gdbm=3.6.5-3~ from bionic/main repository
        python3-lib2to3=3.6.5-3~ from bionic/main repository


        that's fixed with disable bionic-proposed repository using add # in



        #deb http://id.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted main multiverse.






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 21 at 13:25









        Sourav Ghosh

        33529




        33529










        answered Oct 25 at 13:12









        abu-ahmed al-khatiri

        89615




        89615






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f1087083%2fe-broken-packages-from-depends-python3-3-6-6-1%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

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局