我需要使用软件和更新来启用一些来源。
我的系统说“在某些系统上,您需要加入一个特殊组(通常:轮子)才能使用该程序。”
$ sudo usermod -a -G wheel xxx
[sudo] password for xxx:
usermod: group 'wheel' does not exist
我在网上搜索有关将用户添加到组“wheel”的建议,但只找到有关将用户添加到 sudoers 的文章。
所以我感觉有点困惑。该怎么办?
我需要使用软件和更新来启用一些来源。
我的系统说“在某些系统上,您需要加入一个特殊组(通常:轮子)才能使用该程序。”
$ sudo usermod -a -G wheel xxx
[sudo] password for xxx:
usermod: group 'wheel' does not exist
我在网上搜索有关将用户添加到组“wheel”的建议,但只找到有关将用户添加到 sudoers 的文章。
所以我感觉有点困惑。该怎么办?