출처 : http://www.jamesward.com/2010/10/14/install-adobe-air-on-64-bit-ubuntu-10-10
Ubuntu 32bit를 설치하려고 할 때,
Right now Adobe AIR is only officially available for 32-bit Linux. But it does work on 64-bit Linux with the 32-bit compatibility libraries. There are several ways to install Adobe AIR on Linux. My preferred way on Ubuntu is to use the .deb package. However the .deb package distributed by Adobe can only be installed on 32-bit systems. Good news is that this can be easily fixed! To install the Adobe AIR .deb package on a 64-bit system just follow these steps:
- Download the Adobe AIR .deb file
- In a terminal window go to the directory containing the adobeair.deb file
- Create a tmp dir:
- Extract the deb file to the tmp dir:
- Extract the control files:
- Change the Architecture parameter from “i386″ to “all”:
- Repackage the deb file:
Now you can install Adobe AIR on a 64-bit system! From the command line just do:
That’s it! Let me know if you have any questions.
위의 그림에서 처럼 '오류: 잘못된 아키텍처 i386' 이라고 나올 경우 위의 내용을 활용하여 64bit에 맞춰서 패키징을 하여 실행할 수 있다. 그러나 본문의 댓글을 보면 알 수 있듯이, 위의 방법으로 했지만 안된다면, 안되는 것이다. ㅡ_-);;
Adobe Air로 작성된 Pomodoro 프로그램을 설치해봤다. 잘 된다. 별다른 문제도 없어서
apt-get에서도 별다른 오류 메시지 없다.
'허니몬의 IT 이야기 > 리눅스 이야기, 우분투' 카테고리의 다른 글
Ubuntu, winetricks 소스 (0) | 2011.03.01 |
---|---|
32bit deb 파일을 64bit로 만드는 스크립트 change64.sh (2) | 2011.02.10 |
내가 내 노트북을 쓰는 방법 (0) | 2011.01.14 |
우분투, 리듬박스 한글 깨짐 현상 해결 (5) | 2010.11.05 |
우분투 10.04 64비트 플래시 설치하기 (0) | 2010.06.19 |