How do I fix my Intel Graphics Update Tool?
Multi tool use
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm running Ubuntu 16.04 on my laptop, and it has an Intel graphics card. I realized my drivers were out of date, so I went to https://01.org/linuxgraphics/ and downloaded intel-graphics-update-tool_2.0.2_amd64.deb
and installed it via dpkg
. When I run the tool however, it works fine until it comes to the point where it installs the updates. It gives this error:
Error running transaction:
GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-
failed: The following packages have unmet dependencies:
libgles1-mesa: Depends: libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1) but
17.0.7-0ubuntu0.16.04.1 is to be installed
I checked, and I do have the latest version of libglapi-mesa
. Version 17.0.7-0ubuntu0.16.04.1
What do I do about this?
16.04 drivers updates graphics intel-graphics
|
show 1 more comment
I'm running Ubuntu 16.04 on my laptop, and it has an Intel graphics card. I realized my drivers were out of date, so I went to https://01.org/linuxgraphics/ and downloaded intel-graphics-update-tool_2.0.2_amd64.deb
and installed it via dpkg
. When I run the tool however, it works fine until it comes to the point where it installs the updates. It gives this error:
Error running transaction:
GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-
failed: The following packages have unmet dependencies:
libgles1-mesa: Depends: libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1) but
17.0.7-0ubuntu0.16.04.1 is to be installed
I checked, and I do have the latest version of libglapi-mesa
. Version 17.0.7-0ubuntu0.16.04.1
What do I do about this?
16.04 drivers updates graphics intel-graphics
Did you follow the instructions about signatures? Please edit and post the results ofsudo apt update
.
– user692175
Sep 19 '17 at 15:49
@MichaelBay no I didn't. What instructions?
– Curtice Gough
Sep 19 '17 at 15:50
The instructions in the downloads page: Signatures - Ubuntu* (01.org/linuxgraphics/downloads/…)
– user692175
Sep 19 '17 at 15:51
@MichaelBay I just followed the instructions and added the GPG key, but I still get the same error when the update tool is run.
– Curtice Gough
Sep 19 '17 at 15:57
Check the answer. Please note it only corrects the error induced by the incorrect use of the Intel tool. It doesn't correct other software source errors you may have had previously. And once added (the keys) you don't need to run the tool again, just update the system. The tool is just a fancy GUI that, in the background, adds the PPA (- key) and runs sudo apt update / upgrade. That's ALL it does and generally you don't need it because all Intel provides are minor updates. If any relevant update is needed it will be added to the official Ubuntu repositories.
– user692175
Sep 19 '17 at 16:08
|
show 1 more comment
I'm running Ubuntu 16.04 on my laptop, and it has an Intel graphics card. I realized my drivers were out of date, so I went to https://01.org/linuxgraphics/ and downloaded intel-graphics-update-tool_2.0.2_amd64.deb
and installed it via dpkg
. When I run the tool however, it works fine until it comes to the point where it installs the updates. It gives this error:
Error running transaction:
GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-
failed: The following packages have unmet dependencies:
libgles1-mesa: Depends: libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1) but
17.0.7-0ubuntu0.16.04.1 is to be installed
I checked, and I do have the latest version of libglapi-mesa
. Version 17.0.7-0ubuntu0.16.04.1
What do I do about this?
16.04 drivers updates graphics intel-graphics
I'm running Ubuntu 16.04 on my laptop, and it has an Intel graphics card. I realized my drivers were out of date, so I went to https://01.org/linuxgraphics/ and downloaded intel-graphics-update-tool_2.0.2_amd64.deb
and installed it via dpkg
. When I run the tool however, it works fine until it comes to the point where it installs the updates. It gives this error:
Error running transaction:
GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-
failed: The following packages have unmet dependencies:
libgles1-mesa: Depends: libglapi-mesa (= 12.0.6-0ubuntu0.16.04.1) but
17.0.7-0ubuntu0.16.04.1 is to be installed
I checked, and I do have the latest version of libglapi-mesa
. Version 17.0.7-0ubuntu0.16.04.1
What do I do about this?
16.04 drivers updates graphics intel-graphics
16.04 drivers updates graphics intel-graphics
asked Sep 19 '17 at 15:43
Curtice GoughCurtice Gough
1492622
1492622
Did you follow the instructions about signatures? Please edit and post the results ofsudo apt update
.
– user692175
Sep 19 '17 at 15:49
@MichaelBay no I didn't. What instructions?
– Curtice Gough
Sep 19 '17 at 15:50
The instructions in the downloads page: Signatures - Ubuntu* (01.org/linuxgraphics/downloads/…)
– user692175
Sep 19 '17 at 15:51
@MichaelBay I just followed the instructions and added the GPG key, but I still get the same error when the update tool is run.
– Curtice Gough
Sep 19 '17 at 15:57
Check the answer. Please note it only corrects the error induced by the incorrect use of the Intel tool. It doesn't correct other software source errors you may have had previously. And once added (the keys) you don't need to run the tool again, just update the system. The tool is just a fancy GUI that, in the background, adds the PPA (- key) and runs sudo apt update / upgrade. That's ALL it does and generally you don't need it because all Intel provides are minor updates. If any relevant update is needed it will be added to the official Ubuntu repositories.
– user692175
Sep 19 '17 at 16:08
|
show 1 more comment
Did you follow the instructions about signatures? Please edit and post the results ofsudo apt update
.
– user692175
Sep 19 '17 at 15:49
@MichaelBay no I didn't. What instructions?
– Curtice Gough
Sep 19 '17 at 15:50
The instructions in the downloads page: Signatures - Ubuntu* (01.org/linuxgraphics/downloads/…)
– user692175
Sep 19 '17 at 15:51
@MichaelBay I just followed the instructions and added the GPG key, but I still get the same error when the update tool is run.
– Curtice Gough
Sep 19 '17 at 15:57
Check the answer. Please note it only corrects the error induced by the incorrect use of the Intel tool. It doesn't correct other software source errors you may have had previously. And once added (the keys) you don't need to run the tool again, just update the system. The tool is just a fancy GUI that, in the background, adds the PPA (- key) and runs sudo apt update / upgrade. That's ALL it does and generally you don't need it because all Intel provides are minor updates. If any relevant update is needed it will be added to the official Ubuntu repositories.
– user692175
Sep 19 '17 at 16:08
Did you follow the instructions about signatures? Please edit and post the results of
sudo apt update
.– user692175
Sep 19 '17 at 15:49
Did you follow the instructions about signatures? Please edit and post the results of
sudo apt update
.– user692175
Sep 19 '17 at 15:49
@MichaelBay no I didn't. What instructions?
– Curtice Gough
Sep 19 '17 at 15:50
@MichaelBay no I didn't. What instructions?
– Curtice Gough
Sep 19 '17 at 15:50
The instructions in the downloads page: Signatures - Ubuntu* (01.org/linuxgraphics/downloads/…)
– user692175
Sep 19 '17 at 15:51
The instructions in the downloads page: Signatures - Ubuntu* (01.org/linuxgraphics/downloads/…)
– user692175
Sep 19 '17 at 15:51
@MichaelBay I just followed the instructions and added the GPG key, but I still get the same error when the update tool is run.
– Curtice Gough
Sep 19 '17 at 15:57
@MichaelBay I just followed the instructions and added the GPG key, but I still get the same error when the update tool is run.
– Curtice Gough
Sep 19 '17 at 15:57
Check the answer. Please note it only corrects the error induced by the incorrect use of the Intel tool. It doesn't correct other software source errors you may have had previously. And once added (the keys) you don't need to run the tool again, just update the system. The tool is just a fancy GUI that, in the background, adds the PPA (- key) and runs sudo apt update / upgrade. That's ALL it does and generally you don't need it because all Intel provides are minor updates. If any relevant update is needed it will be added to the official Ubuntu repositories.
– user692175
Sep 19 '17 at 16:08
Check the answer. Please note it only corrects the error induced by the incorrect use of the Intel tool. It doesn't correct other software source errors you may have had previously. And once added (the keys) you don't need to run the tool again, just update the system. The tool is just a fancy GUI that, in the background, adds the PPA (- key) and runs sudo apt update / upgrade. That's ALL it does and generally you don't need it because all Intel provides are minor updates. If any relevant update is needed it will be added to the official Ubuntu repositories.
– user692175
Sep 19 '17 at 16:08
|
show 1 more comment
1 Answer
1
active
oldest
votes
The Intel® Graphics Update Tool adds the Intel's PPA. As mentioned here, in order to "trust" the Intel® Graphics Update Tool for Linux OS, you will need to add keys to Ubuntu's software package manager ("apt"). Ideally this should be done before running for the first time or upgrading from an earlier release. But can be done now and should work for the purpose if there are no other issues with your software sources.
In terminal please run the following commands:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - |
sudo apt-key add -
Then the app itself is no longer needed. Do a full update and the new versions, if any, will be downloaded and installed:
sudo apt update
sudo apt full-upgrade
Thanks! That works great. Except for one thing. What does this mean?W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
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%2f957391%2fhow-do-i-fix-my-intel-graphics-update-tool%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
The Intel® Graphics Update Tool adds the Intel's PPA. As mentioned here, in order to "trust" the Intel® Graphics Update Tool for Linux OS, you will need to add keys to Ubuntu's software package manager ("apt"). Ideally this should be done before running for the first time or upgrading from an earlier release. But can be done now and should work for the purpose if there are no other issues with your software sources.
In terminal please run the following commands:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - |
sudo apt-key add -
Then the app itself is no longer needed. Do a full update and the new versions, if any, will be downloaded and installed:
sudo apt update
sudo apt full-upgrade
Thanks! That works great. Except for one thing. What does this mean?W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
add a comment |
The Intel® Graphics Update Tool adds the Intel's PPA. As mentioned here, in order to "trust" the Intel® Graphics Update Tool for Linux OS, you will need to add keys to Ubuntu's software package manager ("apt"). Ideally this should be done before running for the first time or upgrading from an earlier release. But can be done now and should work for the purpose if there are no other issues with your software sources.
In terminal please run the following commands:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - |
sudo apt-key add -
Then the app itself is no longer needed. Do a full update and the new versions, if any, will be downloaded and installed:
sudo apt update
sudo apt full-upgrade
Thanks! That works great. Except for one thing. What does this mean?W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
add a comment |
The Intel® Graphics Update Tool adds the Intel's PPA. As mentioned here, in order to "trust" the Intel® Graphics Update Tool for Linux OS, you will need to add keys to Ubuntu's software package manager ("apt"). Ideally this should be done before running for the first time or upgrading from an earlier release. But can be done now and should work for the purpose if there are no other issues with your software sources.
In terminal please run the following commands:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - |
sudo apt-key add -
Then the app itself is no longer needed. Do a full update and the new versions, if any, will be downloaded and installed:
sudo apt update
sudo apt full-upgrade
The Intel® Graphics Update Tool adds the Intel's PPA. As mentioned here, in order to "trust" the Intel® Graphics Update Tool for Linux OS, you will need to add keys to Ubuntu's software package manager ("apt"). Ideally this should be done before running for the first time or upgrading from an earlier release. But can be done now and should work for the purpose if there are no other issues with your software sources.
In terminal please run the following commands:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - |
sudo apt-key add -
Then the app itself is no longer needed. Do a full update and the new versions, if any, will be downloaded and installed:
sudo apt update
sudo apt full-upgrade
answered Sep 19 '17 at 16:01
user692175
Thanks! That works great. Except for one thing. What does this mean?W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
add a comment |
Thanks! That works great. Except for one thing. What does this mean?W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
Thanks! That works great. Except for one thing. What does this mean?
W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
Thanks! That works great. Except for one thing. What does this mean?
W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
– Curtice Gough
Sep 19 '17 at 16:07
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
It means exactly what it says and it's not a big deal (it doesn't prevent the update) and nothing that can be "solved" from the users side. Some time ago, Debian/Ubuntu started strongly recommending the use of stronger algorithms but many third party repositories "didn't get the memo" (or did and ignored it). Only the maintainers (Intel in this case) can improve it.
– user692175
Sep 19 '17 at 16:13
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%2f957391%2fhow-do-i-fix-my-intel-graphics-update-tool%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
n iQhekb,eHU cFmeLW1c L3Hi8cnR1gtjDWN9yWQYO8fhIPfmtF,3Xp0 SIqz6q9igNytdRppqgPL W
Did you follow the instructions about signatures? Please edit and post the results of
sudo apt update
.– user692175
Sep 19 '17 at 15:49
@MichaelBay no I didn't. What instructions?
– Curtice Gough
Sep 19 '17 at 15:50
The instructions in the downloads page: Signatures - Ubuntu* (01.org/linuxgraphics/downloads/…)
– user692175
Sep 19 '17 at 15:51
@MichaelBay I just followed the instructions and added the GPG key, but I still get the same error when the update tool is run.
– Curtice Gough
Sep 19 '17 at 15:57
Check the answer. Please note it only corrects the error induced by the incorrect use of the Intel tool. It doesn't correct other software source errors you may have had previously. And once added (the keys) you don't need to run the tool again, just update the system. The tool is just a fancy GUI that, in the background, adds the PPA (- key) and runs sudo apt update / upgrade. That's ALL it does and generally you don't need it because all Intel provides are minor updates. If any relevant update is needed it will be added to the official Ubuntu repositories.
– user692175
Sep 19 '17 at 16:08