====== Ubuntu - GPU - AMD GPU - Setup - Uninstall the AMDGPU stack ======
It is highly recommended to uninstall a previously install of the stack prior to installing an upgraded stack.
----
===== Purge any third-party drivers =====
sudo apt update
sudo ppa-purge ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade
**NOTE:** This assumes that kisak PPA is being used.
* If a different third-party is being used, then purge that PPA instead.
----
===== Uninstall the current AMDGPU stack =====
amdgpu-install --uninstall
----
===== Purge the AMDGPU installer package (Optional) =====
sudo apt purge amdgpu-install
**NOTE:** After uninstalling the components, reboot the system.
----