Installing Requirements
-
2. Updating System
So to Upgrade Linux Mint 18
Play:sudo apt upgrade
Then reboot:
sudo reboot
And to check a Kernel 4.x is installed:
uname -r
-
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