-3

please help me guys, i want to install internet explorer with wine with execute command ./ies4linux buth when i execute, appear 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).

can someone help me ?

1 Answers1

0

Update:

Referring to this answer (ies4linux installation is failing), the error message is a false alert.


The official Ubuntu package information says that the current wine version for Ubuntu 14.04 in universe repository is 1.6.2. You should be able to update to this version when Universe repository is enabled (--> How do I enable the "Universe" repository?)

sudo add-apt-repository universe
sudo apt-get update
sudo apt-get upgrade

You can also install a newer version of Wine via ppa:

sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends wine-staging
sudo apt-get install winehq-staging

Found here

pLumo
  • 26,947