Files
ROCm/docs/deploy/linux/installer/uninstall.md
Mészáros Gergely 8784fe3fba Install updates (#2221)
* Install updates

- revert distro command installation -> package manager installation
- move description of installer script to common section
- updates to the installer script installation page
- other misc fixes

* Fix spelling
2023-06-06 07:06:06 -06:00

509 B

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 ::::

sudo amdgpu-install --uninstall

::::{rubric} Uninstalling a Specific ROCm Release ::::

sudo amdgpu-install --uninstall --rocmrelease=<release-number>

::::{rubric} Uninstalling all ROCm Releases ::::

sudo amdgpu-install --uninstall --rocmrelease=all