日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > linux >内容正文

linux

linux ubuntu安装教程6,64位Ubuntu下安装IE6步骤

發布時間:2024/9/19 linux 21 豆豆
生活随笔 收集整理的這篇文章主要介紹了 linux ubuntu安装教程6,64位Ubuntu下安装IE6步骤 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

64位Ubuntu下安裝IE6步驟

ies4linux下載地址:

cabextract下載地址:

wine1.0下載地址:

cab文件及字體下載地址:

simsun.ttc下載地址:

adobe flash player 11下載地址:

$ sudo vi file

DCOM98.EXE

mfc40.cab

249973USA8.exe

ie6/CN/ADVAUTH.CAB

ie6/CN/CRLUPD.CAB

ie6/CN/HHUPD.CAB

ie6/CN/IEDOM.CAB

ie6/CN/IE_EXTRA.CAB

ie6/CN/IE_S1.CAB

ie6/CN/IE_S2.CAB

ie6/CN/IE_S5.CAB

ie6/CN/IE_S4.CAB

ie6/CN/IE_S3.CAB

ie6/CN/IE_S6.CAB

ie6/CN/SCR56EN.CAB

ie6/CN/SETUPW95.CAB

ie6/CN/FONTCORE.CAB

ie6/CN/FONTSUP.CAB

ie6/CN/VGX.CAB

swflash.cab

:wq

為了安裝時方便,事先建個IE6文件夾,IE6下建個downloads文件夾,downloads下建個CN和EN-US文件夾,

wine、cabextract、ies4linux、ie6.sh、simsun.ttc及flashplayer11放在IE6下,所有的.exe及.cab文件及file文件都放在downloads目錄下,

所有的.CAB文件都放在ie6/CN/下,SCR56EN.CAB是CN和EN-US下都放

$ sudo mount -o username=ming,password=123456 //10.0.10.2/ming /mnt (掛載共享文件ming到本機)

$ sudo sh /mnt/IE6/ie6.sh

ie6.sh內容如下:

#!/bin/bash

sudo rsync -av --progress /mnt/ubuntu/IE6 /home/

sudo apt-get autoremove wine1.4 -y

sudo dpkg -i /home/IE6/wine1.0/*

sudo tar xvf /home/IE6/ies4linux-2.99.0.tar.tar -C /home/IE6/

sudo rsync -av --progress /home/IE6/.ies4linux /home/apuser/

sudo dpkg -i /home/IE6/getlibs/*

getlibs -i /home/IE6/gnome-keyring/*

sudo mkdir /usr/lib/i386-linux-gnu/pkcs11

sudo ln -s /usr/lib32/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so /usr/lib/i386-linux-gnu/pkcs11/

sudo /home/IE6/ies4linux-2.99.0/ies4linux --no-gui --install-corefonts --locale CN

sudo rsync -av --progress /home/IE6/simsun.ttc /home/apuser/.ies4linux/ie6/drive_c/windows/Fonts/

sudo mv /home/apuser/.ies4linux/ie6/system.reg /home/apuser/.ies4linux/ie6/system.reg.bak

sudo rsync -av --progress /home/IE6/system.reg /home/apuser/.ies4linux/ie6/

sudo apt-get autoremove wine1.0 -y

sudo dpkg -i /home/IE6/wine1.4/*

wine /home/IE6/install*

sudo mv /var/lib/locales/supported.d/local? /var/lib/locales/supported.d/local.bak

sudo rsync -av --progress /home/IE6/local /var/lib/locales/supported.d/

sudo locale-gen

sudo mv /etc/profile /etc/profile.bak

sudo rsync -av --progress /home/IE6/profile /etc/

. /etc/profile

sudo mv /home/apuser/.ies4linux/bin/ie6? /home/apuser/.ies4linux/bin/ie6.bak

sudo rsync -av --progress /home/IE6/ie6 /home/apuser/.ies4linux/bin/

sudo /home/apuser/bin/ie6

sudo mv /var/lib/locales/supported.d/local? /var/lib/locales/supported.d/local2

sudo mv /var/lib/locales/supported.d/local.bak? /var/lib/locales/supported.d/local

sudo locale-gen

sudo mv /etc/profile /etc/profile2

sudo mv /etc/profile.bak /etc/profile

:wq (保存并退出)

注:

1、先卸載高版本wine,安裝wine1.0,并于ie6安裝完后卸載wine1.0,然后安裝高版本wine

2、IE 6安裝過程中flash會安裝失敗,不去管,安裝完成后再安裝下flash 11即可

3、解決IE 6亂碼問題,修改local文件、profile文件,和ie6啟動文件,等ie6啟動中文正常后再將local文件和profile文件改回即可,如果不改回的話系統為中文界面,改回后ie6依然正常

4、local文件如下:

en_US.UTF-8 UTF-8

zh_CN.GBK GBK

5、profile文件最后添加如下:

LANGUAGE="zh_CN:zh:en_US:en"

LANG="zh_CN.GBK"

6、ie6啟動文件在cd行后添加如下:

export LANG="zh_CN.GBK"

總結

以上是生活随笔為你收集整理的linux ubuntu安装教程6,64位Ubuntu下安装IE6步骤的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。