'Internet Explorer'에 해당되는 글 1건
- 2007.10.19 [ubuntu] ies4linux 설치하기
[ubuntu] ies4linux 설치하기
리눅스 2007. 10. 19. 18:59
You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:
1) Open a terminal
2) Open /etc/apt/sources.list
sudo gedit /etc/apt/sources.list
3) Uncomment (or add) following lines:
deb http://us.archive.ubuntu.com/ubuntu edgy universe
4) Add this line:
deb http://wine.budgetdedicated.com/apt edgy main
5) Close gedit. Update and install wine and cabextract:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install wine cabextract
6) Download IEs 4 Linux and install
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
Note for Dapper users: if you use ubuntu dapper, replace edgy with dapper on lines above. Note for Feisty users (7.04): if you use ubuntu Feisty, replace edgy with feisty in the lines above. Also replace gedit with kedit if running Kubuntu instead of Ubuntu.
For "Fiesty" K/Ubuntu Users (and 64-bit "Fiesty): http://www.winehq.org/site/download-deb
'리눅스' 카테고리의 다른 글
[스크립터] 문자열 비교 (0) | 2007.10.30 |
---|---|
[스크립트] 파일 관련 연산자 (0) | 2007.10.30 |
[ubuntu] Acrobat Reader for Linux (0) | 2007.10.19 |
[ubuntu] 7.10 버그 - 입력기 설정이 오락가락 할 때 (0) | 2007.10.19 |
[ubuntu] UTF8설정을 EUC-KR 설정으로 변경하자 (0) | 2007.10.19 |