[Unstable Update] 2021-12-13 - Python 3.10 Rebuilds

My solution:
su
then:
groups

Result: exists no group called “sudo”
Therefore (as root):
groupadd sudo
then
usermod -a -G sudo "user"
and reboot. Voila.

1 Like