Installing Requirements
-
2. Updating System
So possibly to Upgrade MX Linux
Play:sudo apt upgrade
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
In case a New Kernel is installed then reboot executing:sudo reboot
-
3. Installing Dependencies
Then to Install Required Stuff
Run:sudo apt install build-essential linux-headers-$(uname -r) dkms git
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
And then possibly to reboot:sudo reboot
Contents