mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
32 lines
489 B
Markdown
32 lines
489 B
Markdown
## Uninstallation
|
|
|
|
ROCm may be uninstalled by removing its packages and unregistering the repo:
|
|
|
|
::::{tab-set}
|
|
:::{tab-item} Ubuntu
|
|
:sync: ubuntu
|
|
|
|
```console shell
|
|
sudo apt autoremove rocm-core rocm-hip-libraries
|
|
```
|
|
|
|
:::
|
|
|
|
:::{tab-item} Red Hat Enterprise Linux
|
|
:sync: RHEL
|
|
|
|
```console shell
|
|
sudo yum autoremove rocm-core rocm-hip-libraries
|
|
```
|
|
|
|
:::
|
|
|
|
:::{tab-item} SUSE Linux Enterprise Server 15
|
|
:sync: SLES15
|
|
|
|
```console shell
|
|
sudo zypper rm -u rocm-core rocm-hip-libraries
|
|
```
|
|
|
|
:::
|
|
:::: |