Installing Requirements
-
2. Setting Up Backports
How to Install Backports Repository on Debian GNU/Linux
Enabling also the Non Free Sources.
-
3. Installing Dependencies
Then to Install Required Stuff
Run:sudo apt install build-essential linux-headers-$(uname -r)
And again for Dkms integration:
sudo apt install dkms
Last, to Enable the DKMS Service run:
sudo systemctl enable dkms
Contents