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
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
add a comment |
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
1
No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output ofapt-cache policy simple-scanandapt-cache policy libsane1
– user535733
Jan 9 at 21:26
1
Go down the rabbit hole, and try to installlibsane1. If it fails, please edit your question to show complete output.
– user535733
Jan 9 at 21:57
1
How aboutapt 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
add a comment |
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
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
apt 18.04 package-management dependencies simplescan
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 ofapt-cache policy simple-scanandapt-cache policy libsane1
– user535733
Jan 9 at 21:26
1
Go down the rabbit hole, and try to installlibsane1. If it fails, please edit your question to show complete output.
– user535733
Jan 9 at 21:57
1
How aboutapt 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
add a comment |
1
No, those commands won't help a version conflict ("held broken packages"). Please edit your questions to include the complete output ofapt-cache policy simple-scanandapt-cache policy libsane1
– user535733
Jan 9 at 21:26
1
Go down the rabbit hole, and try to installlibsane1. If it fails, please edit your question to show complete output.
– user535733
Jan 9 at 21:57
1
How aboutapt 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
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered 2 hours ago
snarksnark
19129
19129
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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-scanandapt-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