Thread: Linux installer
View Single Post
Old 07-31-2018, 01:36 AM   #26
sub26nico
Human being with feelings
 
sub26nico's Avatar
 
Join Date: May 2014
Location: France
Posts: 259
Default

@Stringer : sudo needs to be installed. If it is already installed,
you have to add user to sudo group. What distro ? on Ubuntu/Debian,
as root in a terminal :
Code:
sudo adduser 'youruser' sudo
(replace 'youruser' by the name of the user).
Then deconnect to the session and reconnect.
sub26nico is offline   Reply With Quote