Results 1 to 8 of 8
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-13-2008 #1Just Joined!
- Join Date
- Jun 2007
- Location
- UK
- Posts
- 14
[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
- 06-13-2008 #2
Hi and Welcome !
wine is not installed in yet. Executet this"[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"
Code:yum -y --enablerepo=extras install wine
Never ever run ies4linux as root user. Log out and log in again as Regular user and execute above command again after installing wine.[root@abc ies4linux-2.99.0.1]# ./ies4linux
You need to install wine first!
Download it here: Wine HQIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-16-2008 #3Just Joined!
- Join Date
- Jun 2007
- Location
- UK
- Posts
- 14
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
- 06-16-2008 #4
Execute this
Post output here.Code:ls /etc/yum.repos.d cat /etc/*release
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-16-2008 #5Just Joined!
- Join Date
- Jun 2007
- Location
- UK
- Posts
- 14
ls /etc/yum.repos.d
CentOS.base.repo CentOS.Media.repo
cat /etc/*release
CentOS Release 5 (Final)
- 06-16-2008 #6
Follow instructions from here to enable RPMForge Repository.
Execute yum install wine after enabling that repo.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-16-2008 #7Just Joined!
- Join Date
- Jun 2007
- Location
- UK
- Posts
- 14
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
- 06-16-2008 #8
Glad to help you !

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



