LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-08-2010, 03:32 AM   #1
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
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?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-08-2010, 03:38 AM   #2
ajeetsinghraina
Member
 
Registered: May 2010
Location: India
Distribution: Ubuntu 7.04/8.04/8.10/10.04, RHEL 6, OpenSUSE,Mandriva,Fedora, CentOS, XandrOS, Slackware, OpenSolar
Posts: 155

Rep: Reputation: 55
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
 
0 members found this post helpful.
Old 05-08-2010, 03:43 AM   #3
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466

Original Poster
Blog Entries: 6

Rep: Reputation: 51
I got the hint.
thanks.
 
Old 05-08-2010, 07:12 AM   #4
Bratmon
Member
 
Registered: Jul 2009
Location: 75.126.162.205:80
Distribution: Arch / Mint 17
Posts: 297
Blog Entries: 3

Rep: Reputation: 50
A better question is why. Why would anyone want to use that over Firefox? WHY!?!?!?
 
Old 05-08-2010, 07:17 AM   #5
eSelix
Senior Member
 
Registered: Oct 2009
Location: Wroclaw, Poland
Distribution: Arch, Kubuntu
Posts: 1,281

Rep: Reputation: 320Reputation: 320Reputation: 320Reputation: 320
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
 
Old 05-08-2010, 08:15 AM   #6
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,671
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
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 ...
 
Old 05-08-2010, 09:13 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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
 
Old 05-08-2010, 12:38 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
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
 
Old 05-08-2010, 02:38 PM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,678

Rep: Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971
Quote:
Originally Posted by eSelix View Post
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.
 
2 members found this post helpful.
Old 05-08-2010, 04:19 PM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
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.
 
Old 05-09-2010, 07:43 PM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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.

Last edited by pixellany; 05-09-2010 at 07:49 PM. Reason: typo
 
Old 05-09-2010, 07:45 PM   #12
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by pixellany View Post
Neither option seems lik a smart move.
Because there's nothing smart about µSoft's "standards".
 
Old 05-09-2010, 08:39 PM   #13
ArthurSittler
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 124

Rep: Reputation: 31
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.
 
Old 05-09-2010, 08:55 PM   #14
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
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...

Last edited by paulsm4; 05-10-2010 at 12:27 AM.
 
Old 05-09-2010, 11:27 PM   #15
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
WHY?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to configure samba in ubuntu 9.10 linux.ab Linux - Newbie 3 03-31-2010 04:29 AM
How to configure Ubuntu using 2 NICs? new2linux2009 Linux - Newbie 5 05-27-2009 10:17 AM
how do i configure sound in ubuntu reddwarf1387 Linux - Newbie 2 02-15-2007 05:47 AM
How can i configure my IP in ubuntu ? amsunaakage Ubuntu 5 10-14-2006 12:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration