I'm trying to install the AMDGPU-pro drivers on Ubuntu 16.04 LTS, but it fails with the same error regardless of the version I try.
I am running Ubuntu from a live persistent USB that seems otherwise to be running correctly.
I updated my system (added universe, apt update, apt upgrade), rebooted.
I downloaded the drivers from AMD's website, decompressed and attempted the install as suggested in the docs here:
https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx#
By running:
./amdgpu-pro-install
It always fails with:
...
Reading package lists... Done
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:
amdgpu-pro-lib32 : Depends: libdrm-amdgpu-pro-amdgpu1:i386 (= 1:2.4.82-492261)
Depends: libgbm1-amdgpu-pro:i386 (= 17.40-492261)
Depends: libgl1-amdgpu-pro-glx:i386 (= 17.40-492261)
Depends: libgl1-amdgpu-pro-dri:i386 (= 17.40-492261)
Depends: libegl1-amdgpu-pro:i386 (= 17.40-492261)
Depends: libgles2-amdgpu-pro:i386 (= 17.40-492261)
Depends: vulkan-amdgpu-pro:i386 (= 17.40-492261)
Depends: libvdpau-amdgpu-pro:i386 (= 1:17.0.1-492261)
Depends: libopencl1-amdgpu-pro:i386 (= 17.40-492261)
Depends: opencl-amdgpu-pro-icd:i386 (= 17.40-492261)
E: Unable to correct problems, you have held broken packages.
I tried versions 16.5, 16.4 and 17.4, all with the same failure.
I rebuilt the usb drive, etc, no changes... regardless of whether I update the system or not.
How can I fix this so that the drivers will install?