Installing
-
1. Downloading DKMS
Download DKMS for MX GNU/Linux
Save the File!
-
2. Extracting DKMS Archive
Then Extract DKMS Archive into /tmp Directory
From Command Line, make a Target Folder:mkdir /tmp/dkms
Now you have to Access the Package Location:
cd /[PATH2ARCHIVE]
But if you are in Trouble to Find it out on Terminal then See: How to Access USB Device.
tar xvzf ./dkms*.tar.gz -C /tmp/dkms
How to QuickStart with Command Line on MX GNU/Linux:
-
3. Installing DKMS
Then to Setup DKMS Offline on MX Linux
First, Access the Target Folder with:cd /tmp/dkms*
And then to Install DKMS simply play:
sudo dpkg -i ./*.deb
This Command corresponds to Install All the .deb Files included in the current Directory.
Contents