On ubuntu, I need sudo is password free, I try to use:
:~# visudo
jack ALL=(ALL:ALL) NOPASSWD: ALL
and
usermod -aG sudo jack
However, after switching users, you still need to enter a password to use sudo for the first time.
How to solve this problem...