- About
- Documentation
- Hardware Specification - PRMs
- 2019-2020 Intel(r) processors based Comet Lake platform
- 2018-2019 Intel(r) processors based Whiskey Lake platform
- 2017-2019 Intel(r) processors based on Amber Lake platform
- 2017-2019 Intel(r) processors based on Coffee Lake platform
- 2019 Intel(r) processors based on Ice Lake platform
- 2016 Intel(r) processors based Kaby Lake platform
- 2015-2016 Intel Processors based on Skylake Platform
- 2014-2015 Intel Processors based on Cherry Trail / Braswell Platform
- 2014-2015 Intel Processors based on Broadwell Platform
- 2013 Intel Core Processor Family
- 2012 Intel Core Processor Family
- 2011 Intel Core Processor Family
- 2010 Intel Core Processor Family
- Intel® G45 Express Chipset
- Intel® 965 Express Chipset Family and Intel® G35 Express Chipset Graphics Controller PRM
- Code Documentation
- Source Code
- 2014 Intel Processors based on the Bay Trail Platform
- Build Guide
- Bugs and Debugging
- Intel® Integrated Graphics Device - OpRegion Specification
- Archived documentation
- Hardware Specification - PRMs
- Downloads
- Blogs and news
- Community
- Support
New Ubuntu 16.04 packages use unknown key (again)
59 posts / 0 new
I never experienced before that I had to manually add a key for an installed package. So this looks like a workaround to me. Can't this be done automatically when installing the deb?
You could do this thing, but think about it: It would make no sense. If the verifying key is part of the package, then _any_ package can supply a key, and the verification means nothing. You, as the user, have to decide you trust a key. That's how public key cryptography works. And you haven't had to install a key before because you've either been installing unsigned packaged, or you've been installing packages from the distribution itself (which comes pre-seeded with the official distribiution keys).
So no - it's not a workaround. It's how public key cryptography in general (and package signing in particular) works.
And no - the key can't be part of the package - that would make the package signature meaningless.
I have installed Chrome, Google Talk Plugin and Opera via a .deb package for example. Might be true that they are not signed.
Same problem. tried the above, didn't help.
W: GPG error: https://download.01.org/gfx/ubuntu/16.04/main wily InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2CC2A1B90A3B3268
W: The repository 'https://download.01.org/gfx/ubuntu/16.04/main wily InRelease' is not signed.
Please advise
Thank you
I am having this error on Ubuntu 16.04 myself.
I even posted about this on askubuntu, yet there is no conclusive answer to the package problem. http://askubuntu.com/questions/836069/intel-graphics-update-tool-for-lin...
Is there any fix coming? I need to be able to run the tools on my new Ubuntu!
Is anyone here? We need a solution to this thing!
Have you tried installing the key as instructed here: https://01.org/linuxgraphics/downloads/intel-graphics-update-tool-linux-os-v2.0.2 ?
When I run "sudo apt-get update", the following error appears:
Ign:21 http://ppa.launchpad.net/upubuntu-com/ppa/ubuntu xenial/main DEP-11 64x64 Icons
Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/upubuntu-com/ppa/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
E: Failed to fetch http://ppa.launchpad.net/upubuntu-com/ppa/ubuntu/dists/xenial/main/binar... 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Same error as I get when I run the packge tool. There is a huge problem here with your key, nothing else so far. It prevents us from moving forward.
1) I added this exact command: wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O - | sudo apt-key add -
This worked.
2) I run the Ubuntu Intel Graphics Update Tool for Linux OS
This keeps failing.
3) I re-read the entire thread in here again. Everyone keeps going in circles here. You keep saying the signature is not a problem, as its just a weak signature, which I agree with, but the Intel tool still fails to finish the process, thereby making the entire tool obsolete.
4) These are the final messages I am able to get within the Intel application:
Ensuring consistent system... OK
Listing packages... OK
Setting up repositories... OK
Installing packages...
Updating package cache... Failed
There simply must be a way to get this working on Ubuntu 16.04 after all this time. Please help, some of us have huge problems with graphics on Ubuntu and need this resolved.
So far every log I've seen of the thing failing has a line like this in it:
E: Failed to fetch http://ppa.launchpad.net/upubuntu-com/ppa/ubuntu/dists/xenial/main/binar... 404 Not Found
Note that this is a) an error and b) a PPA whhich has nothing to do with 01.org. The update tool can't work if the apt configuration is
invalid. If you are seeing errors like this, you need to fix them before the tool can work.