Ubuntu 8.04 IEs 4 Linuxをインストールする


Ubuntuとは?


Ubuntuの読み方:Ubuntuは、アフリカの祖魯人とコサ人の言語に由来し、「oo-boon-too」の音を発する.多くのアメリカ人は「ubuntu」を読むとき、「u」を母音として発音し、単語「who」や「boo」のように、アクセントは2番目の音節であるu'buntu,oo-boon-tooに似ている.アフリカのサハラの味を加えるのが好きなら、最初の「u」の後ろにブーンという音をつけることができます:oom-boon-too.
Ubuntuの意味:「Ubuntu」は古代アフリカ語の単語で、「分かち合うのが好きだ」という意味です.班図精神も「私は他の人とつながっていて、密接で分けられない.私たちは同じ生活の中にいる」という意味だ.Ubuntu Linuxもクラス図の精神をソフトウェアの世界に持ち込んだ.
 
 
本題にもどる

IEs 4 Linuxのインストール


手順:
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.