Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localredhead/9244426519bc925e7e74e1a3a6ec612f to your computer and use it in GitHub Desktop.
Save localredhead/9244426519bc925e7e74e1a3a6ec612f to your computer and use it in GitHub Desktop.
Install AMD gpu ubuntu 18.10
```dpkg-deb -R /var/opt/amdgpu-pro-local/amdgpu-core_18.50-708488_all.deb edit```
the I edited the file DEBIAN/preinst and set the following:
```if [ "$VERSION_ID" != "18.10" ] ; then```
```dpkg-deb -b edit /var/opt/amdgpu-pro-local/amdgpu-core_18.50-708488_all.deb```
a simple `apt --fix-broken` would complain about wrong hashes, so i installed it manually
```sudo dpkg --install /var/opt/amdgpu-pro-local/amdgpu-core_18.50-708488_all.deb```
and then again i used
`apt --fix-broken install`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment