Can't install simple-scan: you have held broken packagesDo I need linux-libc-dev and libc6-dev?dependency error on libc6-amd64 even if it's already installedbroken packages with PgAdmin3 version 1.20 in Ubuntu 14 LTSCan't install libpng-devPackage system is broken (16.04)Cannot install GDB on Ubuntu 17.10 due to Python dependency issuesWhy can't I open the music player?Unable to install postgreSQL 9.6 in Ubuntu 18.04why libpython3.6 is not installing?apt does not want to clear updated packages

Finitely generated matrix groups whose eigenvalues are all algebraic

files created then deleted at every second in tmp directory

Is this draw by repetition?

How to install cross-compiler on Ubuntu 18.04?

Why do I get negative height?

What is the fastest integer factorization to break RSA?

Placement of More Information/Help Icon button for Radio Buttons

Why were 5.25" floppy drives cheaper than 8"?

How seriously should I take size and weight limits of hand luggage?

Standard deduction V. mortgage interest deduction - is it basically only for the rich?

How to remove border from elements in the last row?

Is it a bad idea to plug the other end of ESD strap to wall ground?

Machine learning testing data

How do I exit BASH while loop using modulus operator?

OP Amp not amplifying audio signal

Can someone clarify Hamming's notion of important problems in relation to modern academia?

how do we prove that a sum of two periods is still a period?

Why was Sir Cadogan fired?

How to stretch the corners of this image so that it looks like a perfect rectangle?

Are British MPs missing the point, with these 'Indicative Votes'?

How to show a landlord what we have in savings?

Does Dispel Magic work on Tiny Hut?

Can compressed videos be decoded back to their uncompresed original format?

How can saying a song's name be a copyright violation?



Can't install simple-scan: you have held broken packages


Do I need linux-libc-dev and libc6-dev?dependency error on libc6-amd64 even if it's already installedbroken packages with PgAdmin3 version 1.20 in Ubuntu 14 LTSCan't install libpng-devPackage system is broken (16.04)Cannot install GDB on Ubuntu 17.10 due to Python dependency issuesWhy can't I open the music player?Unable to install postgreSQL 9.6 in Ubuntu 18.04why libpython3.6 is not installing?apt does not want to clear updated packages













1















On ubuntu 18.04, when I run sudo apt install simple-scan I get:



The following packages have unmet dependencies.
simple-scan : Depends: libsane1 (>= 1.0.24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've seen others have had similar problems with broken packages but everything I've tried hasn't worked. Both sudo dpkg --configure -a and dpkg --get-selections | grep hold return nothing. However, sudo apt-get dist-upgrade outputs this, if it helps:



The following packages have been kept back:
colord
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.


I think I had used a PPA for simple-scan in the past but I'm pretty sure I have no PPAs now.



EDIT: In response to user535733's comment:



$ sudo apt-cache policy simple-scan
simple-scan:
Installed: (none)
Candidate: 3.28.0-0ubuntu1
Version table:
3.28.0-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

$ sudo apt-cache policy libsane1
libsane1:
Installed: (none)
Candidate: 1.0.27-1~experimental3ubuntu2
Version table:
1.0.27-1~experimental3ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT: And Organic Marble's comment:



$ sudo apt-cache policy colord
colord:
Installed: 1.2.12-1ubuntu1
Candidate: 1.3.3-2build1
Version table:
1.3.3-2build1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 1.2.12-1ubuntu1 100
100 /var/lib/dpkg/status


EDIT: Attempting to install libsane1 fails with:



$ sudo apt install libsane1
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.
libsane1 : Depends: libsane-common (= 1.0.27-1~experimental3ubuntu2) but 1.0.27+git20180317-xenial0 is to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question



















  • 1





    No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output of apt-cache policy simple-scan and apt-cache policy libsane1

    – user535733
    Jan 9 at 21:26






  • 1





    Go down the rabbit hole, and try to install libsane1. If it fails, please edit your question to show complete output.

    – user535733
    Jan 9 at 21:57






  • 1





    How about apt policy colord?

    – Organic Marble
    Jan 9 at 23:56











  • So, does the additional info I provided help either of you figure out how I can resolve this please?

    – snark
    Jan 17 at 19:42











  • Any ideas please? I've tried using Synaptic too but no joy.

    – snark
    Jan 24 at 20:18















1















On ubuntu 18.04, when I run sudo apt install simple-scan I get:



The following packages have unmet dependencies.
simple-scan : Depends: libsane1 (>= 1.0.24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've seen others have had similar problems with broken packages but everything I've tried hasn't worked. Both sudo dpkg --configure -a and dpkg --get-selections | grep hold return nothing. However, sudo apt-get dist-upgrade outputs this, if it helps:



The following packages have been kept back:
colord
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.


I think I had used a PPA for simple-scan in the past but I'm pretty sure I have no PPAs now.



EDIT: In response to user535733's comment:



$ sudo apt-cache policy simple-scan
simple-scan:
Installed: (none)
Candidate: 3.28.0-0ubuntu1
Version table:
3.28.0-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

$ sudo apt-cache policy libsane1
libsane1:
Installed: (none)
Candidate: 1.0.27-1~experimental3ubuntu2
Version table:
1.0.27-1~experimental3ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT: And Organic Marble's comment:



$ sudo apt-cache policy colord
colord:
Installed: 1.2.12-1ubuntu1
Candidate: 1.3.3-2build1
Version table:
1.3.3-2build1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 1.2.12-1ubuntu1 100
100 /var/lib/dpkg/status


EDIT: Attempting to install libsane1 fails with:



$ sudo apt install libsane1
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.
libsane1 : Depends: libsane-common (= 1.0.27-1~experimental3ubuntu2) but 1.0.27+git20180317-xenial0 is to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question



















  • 1





    No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output of apt-cache policy simple-scan and apt-cache policy libsane1

    – user535733
    Jan 9 at 21:26






  • 1





    Go down the rabbit hole, and try to install libsane1. If it fails, please edit your question to show complete output.

    – user535733
    Jan 9 at 21:57






  • 1





    How about apt policy colord?

    – Organic Marble
    Jan 9 at 23:56











  • So, does the additional info I provided help either of you figure out how I can resolve this please?

    – snark
    Jan 17 at 19:42











  • Any ideas please? I've tried using Synaptic too but no joy.

    – snark
    Jan 24 at 20:18













1












1








1


1






On ubuntu 18.04, when I run sudo apt install simple-scan I get:



The following packages have unmet dependencies.
simple-scan : Depends: libsane1 (>= 1.0.24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've seen others have had similar problems with broken packages but everything I've tried hasn't worked. Both sudo dpkg --configure -a and dpkg --get-selections | grep hold return nothing. However, sudo apt-get dist-upgrade outputs this, if it helps:



The following packages have been kept back:
colord
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.


I think I had used a PPA for simple-scan in the past but I'm pretty sure I have no PPAs now.



EDIT: In response to user535733's comment:



$ sudo apt-cache policy simple-scan
simple-scan:
Installed: (none)
Candidate: 3.28.0-0ubuntu1
Version table:
3.28.0-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

$ sudo apt-cache policy libsane1
libsane1:
Installed: (none)
Candidate: 1.0.27-1~experimental3ubuntu2
Version table:
1.0.27-1~experimental3ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT: And Organic Marble's comment:



$ sudo apt-cache policy colord
colord:
Installed: 1.2.12-1ubuntu1
Candidate: 1.3.3-2build1
Version table:
1.3.3-2build1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 1.2.12-1ubuntu1 100
100 /var/lib/dpkg/status


EDIT: Attempting to install libsane1 fails with:



$ sudo apt install libsane1
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.
libsane1 : Depends: libsane-common (= 1.0.27-1~experimental3ubuntu2) but 1.0.27+git20180317-xenial0 is to be installed
E: Unable to correct problems, you have held broken packages.









share|improve this question
















On ubuntu 18.04, when I run sudo apt install simple-scan I get:



The following packages have unmet dependencies.
simple-scan : Depends: libsane1 (>= 1.0.24) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I've seen others have had similar problems with broken packages but everything I've tried hasn't worked. Both sudo dpkg --configure -a and dpkg --get-selections | grep hold return nothing. However, sudo apt-get dist-upgrade outputs this, if it helps:



The following packages have been kept back:
colord
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.


I think I had used a PPA for simple-scan in the past but I'm pretty sure I have no PPAs now.



EDIT: In response to user535733's comment:



$ sudo apt-cache policy simple-scan
simple-scan:
Installed: (none)
Candidate: 3.28.0-0ubuntu1
Version table:
3.28.0-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

$ sudo apt-cache policy libsane1
libsane1:
Installed: (none)
Candidate: 1.0.27-1~experimental3ubuntu2
Version table:
1.0.27-1~experimental3ubuntu2 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


EDIT: And Organic Marble's comment:



$ sudo apt-cache policy colord
colord:
Installed: 1.2.12-1ubuntu1
Candidate: 1.3.3-2build1
Version table:
1.3.3-2build1 500
500 http://gb.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
*** 1.2.12-1ubuntu1 100
100 /var/lib/dpkg/status


EDIT: Attempting to install libsane1 fails with:



$ sudo apt install libsane1
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.
libsane1 : Depends: libsane-common (= 1.0.27-1~experimental3ubuntu2) but 1.0.27+git20180317-xenial0 is to be installed
E: Unable to correct problems, you have held broken packages.






apt 18.04 package-management dependencies simplescan






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 10 at 21:19







snark

















asked Jan 9 at 21:08









snarksnark

19129




19129







  • 1





    No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output of apt-cache policy simple-scan and apt-cache policy libsane1

    – user535733
    Jan 9 at 21:26






  • 1





    Go down the rabbit hole, and try to install libsane1. If it fails, please edit your question to show complete output.

    – user535733
    Jan 9 at 21:57






  • 1





    How about apt policy colord?

    – Organic Marble
    Jan 9 at 23:56











  • So, does the additional info I provided help either of you figure out how I can resolve this please?

    – snark
    Jan 17 at 19:42











  • Any ideas please? I've tried using Synaptic too but no joy.

    – snark
    Jan 24 at 20:18












  • 1





    No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output of apt-cache policy simple-scan and apt-cache policy libsane1

    – user535733
    Jan 9 at 21:26






  • 1





    Go down the rabbit hole, and try to install libsane1. If it fails, please edit your question to show complete output.

    – user535733
    Jan 9 at 21:57






  • 1





    How about apt policy colord?

    – Organic Marble
    Jan 9 at 23:56











  • So, does the additional info I provided help either of you figure out how I can resolve this please?

    – snark
    Jan 17 at 19:42











  • Any ideas please? I've tried using Synaptic too but no joy.

    – snark
    Jan 24 at 20:18







1




1





No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output of apt-cache policy simple-scan and apt-cache policy libsane1

– user535733
Jan 9 at 21:26





No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output of apt-cache policy simple-scan and apt-cache policy libsane1

– user535733
Jan 9 at 21:26




1




1





Go down the rabbit hole, and try to install libsane1. If it fails, please edit your question to show complete output.

– user535733
Jan 9 at 21:57





Go down the rabbit hole, and try to install libsane1. If it fails, please edit your question to show complete output.

– user535733
Jan 9 at 21:57




1




1





How about apt policy colord?

– Organic Marble
Jan 9 at 23:56





How about apt policy colord?

– Organic Marble
Jan 9 at 23:56













So, does the additional info I provided help either of you figure out how I can resolve this please?

– snark
Jan 17 at 19:42





So, does the additional info I provided help either of you figure out how I can resolve this please?

– snark
Jan 17 at 19:42













Any ideas please? I've tried using Synaptic too but no joy.

– snark
Jan 24 at 20:18





Any ideas please? I've tried using Synaptic too but no joy.

– snark
Jan 24 at 20:18










1 Answer
1






active

oldest

votes


















1














In the end I raised this 'bug' and Sebastien Bacher gave me the answer. Because of an old PPA I had ended up with versions from 1.0.27-1~experimental3ubuntu2 rather than proper ubuntu packages. To restore the ubuntu ones I did:



sudo apt-get install libsane1/bionic libsane-common/bionic sane-utils/bionic



Then I was able to install both gnome-control-center (for Settings, which also depended on colord) and also simple-scan successfully with:



sudo apt install gnome-control-center
sudo apt install simple-scan





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%2f1108407%2fcant-install-simple-scan-you-have-held-broken-packages%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









    1














    In the end I raised this 'bug' and Sebastien Bacher gave me the answer. Because of an old PPA I had ended up with versions from 1.0.27-1~experimental3ubuntu2 rather than proper ubuntu packages. To restore the ubuntu ones I did:



    sudo apt-get install libsane1/bionic libsane-common/bionic sane-utils/bionic



    Then I was able to install both gnome-control-center (for Settings, which also depended on colord) and also simple-scan successfully with:



    sudo apt install gnome-control-center
    sudo apt install simple-scan





    share|improve this answer



























      1














      In the end I raised this 'bug' and Sebastien Bacher gave me the answer. Because of an old PPA I had ended up with versions from 1.0.27-1~experimental3ubuntu2 rather than proper ubuntu packages. To restore the ubuntu ones I did:



      sudo apt-get install libsane1/bionic libsane-common/bionic sane-utils/bionic



      Then I was able to install both gnome-control-center (for Settings, which also depended on colord) and also simple-scan successfully with:



      sudo apt install gnome-control-center
      sudo apt install simple-scan





      share|improve this answer

























        1












        1








        1







        In the end I raised this 'bug' and Sebastien Bacher gave me the answer. Because of an old PPA I had ended up with versions from 1.0.27-1~experimental3ubuntu2 rather than proper ubuntu packages. To restore the ubuntu ones I did:



        sudo apt-get install libsane1/bionic libsane-common/bionic sane-utils/bionic



        Then I was able to install both gnome-control-center (for Settings, which also depended on colord) and also simple-scan successfully with:



        sudo apt install gnome-control-center
        sudo apt install simple-scan





        share|improve this answer













        In the end I raised this 'bug' and Sebastien Bacher gave me the answer. Because of an old PPA I had ended up with versions from 1.0.27-1~experimental3ubuntu2 rather than proper ubuntu packages. To restore the ubuntu ones I did:



        sudo apt-get install libsane1/bionic libsane-common/bionic sane-utils/bionic



        Then I was able to install both gnome-control-center (for Settings, which also depended on colord) and also simple-scan successfully with:



        sudo apt install gnome-control-center
        sudo apt install simple-scan






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 hours ago









        snarksnark

        19129




        19129



























            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%2f1108407%2fcant-install-simple-scan-you-have-held-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

            Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

            fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

            Where is the suspend/hibernate button in GNOME Shell? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)No suspend option in UI on Bionic BeaverHow can I set sleep mode in ubuntu18.04 LTS and what is the short cut key to do so?17.10 suspend not availableUbuntu 18.04 LTS missing sleep optionUbuntu 18.04 LTS - missing suspend option when power button is pressedHow to put Thinkpad X1 Extreme to sleep in Ubuntu 18.10?Suspend Button in interactive power button menu18.04 - Keep programs running after logging outway to disable Hibernate from within gconf-editor so button disappears?How can I hibernate from GNOME Shell?How can I hibernate/suspend from the command line and do so at a specific timeNo permission to suspend/hibernate after upgrading to 12.10MATE - Missing Suspend and Hibernate buttons, pressing power button shutdowns system immediatelyUbuntu 14.04: Suspend, Hibernate and Suspend-hybrid in the menu?Change “power-button-action” comand for “hibernate” option in GNOME 3.18Shutdown / Power off button does always go to suspend on 17.10Hibernate after suspend stopped working in 17.10Why doesn't the keyboard screenshot button work on Ubuntu with GNOME shell?