64비트에서 구글어스 설치가 안됩니다

구글 홈페이지에서 bin 확장자를 가진 파일을 받고 터미널에서 sh 명령으로 설치를 해보았으나, 마지막 줄에 amd64 어쩌구하며 설치를 거부합니다.

아마도 64비트라 설치가 안되는 것 같은데… 어떻게 설치할 방법이 없을까요?

$ sudo apt-get install ia32-libs

[code:8ipo9432]$ wget http://mirrors.kernel.org/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.7ubuntu6_amd64.deb (9.04 기준)
만약 8.10 이면 http://mirrors.kernel.org/ubuntu/pool/universe/i/ia32-libs/ia32-libs_2.2ubuntu18_amd64.deb[/code:8ipo9432] 주소가 장동 링크로 줄어 들어 code 넣고 적습니다.

$ sudo dpkg --force-all -i ia32-libs_2.7ubuntu6_amd64.deb

$ sudo apt-get -f install

구글 어스 32비트 다운 후
$ chmod 755 /GoogleEarthLinux.bin
$ sudo ./GoogleEarthLinux.bin
$ sudo ln -s /opt/google-earth/googleearth /usr/bin/googleearth
$ googleearth

위 참고 글 : http://ubuntuforums.org/showthread.php?t=544064