2022. 9. 2. 14:01ㆍSetting
About rosetta 2 ㅋ
Rosetta 2 is necessary if you want to be able to run older non-native Intel x86 apps on new Apple Silicon Macs, like the M1 MacBook Pro, MacBook Air, or Mac mini. Curiously, Rosetta 2 is not installed by default on these Macs however, so if you wish to run these apps you’ll need to install Rosetta 2 onto the Apple Silicon Mac yourself.
로세타 2 는 intel x86에서만 이용 가능한 앱들을 사용할 수 있게 하는 해석기이다.
기본적으로 깔려있지 않기 때문에 직접 설치해야 한다.
How to install?
1. 터미널에 아래 명령어를 입력한다.
softwareupdate --install-rosetta |
I have read and agree to the terms of the software license agreement. A list of Apple SLAs may be found here: http://www.apple.com/legal/sla/ Type A and press return to agree: agree |
위의 코드를 입력하고 agree를 입력하면 아래와 같이 뜨는 것을 확인 할 수 있다.

2. 라이센스 동의 과정 없이 한번에 설치하는 명령어
/usr/sbin/softwareupdate --install-rosetta --agree-to-license |
참조
https://osxdaily.com/2020/12/04/how-install-rosetta-2-apple-silicon-mac/
How to Install Rosetta 2 on Apple Silicon Macs
Rosetta 2 is necessary if you want to be able to run older non-native Intel x86 apps on new Apple Silicon Macs, like the M1 MacBook Pro, MacBook Air, or Mac mini. Curiously, Rosetta 2 is not instal…
osxdaily.com
'Setting' 카테고리의 다른 글
[Shell/M1]파일 경로 찾기 (0) | 2022.09.04 |
---|