LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to configure IE on Ubuntu? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-configure-ie-on-ubuntu-806616/)

your_shadow03 05-08-2010 03:32 AM

How to configure IE on Ubuntu?
 
I tried to explore Ubuntu websites but couldnt get it done.
Have anyone tried implementing IE on Ubuntu 10.04?

ajeetsinghraina 05-08-2010 03:38 AM

Pretty old solution but worked~~

You have to enable universe packages first. It is also recommended that you use the official winehq ubuntu package:

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/...-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.

For "Fiesty" K/Ubuntu Users (and 64-bit "Fiesty): http://www.winehq.org/site/download-deb

your_shadow03 05-08-2010 03:43 AM

I got the hint.
thanks.

Bratmon 05-08-2010 07:12 AM

A better question is why. Why would anyone want to use that over Firefox? WHY!?!?!?

eSelix 05-08-2010 07:17 AM

For example, web developers need to known how the page will be displayed by IE and write workarounds for possible bugs. We known that IE has its own "interpretation" of w3c standards :)

sundialsvcs 05-08-2010 08:15 AM

If you haven't done so already, by all means check out Opera.

IMHO, it just might be the best of them all. But that's JMHO ...

pixellany 05-08-2010 09:13 AM

Another option: Install CrossOver. This is simply WINE with and nice GUI front end ---AND support.

Once CrossOver is installed, then installing IE is one click

John VV 05-08-2010 12:38 PM

if for some very odd/bad reason you NEED internet explorer on linux
there is the very,very,very,very old IE4
But that will NOT HELP for designing web pages ( seeing as IT IS IE4 )
for ie8 ( soon 9 )install MS Windows 7

TB0ne 05-08-2010 02:38 PM

Quote:

Originally Posted by eSelix (Post 3961269)
For example, web developers need to known how the page will be displayed by IE and write workarounds for possible bugs. We known that IE has its own "interpretation" of w3c standards :)

While I agree with this, I also DISagree with this.

Cross-browser testing should certainly be done. But going out of your way to write bad, broken code (or implement 'workarounds'), for a browser that's crap, only let's that browser EXIST in its broken state. If you were Microsoft, would YOU bother to fix your crap browser, when you could just let other folks write 'workarounds'??

A better thing to do, in my opinion, is to write standards-compliant code, and test that code with standards-compliant browsers. Put a banner on your site, that explicitly states that the site won't work with IE, because it's not compliant. Put the burden on MS, and write good code.

MTK358 05-08-2010 04:19 PM

I agree.

At first it might sound better to do workarounds to have the site accessible to more users, but it helps extend the use of (especially old versions) of IE.

If all web sites would be strictly standards-compliant code, then µSoft will be forced to comply, not reinvent broken versions of web standards.

pixellany 05-09-2010 07:43 PM

Depending on who the web page is for, it is often not a good plan to avoid testing with IE.

If I am selling something on the web, and I dont test with Firefox, I am blowing off maybe 20% of my potential customers. If I don't test with IE, I am blowing off 80%.

Neither option seems like a smart move.

MTK358 05-09-2010 07:45 PM

Quote:

Originally Posted by pixellany (Post 3962666)
Neither option seems lik a smart move.

Because there's nothing smart about µSoft's "standards".

ArthurSittler 05-09-2010 08:39 PM

Maybe us a Windows(R) box?
 
It seems to me that the simplest way to see how the web sites looks to IE might be to just use a Windows(R) box to look at it.

Even if you do not have a computer running Windows(R) in your own home for moral, religious, ethical, or financial reasons, it may be pretty easy to find a friend who is still tithing to the Evil Empire and has a Windows(R) box that she or he would let you use to confirm that IE renders your web site acceptably.

Please don't bombard me with hate mail and derogatory epithets for this suggestion. Sometimes we have to deviate from the One True Way (that is, Linux) for pragmatic reasons.

paulsm4 05-09-2010 08:55 PM

Hi -

Quote:

I tried to explore Ubuntu websites but couldnt get it done.
Have anyone tried implementing IE on Ubuntu 10.04?
I'm unclear if the OP wanted to actually use IE as a browser under Linux (short answer: you can't), or if he wanted to compare IE with other browsers (for example, to test a web site).

If the latter: Yes, simply using a Windows box to compare IE would probably be the best solution.

Running Windows under a virtual machine (VBox and VMware are two good choices) would be a close second. This would be my "preferred solution": VM's make it easy to set up a "virtual lab" to test all different kinds of software, in all different configurations. I love VM's :) My personal preference, for whatever it's worth, is VMWare.

I think "wine" would come in a distant third. Performance isn't as good as running a browser like Konqueror or Firefox "natively"; testing results are probably slightly less valid than running a VM; and testing multiple different OS's and/or software combinations is a LOT less convenient with wine than with a VM.

IMHO .. PSM

PS:

Your_shadow03 -
Q: is your question well and completely answered ;)?
Q: why *did* you want to run IE, anyway? Just curious...

smeezekitty 05-09-2010 11:27 PM

WHY?


All times are GMT -5. The time now is 08:00 PM.