Installing Requirements
-
2. Updating System
So possibly to Upgrade Ubuntu 18.04
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
How to Install Kernel 5.x in Ubuntu 18.04
-
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