- Debian Admin - http://www.debianadmin.com -
Running Internet Explorer in Debian and ubuntu Linux
Posted By Admin On 27th September 2006 @ 10:16 In General, Other Linux | 33 Comments
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
No clicks needed. No boring setup processes. No Wine complications. Just one easy script and you’ll get three IE versions to test your Sites. And it’s free and open source.This may be very helpful for software developers and web developers to test their applications.
IEs4Linux Installation in Debian
Before installing Internet Explorer you need to install the following packages
#apt-get install wine cabextract
Now youi need to download IEs4Linux script from here
$wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-2.0.3.tar.gz
$tar xzvf ies4linux-2.0.3.tar.gz
$cd ies4linux-2.0.3
Once you are inside ies4linux-2.0.3 directory you need to run the following script to install internet explorer
$./ies4linux
This will install the internet explore in your machine and after the end of installation it will give you from where you need to run IE6.from my machine i am using the following
$/root/bin/ie6
This will open IE6 and you can see internet explorer in action
IEs4Linux Installation in Ubuntu
You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:
Open /etc/apt/sources.list file
$sudo gedit /etc/apt/sources.list
Uncomment following lines in your /etc/apt/sources.list and it may be different if you are in different country instead of UK
deb http://uk.archive.ubuntu.com/ubuntu dapper universe
deb-src http://uk.archive.ubuntu.com/ubuntu dapper universe
Add WineHQ APT Repository
or
If you want to add source packages from the repository
Currently, wine only have i386 binary packages available. If you do not use an i386 architecture, or wish to compile the package in a special or optimized way, you can build the wine package using the source repository instead. To do this, add a source repository with one of the following:
deb-src http://wine.budgetdedicated.com/apt dapper main
Close gedit and run an update to take your new Repository
$sudo apt-get update
Install wine and cabextract
$sudo apt-get install wine cabextract
Now you need to download IEs4Linux script from here
$wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-2.0.3.tar.gz
$tar xzvf ies4linux-2.0.3.tar.gz
$cd ies4linux-2.0.3
Once you are inside ies4linux-2.0.3 directory you need to run the following script to install internet explorer
$./ies4linux
This will install the internet explore in your machine.
To run IE you need to run the following command and it may be different for others this path at the end of installation it will give from where you want to run
$/root/bin/ie6
You should see the Internet explorer opening
Internet Explorer Version and Widows Media Player
If you want to see this in action check the following screen
If try to run /root/bin/ie6 as root user you will get the following error messages so you need to run as user
#/root/bin/ie6
fixme:actctx:CreateActCtxW stub!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
Application tries to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
If you want to check more information about this script check here
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/running-internet-explorer-debian-and-ubuntu-linux.html
Click here to print.