Refactoring installation documentation (#2202)

Co-authored-by: Sam Wu <sam.wu2@amd.com>
This commit is contained in:
Saad Rahim
2023-06-02 14:35:24 -06:00
committed by GitHub
parent 90c697b6d3
commit 519df7a51f
14 changed files with 534 additions and 620 deletions

View File

@@ -0,0 +1,27 @@
# Installer Script Uninstallation (Linux)
::::{rubric} Uninstalling Single-Version Install
::::
```console shell
sudo amdgpu-install --uninstall
```
```{note}
This command uninstalls all ROCm packages associated with the installed ROCm
release along with the kernel-mode driver.
```
::::{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
```