Hello everyone. First of all, I will explain how to install AMD drivers on Debian in this guide. This guide is not only for Debian but also suitable for all Debian-based distributions (such as Linux Mint, Ubuntu, Kali, Pardus, etc.). I have kept this guide short but informative. Happy reading.
Firstly, open the Terminal and enter the following 2 commands to download new updates:
```bash
sudo apt update
```
After downloading the updates, enter the following command to install the drivers:
```bash
sudo apt install firmware-linux firmware-linux-nonfree libdrm-amdgpu1 xserver-xorg-video-amdgpu firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all ricks-amdgpu-utils libvulkan1 vulkan-tools vulkan-validationlayers mesa-opencl-icd
```
If you want 32-bit support, also enter the following commands:
```bash
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libglx-mesa0:i386 mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386
```
That's all for the guide. Once you have installed the drivers, you can restart your computer. My goal in creating this guide was to provide an easy way for users of Debian and Debian-based distributions to install their drivers. If you find it helpful, I would appreciate your feedback. Have a wonderful day.
Firstly, open the Terminal and enter the following 2 commands to download new updates:
```bash
sudo apt update
```
After downloading the updates, enter the following command to install the drivers:
```bash
sudo apt install firmware-linux firmware-linux-nonfree libdrm-amdgpu1 xserver-xorg-video-amdgpu firmware-amd-graphics libgl1-mesa-dri libglx-mesa0 mesa-vulkan-drivers xserver-xorg-video-all ricks-amdgpu-utils libvulkan1 vulkan-tools vulkan-validationlayers mesa-opencl-icd
```
If you want 32-bit support, also enter the following commands:
```bash
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libglx-mesa0:i386 mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386
```
That's all for the guide. Once you have installed the drivers, you can restart your computer. My goal in creating this guide was to provide an easy way for users of Debian and Debian-based distributions to install their drivers. If you find it helpful, I would appreciate your feedback. Have a wonderful day.