歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 經典重現 Ubuntu 10.04安裝IEs4linux及相關問題的解決

經典重現 Ubuntu 10.04安裝IEs4linux及相關問題的解決

日期:2017/2/28 16:30:53   编辑:Linux教程

隨著軟件的不斷更新變化,有些著軟件因為時間久了,或者原來軟件的作者已經另謀高就沒有興趣等等,已經沒有人去維護他,有時舊有的軟件己經無法在安裝或使用了,好像IEs4linux就是其中一個,目前己經用不到他了,不過我們可以把原始碼稍為修改了一下,就能找到方法讓舊愛復活在Ubuntu 10.04 Wine 1.3下安裝。

其實也不是太難搞定,只因為IEs4linux需要用到wineprefixcreate,而新版的Wine 1.3沒有這個程序,就會導致安裝失敗,新版的Wine是用winepath取代,我們只要把安裝的原始碼修正一下,就能正常安裝IEs4linux了,現在已經把IEs4linux修正了,打包放上來,有需要的請下載安裝了。

文中要用到的修改過的IEs4linux在FTP裡

----------------------------
FTP地址:ftp://www.6688.cc/

用戶名:www.linuxidc.net

密碼:www.6688.cc

在2010年LinuxIDC.com\9月\經典重現 Ubuntu 10.04安裝IEs4linux及相關問題的解決\
----------------------------

我們先來看在Ubuntu 10.04 Wine 1.3下安裝沒有修改的IEs4linux時出現的情況。

Installing IE 6
Initializing
Creating Wine Prefix
/home/linuxidc/下載/ies4linux-2.0/lib/install.sh: line 17: wineprefixcreate:找不到命令
Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.

前面也是一直順利的,最後出現wineprefixcreate:找不到命令。

我把全部的代碼貼上看看

linuxidc@linuxidc-laptop:~/下載/ies4linux-2.0$ ./ies4linux
WARNING: unknown locale setting; no translations available.
IEs4Linux 2.0 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version (wine-1.3.1). It's recommended that you update your wine to the latest version (Go to: winehq.com).

Welcome, linuxidc! I'm IEs4Linux.
I can install IE 6, 5.5 and 5.0 for you easily and quickly.
You are just four 'enter's away from your IEs.

I'll ask you some questions now. Just answer y or n (default answer is the bold one)

IE 6 will be installed automatically.
Do you want to install IE 5.5 SP2 too? [ y / n ]

And do you want to install IE 5.01 SP2? [ y / n ] n

IEs can be installed using one of the following locales:
EN-US PT-BR DE FR ES IT NL SV JA KO NO
DA CN TW FI PL HU AR HE CS PT RU EL TR
Default is . Hit enter to keep it or choose a different one:

這裡直接輸入cn回車

By default, I will install everything at /home/linuxidc/.ies4linux
I will also install Flash 9 plugin and create Desktop shortcuts.
Is that ok for you? (To configure advanced options type n) [ y / n ] y

Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.

Installing IE 6
Initializing
Creating Wine Prefix
/home/linuxidc/下載/ies4linux-2.0/lib/install.sh: line 17: wineprefixcreate:找不到命令
Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.

原來最新的Wine 1.2是沒有wineprefixcreate的,那我們現在用LinuxIDC.com提供的修改過的IEs4linux看看。

下載ie6.tar.bz2與ies4linux-2.99.0.1.tar.bz2後解壓到同一目錄。

然後進到 ies4linux-2.99.0.1目錄。

Copyright © Linux教程網 All Rights Reserved