Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wine > [SOLVED] IEs4Linux

Forgot Password?
 Wine   Discussion about Wine, the Open Source implementation of the Windows API on top of X and Unix.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 06-13-2008   #1 (permalink)
Just Joined!
 
Join Date: Jun 2007
Location: UK
Posts: 14
Send a message via MSN to alinaqvi90 Send a message via Yahoo to alinaqvi90
[SOLVED] IEs4Linux

Hi

I am a novice in software installations in Linux and am trying to basically install IEs4Linux (Main Page - IEs4Linux)
because I need to access some web pages which arent firefox compatible.

According to the instructions on the home page I need cabextract and wine on my linux system before I can run IEs4Linux.

The sequence of steps I have followed so far:
Install wine using:
yum install wine

The output:
"[root@abc /]# yum install wine
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do"



install cabextract using:
yum install cabextract
The output I got:
"[root@arcturus /]# yum install cabextract
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
extras 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
"



After this Download the IEs4Linux tar file and unzip it.
and then I try to run the IEs4Linux and get the following message:

[root@abc ies4linux-2.99.0.1]# ./ies4linux
You need to install wine first!
Download it here: Wine HQ



So my question is do you have any idea what i am doing wrong or which steps i am missing etc.

Any help would be appreciated.
many thanks in advance
alinaqvi90 is offline  



Old 06-13-2008   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 22,164
Hi and Welcome !

Quote:
"[root@abc /]# yum install wine
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do"
wine is not installed in yet. Executet this
Code:
yum -y --enablerepo=extras install wine
Quote:
[root@abc ies4linux-2.99.0.1]# ./ies4linux
You need to install wine first!
Download it here: Wine HQ
Never ever run ies4linux as root user. Log out and log in again as Regular user and execute above command again after installing wine.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline  
Old 06-16-2008   #3 (permalink)
Just Joined!
 
Join Date: Jun 2007
Location: UK
Posts: 14
Send a message via MSN to alinaqvi90 Send a message via Yahoo to alinaqvi90
Hi
Thanks for your comments Casper but didnt work


[root@abc ~]# yum -y --enablerepo=extras install wine
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do

[root@abc ies4linux-2.99.0.1]# ./ies4linux
You need to install wine first!
Download it here: Wine HQ

[root@abc ies4linux-2.99.0.1]# ./ies4linux
You need to install wine first!
Download it here: Wine HQ

[root@abc ies4linux-2.99.0.1]# ./ies4linux
You need to install wine first!
Download it here: Wine HQ



Regarding your comment on not running the ies4linux as root user, it does not make a difference for me as I actually have a virtual machine running on my windows environment and this whole excercise is to actually produce an image to be used for testing later on.

cheers
alinaqvi90 is offline  
Old 06-16-2008   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 22,164
Execute this
Code:
ls /etc/yum.repos.d
cat /etc/*release
Post output here.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline  
Old 06-16-2008   #5 (permalink)
Just Joined!
 
Join Date: Jun 2007
Location: UK
Posts: 14
Send a message via MSN to alinaqvi90 Send a message via Yahoo to alinaqvi90
ls /etc/yum.repos.d
CentOS.base.repo CentOS.Media.repo

cat /etc/*release
CentOS Release 5 (Final)
alinaqvi90 is offline  
Old 06-16-2008   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 22,164
Follow instructions from here to enable RPMForge Repository.
Execute yum install wine after enabling that repo.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline  
Old 06-16-2008   #7 (permalink)
Just Joined!
 
Join Date: Jun 2007
Location: UK
Posts: 14
Send a message via MSN to alinaqvi90 Send a message via Yahoo to alinaqvi90
Nice one Casper. Got it working.
Just to finish off the post incase some one else is facing similar issue I got the following message after executing above mentioned instructions:
[root@abc ies4linux-2.99.0.1]# ./ies4linux
IEs4Linux 2 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version. It's recommended that you update your wine to the latest version (Go to: winehq.com).


But after installing cabextract didnt see the outdated wine message again and every thing went smoothly.

Thanks again Casper
You need to install cabextract first!
Download it here: http://www.kyz.uklinux.net/cabextract.php
alinaqvi90 is offline  
Old 06-16-2008   #8 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 22,164
Glad to help you !
Do start a new thread if you have any other question.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:18 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1