mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 11:25:03 -05:00
52 lines
905 B
Markdown
52 lines
905 B
Markdown
# Install ROCm on Linux
|
|
|
|
Start with {doc}`../../quick-start/linux` or follow the detailed
|
|
instructions below.
|
|
|
|
## Prepare to install
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card}
|
|
**[Prerequisites](./prerequisites.md)**
|
|
|
|
The prerequisites page lists the required steps *before* installation.
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
**[Installation options](./install-options.md)**
|
|
|
|
Package manager vs AMDGPU installer
|
|
|
|
Standard vs multi-version packages
|
|
:::
|
|
|
|
::::
|
|
|
|
(linux-install-methods)=
|
|
|
|
## Choose your install method
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card}
|
|
**[Package manager](./os-native/index.md)**
|
|
|
|
Directly use your distribution's package manager to install ROCm.
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
**[AMDGPU installer](./installer/index.md)**
|
|
|
|
Use an installer tool that orchestrates changes via the package
|
|
manager.
|
|
:::
|
|
|
|
::::
|
|
|
|
## See also
|
|
|
|
[Linux support](../../../about/compatibility/linux-support.md)
|