mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-05 03:45:12 -05:00
26 lines
509 B
Markdown
26 lines
509 B
Markdown
# Installer script uninstallation (Linux)
|
|
|
|
To uninstall all ROCm packages and the kernel-mode driver the following commands
|
|
can be used.
|
|
|
|
::::{rubric} Uninstalling Single-Version Install
|
|
::::
|
|
|
|
```console shell
|
|
sudo amdgpu-install --uninstall
|
|
```
|
|
|
|
::::{rubric} Uninstalling a Specific ROCm Release
|
|
::::
|
|
|
|
```console shell
|
|
sudo amdgpu-install --uninstall --rocmrelease=<release-number>
|
|
```
|
|
|
|
::::{rubric} Uninstalling all ROCm Releases
|
|
::::
|
|
|
|
```console shell
|
|
sudo amdgpu-install --uninstall --rocmrelease=all
|
|
```
|