ubuntu10.04中安装使用IE6
by
at 2010-06-21 09:55:27
original http://www.javaeye.com/topic/695407
在用ubuntu910的时候,已经装了一遍IE了,但是升级到10.04后IE使用过程中,出现丢失光标的问题。前几天重装了ie4linux后,还是无法解决问题,索性连wine一起也重新安装下,看看能不能解决问题。
安装wine和cabeextract
sudo apt-get update
sudo apt-get install wine cabextract
sudo apt-get install wine cabextract
如果不能正常安装的话,先添加源。
添加源
sudo gedit /etc/apt/sources.list
deb http://us.archive.ubuntu.com/ubuntu dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu dapper universe
deb http://wine.budgetdedicated.com/apt dapper main
deb http://us.archive.ubuntu.com/ubuntu dapper universe
deb-src http://us.archive.ubuntu.com/ubuntu dapper universe
deb http://wine.budgetdedicated.com/apt dapper main
安装ies4linux
http://www.tatanka.com.br/ies4linux/downloads下载最新的包
解压 tar zxvf ies4linux-latest.tar.gz
进入解压后的目录执行命令
./ies4linux --no-gui --install-ie6 --locale CN --install-corefonts
解压 tar zxvf ies4linux-latest.tar.gz
进入解压后的目录执行命令
./ies4linux --no-gui --install-ie6 --locale CN --install-corefonts
安装过程中下载字体的时候,经常会报错,重复执行命令基本上可以解决。
下边记录下卸载过程。
卸载wine
sudo apt-get remove --purge
然后再进行以下步骤:
(1)删除.config/menus目录下的相应文件
(2)删除.config/menus/applications-merged目录下的相关文件
(3)打开.config/menus/applications.menu文件,删除文件中与wine有关的内容。
(4)删除以下三个文件:
/usr/share/app-install/desktop/wine.desktop
/usr/share/app-install/desktop/wineconfig.desktop
/usr/share/app-install/desktop/winefish.desktop
(5)删除下面三个目录下与wine和wine相关的内容:
~/.local/share/applications
~/.local/share/desktop-directories
~/.local/share/icons
然后再进行以下步骤:
(1)删除.config/menus目录下的相应文件
(2)删除.config/menus/applications-merged目录下的相关文件
(3)打开.config/menus/applications.menu文件,删除文件中与wine有关的内容。
(4)删除以下三个文件:
/usr/share/app-install/desktop/wine.desktop
/usr/share/app-install/desktop/wineconfig.desktop
/usr/share/app-install/desktop/winefish.desktop
(5)删除下面三个目录下与wine和wine相关的内容:
~/.local/share/applications
~/.local/share/desktop-directories
~/.local/share/icons
卸载ies4linux
There is no uninstall option because it is simple: just remove the files.
Usually you have to remove:
* ~/.ies4linux folder
* Executables at ~/bin
* Desktop shortcuts
If you configured different folders, just remove them.
Usually you have to remove:
* ~/.ies4linux folder
* Executables at ~/bin
* Desktop shortcuts
If you configured different folders, just remove them.
<br><br>
作者: <a href="http://huangyuanmu.javaeye.com">huangyuanmu</a>
<br>
声明: 本文系JavaEye网站发布的原创文章,未经作者书面许可,严禁任何网站转载本文,否则必将追究法律责任!
<br><br>
<span style="color:red">
<a href="http://www.javaeye.com/topic/695407" style="color:red">已有 <strong>0</strong> 人发表回复,猛击->><strong>这里</strong><<-参与讨论</a>
</span>
<br><br><br>
JavaEye推荐