File size: 394 Bytes
c19ca42
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
## Install Guide for Ubuntu 22.04
```
sudo apt update
wget https://repo.radeon.com/amdgpu-install/5.7/ubuntu/jammy/amdgpu-install_5.7.50700-1_all.deb
sudo apt install ./amdgpu-install_5.7.50700-1_all.deb
sudo amdgpu-install --usecase=rocm
sudo usermod -a -G render,video $LOGNAME
```

## Install Guide for Ubuntu 20.04

Simply change the wget line from "jammy" to "focal" if using Ubuntu 20.04.