This assumes sudo is the group that gives sudo access. This isn't the case on every linux distribution. Some use wheel or admin
To ensure use of sudo group do the following after step 2 Update Packages
- visudo
- Add
%sudo ALL=(ALL:ALL) ALL
This assumes sudo is the group that gives sudo access. This isn't the case on every linux distribution. Some use wheel or admin
To ensure use of sudo group do the following after step 2 Update Packages
%sudo ALL=(ALL:ALL) ALL
That's not necessary, I was pointing information that would be useful for users of other distributions.