Execute estes comandos em um terminal ( Ctrl + Alt + T )
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \
sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | \
sudo apt-key add -
( source )
Em seguida, tente novamente
sudo apt-get update
sudo apt-get --reinstall install intel-linux-graphics-installer
Em seguida, execute o instalador novamente
( source )