Arch 설치는 xcfe4, xorg 및 networkmanager를 제외하면 매우 간단합니다. sudo를 기본 계정으로 사용하면 "사용자가 sudoers 파일에 없습니다"라는 메시지가 나타납니다.
이건 내 파일이야
비쥬도
# User privilege specification
##
root ALL=(ALL:ALL) ALL
## Uncomment to allow members of group wheel to execute any command
%wheel ALL=(ALL:ALL) ALL
/etc/그룹
wheel:x:998:andrew
산출
[andrew@1551-VOSTRO ~]$ sudo pacman -Syu
[sudo] password for andrew:
andrew is not in the sudoers file.
나는 이것이 간단하다고 가정하지만 일반적으로 sudo는 설치, Wheel 그룹 옵션의 주석 처리 제거 및 사용자를 그룹에 추가하는 것만 큼 간단합니다.