mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 19:35:02 -05:00
489 B
489 B
Uninstallation
ROCm may be uninstalled by removing its packages and unregistering the repo:
::::{tab-set} :::{tab-item} Ubuntu :sync: ubuntu
sudo apt autoremove rocm-core rocm-hip-libraries
:::
:::{tab-item} Red Hat Enterprise Linux :sync: RHEL
sudo yum autoremove rocm-core rocm-hip-libraries
:::
:::{tab-item} SUSE Linux Enterprise Server 15 :sync: SLES15
sudo zypper rm -u rocm-core rocm-hip-libraries
::: ::::