Is there any way? Currently, every time an ordinary user wants to use Anaconda, an error will be reported
You can configure /etc/sudoers to allow all users to run specified commands through sudo
sudo visudo ALL ALL=NOPASSWD: /path/to/command
You can configure /etc/sudoers to allow all users to run specified commands through sudo