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
This commit is contained in:
Mészáros Gergely
2023-06-06 15:06:06 +02:00
committed by GitHub
parent 6e79d204b8
commit 8784fe3fba
9 changed files with 118 additions and 210 deletions

View File

@@ -1,5 +1,8 @@
# 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
::::
@@ -7,11 +10,6 @@
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
::::