web-dev-qa-db-ja.com

Linux * OS v2.0.2用Intelグラフィックス更新ツールは、グラフィックスドライバーを更新できません

ドライバーを更新するためのインテルグラフィックツールをダウンロードしましたが、次のエラーが発生しました。

Ensuring consistent system... OK
Listing packages... OK
Setting up repositories... OK
Installing packages...
    Updating package cache... Failed

エラーの詳細:

W:GPG error: https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 56A3DEF863961D39
W:The repository 'https://download.01.org/gfx/ubuntu/16.04/main xenial InRelease' is not signed.
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details.
W:The repository 'http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial Release' does not have a Release file.
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details.
E:Failed to fetch http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/xenial/main/binary-AMD64/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

誰でもそれを修正する方法を知っていますか?


OS:Ubuntu 16.04 LTS
グラフィックスカード:Intel®Iris Pro Graphics 580(Skylake GT4e)

おかげで、

3
r0ng

Ubuntu 16.04には、かなり更新されたIntel Graphicsドライバーが付属しています。 Intel PPAが提供しなければならないマイナーリビジョンの更新から得られるものは、あるとしてもほとんどありません。

ただし、ツールを引き続き使用する場合は、allダウンロードのページ の指示に従う必要があります。つまり、

  1. 署名-Ubuntu:

    wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-4 -O-|\Sudo apt-key add-

  2. Sudo apt update && Sudo apt full-upgrade

グラフィカルインストーラを再度実行する必要はありません。

追加情報(トピック外):16.04用ではないため、Ubuntu Tweak PPAを削除します。代わりに、xenial(deb)の再パッケージ化されたUTインストーラーを検索してください。

3
user589808