Review of PCLinuxOS

kc1di

Well-Known Member
Joined
May 14, 2021
Messages
2,247
Reaction score
2,184
Credits
16,394


Have had a couple request for how to enable sudo on PCLinuxOS.
1. go to synaptic package manager and install sudo.
2. open file manager as Root (su ) dolphin or other depending on your Desktop.
3. Navigate to /etc/sudoers file open it.
4. Scroll down the file and find this line.
Code:
root ALL=(ALL:ALL) ALL
Add a line under it.
Code:
<your user name> All=(ALL:ALL) ALL
save the file.
Next time you want to do something as administrator simply type sudo (whatever you want to do) It will ask you for your users password.
Good luck.
P.S. this also works with Debian but you do not have to install sudo as it's already installed.
if you like a terminal reference when typing your password you can also find the line in the same file
that looks like this

Code:
Defaults    env_reset
and change it to this
Code:
Defaults    env_reset,pwfeedback
save the file.
Next time you type sudo and enter your password it will show a series of ************** when you type it in.
 
Last edited:
Yup, I can confirm editing the sudoers file in Debian. Pretty much every fresh install of Debian I've had to do that.
Did you have to configure the monitor?
 
Yup, I can confirm editing the sudoers file in Debian. Pretty much every fresh install of Debian I've had to do that.
Did you have to configure the monitor?
No did not have to configure monitor I'm using a laptop with Debian 12 everything worked pretty much out of the box.
 
No did not have to configure monitor I'm using a laptop with Debian 12 everything worked pretty much out of the box.
Thanks for the confirmation.
 

Members online


Top