 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

21st November 2010, 05:31 AM
|
|
Registered User
|
|
Join Date: Sep 2010
Location: india,hyderabad
Posts: 41

|
|
|
Re: Install Internet Explorer on Fedora
hi
yum -y install wine*
yum -y install cabextract
wget http://www.tatanka.com.br/ies4linux/...-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
i done all above..............
when i run ./ies4linux command an error is coming,showed as attachment
how can i install IE ,help me
Thanks&REgards,
Srinu
|

15th September 2011, 08:30 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 128

|
|
|
Re: Install Internet Explorer on Fedora
Is is possible to run IE on Fedora 15 x86_64?
I require it for testing purposes and am currently using virtualbox, a more native solution would be nice.
ies4linux complains about the wine prefix and winetricks complains about 64 bit.
__________________
I♥SymLinks
Junior SysAdmin and Python Newbie
Fedora 15 64 Bit (Fedora 13 install upgraded to 14 with preupgrade, then 15 using --distro-sync)
KDE 4.6.5
Laptop: Fedora 13 upgraded to 15 via --distro-sync
Can someone pls help me with The wireless on my laptop?
|

15th September 2011, 08:54 PM
|
 |
Administrator
|
|
Join Date: Aug 2009
Posts: 6,612

|
|
|
Re: Install Internet Explorer on Fedora
I can't figure out why anyone would want to install a virus on their nice smooth running linux system
Oh wait.. IE isn't a virus.. A virus actually does something.
And running Windows under a VM is probably about the best you will get as far as running IE or any other Windows app on linux.
|

18th September 2011, 10:46 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287

|
|
|
Re: Install Internet Explorer on Fedora
If you need to test sites in IE then use MS' VHDs to install IE 7, 8 and 9 under VB. Works like it should. Just take note of the absurd space requirements.
http://www.webupd8.org/2011/09/test-...lorer-9-8.html
__________________
I read the f'ing manual, and it told me to ask you guys...
performing amazing acts of mediocrity since 1974.
-------------------------------------------------------------------
FC 7(32 bit)/Gnome
AMD Athlon 64 3400+
Nvidia 6800 GT
1 Gig ram
|

18th September 2011, 11:02 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279

|
|
|
Re: Install Internet Explorer on Fedora
You could use the paid version of Wine. IE7 is supported and IE8 is community supported:
http://www.codeweavers.com/
(I am not affiliated with them, I'm just adding this to the list of options).
So, you should be able to run it on Wine, you probably need some special configuration that they have already done for you (you could take a look at their configuration with the 30 days trial  ).
|

19th September 2011, 01:19 AM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
|
Re: Install Internet Explorer on Fedora
you would still need access to the Microsoft ONLY activeX
( actavex-- you now, the Required to be open security hole you can sale an aircraftcarrier through)
install Microsoft Internet Explorer on a Microsoft operating system.
|

11th October 2011, 10:28 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 128

|
|
|
Re: Install Internet Explorer on Fedora
Quote:
Originally Posted by DBelton
I can't figure out why anyone would want to install a virus on their nice smooth running linux system 
|
Lol trolling real bad on IE there :P. I need it for testing sites.
Quote:
Originally Posted by JohnVV
you would still need access to the Microsoft ONLY activeX
( actavex-- you now, the Required to be open security hole you can sale an aircraftcarrier through)
|
Would that make it open only when running IE, or all the time?
Quote:
Originally Posted by JohnVV
install Microsoft Internet Explorer on a Microsoft operating system.
|
Says who?
__________________
I♥SymLinks
Junior SysAdmin and Python Newbie
Fedora 15 64 Bit (Fedora 13 install upgraded to 14 with preupgrade, then 15 using --distro-sync)
KDE 4.6.5
Laptop: Fedora 13 upgraded to 15 via --distro-sync
Can someone pls help me with The wireless on my laptop?
|

28th October 2011, 10:00 PM
|
|
Registered User
|
|
Join Date: Oct 2011
Posts: 2

|
|
|
Re: Install Internet Explorer on Fedora
Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version.
I've loaded latest version of wine,I've updated all other software via "yum update". Any ideas?
I really need to load IE browser. So I can brush up my OS skills on "Skillsoft". I can't load Skillsoft on recent versions of Mozilla/Firefox 
|

2nd May 2012, 10:28 PM
|
|
Registered User
|
|
Join Date: Sep 2011
Posts: 20

|
|
|
Re: Install Internet Explorer on Fedora
Thank you ajamison,
I do like your manual but in ./ie4linux phase, I get following error:
Quote:
|
"Your wine does not have wineprefixcreate installed."
|
for solving this problem I do:
1- edit lib/install.sh
Code:
vi lib/install.sh
and replace:
wineprefixcreate &> /dev/null
with:
wineboot &> /dev/null
2- also edit lib/functions.sh
Code:
replace:
if which wineprefixcreate &> /dev/null; then
( wineprefixcreate 2>&1 ) | debugPipe
with:
if which wineboot &> /dev/null; then
( wineboot 2>&1 ) | debugPipe
and again Re-run ies4linux and it runs to completion.
Cheers,
|

2nd July 2012, 12:01 PM
|
|
Registered User
|
|
Join Date: Jul 2012
Location: Clichy
Posts: 1

|
|
|
Re: Install Internet Explorer on Fedora
Dear all, I saw the same solution "editing lib/install.sh" on http://ccgi.philfam.co.uk/wordpress/2011/03/10/60
but it seems to work only under Ubuntu, I mean I have no install.sh or function.sh in my lib folder in Fedora 16, Is that normal ? Thank you !
|

23rd January 2013, 03:58 PM
|
 |
Registered User
|
|
Join Date: Oct 2012
Location: Fort Wayne, IN
Posts: 1,112

|
|
|
Re: Install Internet Explorer on Fedora
IE is included in Wine. It's their (WineHQ's) version, but it does the job of deception.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 20:57 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|