Super user to root

How can I add another user to root, I added a user but I can’t add root privileges to it?


What version of Parrot are you running? (include version, edition, and architecture)

What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)

Configured to multiboot with other systems? (yes / no)

If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

It looks like mess . During Parrot installation I have established ONE reguired password. When I try to open ‘Gparted’ system asking me to enter “Password for root”. When I have try to open reporting application
"Casefile" (to report issue) system is asking me for ’ Administrative password’ . I’m wondering why so many types of paswords ? and how to establish all passwords required by PARROT OS so I be able to us it !

Thank you in advance for all help.

Blockquote
How can I add another user to root, I added a user but I can’t add root privileges to it?

You can use sudo mechanism.
Include your new user to sudo group…
as root:
usermod -a -G sudo new_user