Unable to install libdrm-dev on 16.04sbackup-gtk not installable from 14.04Can't install libpng-devIssue installing HandBrakeCannot install GDB on Ubuntu 17.10 due to Python dependency issuesI've failed to install the R package, broken packagesUnable to install libopencv-nonfree-dev in Ubuntu 16.04Can't install Steam dependencies on Ubuntu 19.04
Why is dwarfism considered an advantage for jobs in space?
How to ask Firefox to suggest a password when filling out registration form on the web?
Is there any way to write words the same as TeX/LaTeX logo typography?
Roll for Initiative!
When was Newton "not good enough" for spaceflight; first use and first absolute requirement for relativistic corrections?
Why does atmospheric pressure act on us?
How does Google judge page performance if audience is from one specific region & server is also in same region
legal rights of neighbouring property owners
Concept Question for Secure Computation
Who's next to me in the queue?
Positional thinking by Grandmasters
Largest smallest gap
What if I take Necrotic damage more than my hit point total?
Dative of Reference: (D of R)
Is concept of entropy really indispensable? Especially when the concept of potential energy can serve the purpose?
Why do we use cross products in physics?
Can I leave my car sitting outside for about 5 years?
What type of glass fuse is this and what does the spring do?
Why doesn't the road lose its thickness to the tyre?
What is the etymology of the phrase 隴を得て蜀を望む?
Is there a BIOS setting that controls cpu load sharing?
How am I ever going to be able to "vet" 120,000+ lines of Composer PHP code not written by me?
What is required to transfer copyright when purchasing an original work (with out a contract)?
The Newest Cycle
Unable to install libdrm-dev on 16.04
sbackup-gtk not installable from 14.04Can't install libpng-devIssue installing HandBrakeCannot install GDB on Ubuntu 17.10 due to Python dependency issuesI've failed to install the R package, broken packagesUnable to install libopencv-nonfree-dev in Ubuntu 16.04Can't install Steam dependencies on Ubuntu 19.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
When I try to install some graphics-related packages like libdrm-dev, I get strange errors:
$ sudo apt-get install libdrm-dev
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:
libdrm-dev : Depends: libdrm2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-intel1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-radeon1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-nouveau2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
E: Unable to correct problems, you have held broken packages.
If I'm reading this correctly, it looks like libdrm-dev depends on other packages, like libdrm2, but an older version is installed and it requires a newer version. Why is an error being thrown instead of these newer versions being installed? How do I install this package?
I get this error on both Ubuntu 14.04 and 16.04.
14.04 apt 16.04 package-management graphics
add a comment
|
When I try to install some graphics-related packages like libdrm-dev, I get strange errors:
$ sudo apt-get install libdrm-dev
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:
libdrm-dev : Depends: libdrm2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-intel1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-radeon1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-nouveau2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
E: Unable to correct problems, you have held broken packages.
If I'm reading this correctly, it looks like libdrm-dev depends on other packages, like libdrm2, but an older version is installed and it requires a newer version. Why is an error being thrown instead of these newer versions being installed? How do I install this package?
I get this error on both Ubuntu 14.04 and 16.04.
14.04 apt 16.04 package-management graphics
Did you triedsudo apt-get update && sudo apt-get install libdrm-dev?
– Bilal
Sep 16 '16 at 20:26
I think the "libdrm-dev" package was deleted from this repository
– Bilal
Sep 16 '16 at 20:29
add a comment
|
When I try to install some graphics-related packages like libdrm-dev, I get strange errors:
$ sudo apt-get install libdrm-dev
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:
libdrm-dev : Depends: libdrm2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-intel1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-radeon1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-nouveau2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
E: Unable to correct problems, you have held broken packages.
If I'm reading this correctly, it looks like libdrm-dev depends on other packages, like libdrm2, but an older version is installed and it requires a newer version. Why is an error being thrown instead of these newer versions being installed? How do I install this package?
I get this error on both Ubuntu 14.04 and 16.04.
14.04 apt 16.04 package-management graphics
When I try to install some graphics-related packages like libdrm-dev, I get strange errors:
$ sudo apt-get install libdrm-dev
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:
libdrm-dev : Depends: libdrm2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-intel1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-radeon1 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
Depends: libdrm-nouveau2 (= 2.4.67-1ubuntu0.16.04.2) but 2.4.68+git1606141830.625d18~gd~t is to be installed
E: Unable to correct problems, you have held broken packages.
If I'm reading this correctly, it looks like libdrm-dev depends on other packages, like libdrm2, but an older version is installed and it requires a newer version. Why is an error being thrown instead of these newer versions being installed? How do I install this package?
I get this error on both Ubuntu 14.04 and 16.04.
14.04 apt 16.04 package-management graphics
14.04 apt 16.04 package-management graphics
asked Sep 16 '16 at 20:19
CerinCerin
4,70810 gold badges45 silver badges79 bronze badges
4,70810 gold badges45 silver badges79 bronze badges
Did you triedsudo apt-get update && sudo apt-get install libdrm-dev?
– Bilal
Sep 16 '16 at 20:26
I think the "libdrm-dev" package was deleted from this repository
– Bilal
Sep 16 '16 at 20:29
add a comment
|
Did you triedsudo apt-get update && sudo apt-get install libdrm-dev?
– Bilal
Sep 16 '16 at 20:26
I think the "libdrm-dev" package was deleted from this repository
– Bilal
Sep 16 '16 at 20:29
Did you tried
sudo apt-get update && sudo apt-get install libdrm-dev ?– Bilal
Sep 16 '16 at 20:26
Did you tried
sudo apt-get update && sudo apt-get install libdrm-dev ?– Bilal
Sep 16 '16 at 20:26
I think the "libdrm-dev" package was deleted from this repository
– Bilal
Sep 16 '16 at 20:29
I think the "libdrm-dev" package was deleted from this repository
– Bilal
Sep 16 '16 at 20:29
add a comment
|
1 Answer
1
active
oldest
votes
You are using those libdrm* packages from a PPA that doesn't provide the matching -dev packages (probaly ppa:oibaf/graphics-drivers).
Ask the owner of the PPA to provide the missing -dev packages or remove the PPA and downgrade to the official libdrm* packages.
1
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
1
@doug, Yep, that's what happened. The bigger problem was usingapt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.
– Cerin
Sep 17 '16 at 18:02
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/4.0/"u003ecc by-sa 4.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%2f825885%2funable-to-install-libdrm-dev-on-16-04%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
You are using those libdrm* packages from a PPA that doesn't provide the matching -dev packages (probaly ppa:oibaf/graphics-drivers).
Ask the owner of the PPA to provide the missing -dev packages or remove the PPA and downgrade to the official libdrm* packages.
1
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
1
@doug, Yep, that's what happened. The bigger problem was usingapt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.
– Cerin
Sep 17 '16 at 18:02
add a comment
|
You are using those libdrm* packages from a PPA that doesn't provide the matching -dev packages (probaly ppa:oibaf/graphics-drivers).
Ask the owner of the PPA to provide the missing -dev packages or remove the PPA and downgrade to the official libdrm* packages.
1
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
1
@doug, Yep, that's what happened. The bigger problem was usingapt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.
– Cerin
Sep 17 '16 at 18:02
add a comment
|
You are using those libdrm* packages from a PPA that doesn't provide the matching -dev packages (probaly ppa:oibaf/graphics-drivers).
Ask the owner of the PPA to provide the missing -dev packages or remove the PPA and downgrade to the official libdrm* packages.
You are using those libdrm* packages from a PPA that doesn't provide the matching -dev packages (probaly ppa:oibaf/graphics-drivers).
Ask the owner of the PPA to provide the missing -dev packages or remove the PPA and downgrade to the official libdrm* packages.
answered Sep 16 '16 at 20:33
Florian DieschFlorian Diesch
70.1k17 gold badges184 silver badges197 bronze badges
70.1k17 gold badges184 silver badges197 bronze badges
1
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
1
@doug, Yep, that's what happened. The bigger problem was usingapt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.
– Cerin
Sep 17 '16 at 18:02
add a comment
|
1
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
1
@doug, Yep, that's what happened. The bigger problem was usingapt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.
– Cerin
Sep 17 '16 at 18:02
1
1
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
That ppa does provide libdrm-dev for xenial though the current version is advanced from what the Op is showing. Most likely they installed from that ppa then disabled the ppa later. (or haven't updated sources in quite some time, the former is most likely) As far as trusty it would appear the ppa no longer supports & then removed all trusty builds which is unfortunate to those previously using.
– doug
Sep 17 '16 at 3:35
1
1
@doug, Yep, that's what happened. The bigger problem was using
apt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.– Cerin
Sep 17 '16 at 18:02
@doug, Yep, that's what happened. The bigger problem was using
apt-get, which gives you a useless error message. When I used aptitude to install, it explained the real issue and presented me with an option to downgrade, and the install succeeded perfectly.– Cerin
Sep 17 '16 at 18:02
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%2f825885%2funable-to-install-libdrm-dev-on-16-04%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
Did you tried
sudo apt-get update && sudo apt-get install libdrm-dev?– Bilal
Sep 16 '16 at 20:26
I think the "libdrm-dev" package was deleted from this repository
– Bilal
Sep 16 '16 at 20:29