Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 21st November 2010, 05:31 AM
ryzingsrinivas Offline
Registered User
 
Join Date: Sep 2010
Location: india,hyderabad
Posts: 41
linuxfedorafirefox
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
Attached Thumbnails
Click image for larger version

Name:	ie6.png
Views:	145
Size:	7.6 KB
ID:	20335  
Reply With Quote
  #17  
Old 15th September 2011, 08:30 PM
IHeart SymLinks Offline
Registered User
 
Join Date: Jan 2011
Posts: 128
linuxfirefox
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?
Reply With Quote
  #18  
Old 15th September 2011, 08:54 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
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.
Reply With Quote
  #19  
Old 18th September 2011, 10:46 PM
schwim's Avatar
schwim Offline
Registered User
 
Join Date: Dec 2005
Location: In your closet
Age: 39
Posts: 2,287
windows_vistafirefox
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
Reply With Quote
  #20  
Old 18th September 2011, 11:02 PM
roelj Offline
Registered User
 
Join Date: Jun 2009
Location: Netherlands
Age: 21
Posts: 279
linuxfirefox
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 ).
Reply With Quote
  #21  
Old 19th September 2011, 01:19 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
linuxfirefox
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.
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #22  
Old 11th October 2011, 10:28 PM
IHeart SymLinks Offline
Registered User
 
Join Date: Jan 2011
Posts: 128
linuxfirefox
Re: Install Internet Explorer on Fedora

Quote:
Originally Posted by DBelton View Post
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 View Post
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 View Post
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?
Reply With Quote
  #23  
Old 28th October 2011, 10:00 PM
CaseyC Offline
Registered User
 
Join Date: Oct 2011
Posts: 2
linuxfirefox
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
Reply With Quote
  #24  
Old 2nd May 2012, 10:28 PM
Aminf Offline
Registered User
 
Join Date: Sep 2011
Posts: 20
linuxfirefox
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,
Reply With Quote
  #25  
Old 2nd July 2012, 12:01 PM
manuhoz Offline
Registered User
 
Join Date: Jul 2012
Location: Clichy
Posts: 1
linuxfirefox
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 !
Reply With Quote
  #26  
Old 23rd January 2013, 03:58 PM
Ihatewindows's Avatar
Ihatewindows Offline
Registered User
 
Join Date: Oct 2012
Location: Fort Wayne, IN
Posts: 1,112
linuxfirefox
Re: Install Internet Explorer on Fedora

IE is included in Wine. It's their (WineHQ's) version, but it does the job of deception.
Reply With Quote
Reply

Tags
explorer, fedora, install, internet

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet explorer in fedora anantharajesh Installation and Live Media 24 3rd April 2007 05:00 PM
Howto install internet explorer 6 in linux leigh123linux Guides & Solutions (No Questions) 48 13th December 2006 11:11 PM
Can not install internet explorer using winetools! oliver-fedora Installation and Live Media 2 28th July 2006 07:56 AM
Internet Explorer on Fedora Core 3 pamount Using Fedora 15 9th May 2005 09:47 PM


Current GMT-time: 20:57 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat