iTunes는 Windows 및 macOS 컴퓨터에서만 사용할 수 있습니다. Chromebook(Chromebooks) 용 공식 iTunes 앱은 없습니다 . 그러나 Chrome(Chrome) 운영 체제
에서 iTunes( Windows용(Windows) ) 를 설치하고 실행할 수 있는 방법이 있습니다.
이 튜토리얼에서는 Chromebook(Chromebooks) 에서 iTunes를 사이드로딩하는 방법에 대해 알아야 할 모든 것을 다룹니다 . 크롬 (All)북(Chromebook) 과 인터넷 연결
만 있으면 됩니다.
Chromebook에 iTunes 설치: 알아야 할 사항
64비트 버전의 iTunes( Windows용 )는 (Windows)Chromebook(Chromebooks) 에서 작동하지 않습니다 . 마찬가지로 32비트 iTunes의 모든 버전이 (Likewise)ChromeOS 에서 제대로 작동하는 것은 아닙니다 . 테스트 장치에 최신 32비트 iTunes(v12.10.11)를 설치했지만 앱을 사용할 수 없었습니다. 매번 충돌이 발생했습니다. 우리의 연구에 따르면 다른 Chromebook 사용자도 같은 경험을 했습니다.
iTunes v12.9.3(32비트)이 더 안정적이었지만 Apple 웹사이트에서 더 이상 다운로드할 수 없습니다. 아마도 오래된 버전이기 때문일 것입니다.
그러나 Windows용 타사 소프트웨어 다운로드 사이트(third-party software download sites for Windows) 에서 특정 iTunes 버전을 다운로드할 수 있습니다 . Chromebook의 Linux(Linux) 폴더 에 iTunes 실행 파일을 저장 합니다. 이 자습서에서는 설정 파일을 iTunesSetup.exe로 저장했습니다.
참고: iTunes 버전은 작동하지만 일부 기능을 사용하지 못할 수 있습니다. 또한 앱 버전이 만료되어 구식으로 오작동할 수 있습니다.
(Set)Chromebook의 Linux 개발 환경 (Linux Development Environment)설정
ChromeOS Linux 개발 환경은 ChromeOS 69 이상 을 실행 하는 Chromebook 을 지원합니다. (Chromebooks)Chromebook 에 (Chromebook)Linux 개발 환경(Linux development environment) 이 이미 설정되어 있는 경우 다음 섹션으로 이동(Jump) 합니다 . 그렇지 않으면 (Otherwise)Chromebook 의 운영 체제 를 업데이트 하고( 설정(Settings) > ChromeOS 정보 ) 아래 단계에 따라 ChromeOS 에서 (ChromeOS)Linux 지원 을 활성화 합니다.
1. Settings > Developers > Linux 개발 환경( 베타(Beta) )으로 이동하고 켜기(Turn) 를 선택합니다.
2. 다음을 선택하여 계속 진행합니다.
3. "사용자 이름" 대화 상자에 원하는 이름을 입력하거나 시스템에서 생성한 사용자 이름을 사용합니다. 또한 권장(Recommended) 디스크 크기를 사용하고 설치(Install) 를 선택하여 계속 진행합니다.
ChromeOS 는 (ChromeOS)Linux 환경 을 설정하는 데 필요한 파일을 다운로드합니다 . 연결 속도와 Chromebook의 하드웨어 구성에 따라 작업에 몇 분 정도 걸립니다.
크롬북에 iTunes 설치
Wine 은 (Wine)Chromebook 의 Linux 개발 환경 에서 Windows 앱 을 실행할 수 있는 가상 에뮬레이터입니다 . 아래 단계에 따라 Wine 을 설정 하고 에뮬레이터를 사용 하여 Chromebook 에 iTunes( (Chromebook)Windows용(Windows) ) 를 설치합니다 .
크롬북(Chromebook) 이 인터넷에 연결되어 있는지 확인하세요 . 그렇지 않으면 iTunes를 설정하는 동안 여러 오류 메시지가 나타날 수 있습니다.
- (Open the Linux Terminal app)Chromebook
에서 Linux 터미널 앱을 엽니다 .
- 콘솔에 아래 명령을 붙여넣고 Enter 키(Enter) 를 누릅니다 .
sudo apt-get 설치 와인
이 명령 은 Linux 환경 에 Wine Linux 를 설치합니다. (Wine Linux)32비트 버전의 iTunes를 설치 중이므로 다음 명령을 실행하여 Wine 의 32비트 아키텍처를 설정합니다. 이를 통해 Wine 은 문제 없이 32비트 앱을 설치할 수 있습니다.
- 터미널(Terminal) 콘솔 에 아래 명령을 붙여넣고 Enter 키(Enter) 를 누릅니다 .
sudo dpkg – 아키텍처 i386 추가
- 그런 다음 콘솔에 sudo apt update 를 붙여넣고 Enter 키(Enter) 를 누릅니다 . 이 명령은 Linux(Linux) 컨테이너 의 새 패키지를 업데이트합니다 .
- 그런 다음 sudo apt-get install wine32 명령을 실행하여 32비트 Wine 패키지를 설치합니다.
- 설치 시 추가 디스크 공간을 사용하도록 허용하라는 메시지가 표시될 수 있습니다. 키보드에서 Y(Press Y) 를 누르고 Enter 를 눌러 계속하십시오.
- 모든 것은 Linux 환경에서 설정되어 (Linux)Chromebook 에 iTunes를 설치합니다 . 아래 명령어를 실행하여 이전에 다운로드한 iTunes 설치 파일을 설치합니다.
WINEARCH=win32 WINEPREFIX=/home/username/.wine32/ 와인 iTunesSetup.exe
참고: 코드에서 "(Replace “) 사용자 이름"을 Linux 개발 환경의 사용자 이름으로 바꾸십시오. 터미널(Terminal) 창 상단의 "@penguin" 앞의 텍스트 는 Linux 사용자 이름입니다. 또한 iTunes 실행 파일을 다른 이름으로 저장한 경우 "iTunesSetup.exe"를 교체하십시오.
- 1분 이내에 iTunes 설치 창이 나타납니다. 다음(Select Next) 을 선택하고 설치 프롬프트에 따라 계속 진행합니다.
- 데스크탑에 iTunes 바로가기를 추가하고, iTunes를 기본 오디오 플레이어로 설정하고, iTunes를 자동 업데이트하는 옵션을 찾을 수 있습니다. 계속
하려면 설치를 선택하십시오 .(Select Install)
- Chromebook에서
iTunes와 함께 CD를 사용(using compact discs (CD) with iTunes) 하지 않으려면 "자동 실행" 프롬프트에서 아니요를 선택합니다 .
- 설치가 완료되면 설치 프로그램이 종료된 후 iTunes 열기 의 선택을 취소하고 (Open)마침(Finish) 을 선택한 후 다음 단계로 진행합니다.
마지막으로 해야 할 일은 Chromebook에서 앱을 실행할 수 있도록 iTunes 데스크톱 파일을 수정하는 것입니다. 이렇게 하지 않고 iTunes를 열면 " 경로(Path) 를 찾을 수 없음" 오류가 발생합니다.
- Linux 파일 폴더를 열고 오른쪽 상단 모서리에 있는 점 3개 메뉴 아이콘을 선택한 다음 숨김 파일
표시 를 선택합니다.(Show)
- (Navigate).local > 공유 > 응용 프로그램 > 와인 > 프로그램 으로 (Programs)이동 하여 iTunes 폴더를 엽니다.
- (Right-click)iTunes.desktop 파일을 마우스 오른쪽 버튼으로 클릭 하고 텍스트 로 (Text)열기(Open) 를 선택 합니다.
세 번째 행에
Exec 명령 이 표시되어야 합니다 .
- (Replace)행의 명령을 아래 명령으로
바꿉니다 .
Exec=env WINEPREFIX=”/home/username/.wine32″ 와인 “/home/username/.wine32/drive_c/Program Files/iTunes/iTunes.exe”
(Replace “)명령에서 "사용자 이름"을 Linux 사용자 이름으로 (Linux)바꿉니다 . 마찬가지로 (Likewise)Chromebook 에서 iTunes 실행 파일의 이름이 다른 경우 "iTunesSetup.exe"를 교체합니다 .
- Press Ctrl + S 를 눌러 텍스트 파일을 저장합니다. 또는 왼쪽 상단 모서리에 있는 햄버거 메뉴 아이콘을 선택하고 저장(Save) 을 선택 합니다.
- 텍스트 편집기를 닫고 iTunes를 실행합니다. 검색(Search) 키를 누르고 앱 서랍 상단에서 iTunes를 선택하십시오.
중앙 앱 서랍에서 iTunes 앱을 찾을 수 없는 경우 "Linux 앱" 폴더를 확인하십시오.
- (Select Account)메뉴 막대에서 계정 을 선택하고 로그인(Sign) 을 선택 하여 앱을 Apple ID 계정에 연결합니다.
Apple Music도 작동합니다
iTunes가 작동하지 않으면 Android 용 (Android)Apple Music 앱을 사용하여 iTunes 음악 보관함에 접근합니다. Apple Music 앱은 Chromebook 용(Chromebooks) Google Play 스토어(Google Play Store) 에서 사용할 수 있습니다 . 이 앱은 안정적이며 iPhone 및 iPad용
Apple Music 앱 과 유사한 인터페이스를 가지고 있습니다 .
How to Download and Install iTunes on Your Chromebook
iTunes іs available for Windows and macOS computers only. There’s no official iTunes app for Chromebooks. However, there’s a way to install and run iTunes (for Windows) in the Chrome operating system.
This tutorial covers everything you need to know about sideloading iTunes on Chromebooks. All you need is your Chromebook and an internet connection.
Installing iTunes on Chromebooks: What You Should Know
The 64-bit version of iTunes (for Windows) doesn’t work on Chromebooks. Likewise, not all versions of the 32-bit iTunes work properly in ChromeOS. We installed the latest 32-bit iTunes (v12.10.11) on our test device, but the app was unusable—it crashed every time. Our research revealed that other Chromebook users had the same experience.
iTunes v12.9.3 (32-bit) was more stable, but it’s no longer available for download on Apple’s website—most likely because it’s an outdated version.
However, you can download that specific iTunes version from third-party software download sites for Windows. Save the iTunes executable file in your Chromebook’s Linux folder. For this tutorial, we saved the setup file as iTunesSetup.exe.
Note: Although the iTunes version works, some features and functionalities might be unavailable. Also, the app version may malfunction because it’s retired and outdated.
Set Up Your Chromebook’s Linux Development Environment
ChromeOS Linux development environment supports Chromebooks running ChromeOS 69 or newer. Jump to the next section if the Linux development environment is already set up on your Chromebook. Otherwise, update your Chromebook’s operating system (Settings > About ChromeOS) and follow the steps below to enable Linux support in ChromeOS.
1. Head to Settings > Developers > Linux development environment (Beta) and select Turn on.
2. Select Next to proceed.
3. Enter a preferred name in the “Username” dialog box or use the system-generated username. In addition, use the Recommended disk size and select Install to proceed.
ChromeOS will download the files needed to set up the Linux environment. The operation takes a couple of minutes, depending on your connection speed and Chromebook’s hardware configuration.
Install iTunes on Your Chromebook
Wine is a virtual emulator that allows you to run Windows apps in your Chromebook’s Linux development environment. Follow the steps below to set up Wine and use the emulator to install iTunes (for Windows) on your Chromebook.
Ensure your Chromebook has an internet connection. Otherwise, you may encounter several error messages while setting up iTunes.
- Open the Linux Terminal app on your Chromebook.
- Paste the command below in the console, and press Enter.
sudo apt-get install wine
This command installs Wine Linux in the Linux environment. Since you’re installing the 32-bit version of iTunes, run the next command to set up Wine’s 32-bit architecture. That allows Wine to install 32-bit apps without issues.
- Paste the command below in the Terminal console and press Enter.
sudo dpkg –add-architecture i386
- Next, paste sudo apt update in the console and press Enter. The command updates new packages in the Linux container.
- Afterward, run the sudo apt-get install wine32 command to install the 32-bit Wine package.
- You may get a prompt to allow the installation to use additional disk space. Press Y on your keyboard and press Enter to proceed.
- Everything is set in the Linux environment to install iTunes on your Chromebook. Run the command below to install the iTunes setup file you downloaded earlier.
WINEARCH=win32 WINEPREFIX=/home/username/.wine32/ wine iTunesSetup.exe
NOTE: Replace “username” in the code with the username of your Linux development environment. The text before “@penguin” at the top of the Terminal window is your Linux username. Also, replace “iTunesSetup.exe” if you saved the iTunes executable file under a different name.
- The iTunes installation window should pop up in a minute or less. Select Next and follow the installation prompts to proceed.
- You’ll find options to add an iTunes shortcut to the desktop, make iTunes your default audio player, and auto-update iTunes. Select Install to continue.
- On the “AutoRun” prompt, select No if you won’t be using compact discs (CD) with iTunes on your Chromebook.
- When the installation is complete, uncheck Open iTunes after the installer exits, select Finish, and proceed to the next step.
One final thing you need to do: modify the iTunes desktop file so your Chromebook can run the app. Opening iTunes without doing this will trigger a “Path Not Found” error.
- Open the Linux files folder, select the three-dot menu icon in the top-right corner, and select Show hidden files.
- Navigate to .local > share > applications > wine > Programs and open the iTunes folder.
- Right-click the iTunes.desktop file and select Open with Text.
You should see an Exec command on the third row.
- Replace the command on the row with the one below:
Exec=env WINEPREFIX=”/home/username/.wine32″ wine “/home/username/.wine32/drive_c/Program Files/iTunes/iTunes.exe”
Replace “username” in the command with your Linux username. Likewise, replace “iTunesSetup.exe” if the iTunes executable file has a different name on your Chromebook.
- Press Ctrl + S to save the text file. Alternatively, select the hamburger menu icon in the top-left corner, and Save.
- Close the text editor and launch iTunes. Press the Search key and select iTunes at the top of the app drawer.
Check the “Linux apps” folder if you don’t find the iTunes app in the central app drawer.
- Select Account on the menu bar and choose Sign In to link the app to your Apple ID account.
Apple Music Also Works
If iTunes doesn’t work, use the Apple Music app for Android to access your iTunes music library. The Apple Music app is available in the Google Play Store for Chromebooks. The app is stable and has a similar interface as the Apple Music app for iPhone and iPad.