Jun
8
Install IE6 using IEs 4 Linux on Ubuntu
June 8, 2008 |
No matter how anal IE6 is, it is still quite an important browser. According to statistics from W3School, by April 2008, there are still about 28.9% of surfers using IE6. So on my Ubuntu, I have no choice but having it installed.
To install IE6 and below, you should first have cabextract and Wine installed, if not, read Install and Configure Wine on Ubuntu first.
After that, you need to install IEs4Linux (IEs 4 Linux), to install IEs4Linux, execute the following command one by one in your terminal:
wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz tar zxvf ies4linux-latest.tar.gz cd ies4linux-* ./ies4linux
The installation failed when I ran the last installer command:
./ies4linux
You may get error message like:
Gtk-ERROR **: file /build/buildd/gtk+2.0-2.12.0/gtk/gtktextview.c: line 3352 (gtk_text_view_validate_onscreen): assertion failed: (text_view->onscreen_validated)
aborting…
ui/pygtk/python-gtk.sh: line 6: 6431 Aborted (core dumped) python “$IES4LINUX”/ui/pygtk/ies4linux-gtk.py
There are many ways around:
1. Run ./ies4linux again and this time did not change any options (previously if you checked box to install menu icon and removed desktop icon).
2. Another fix, a rather bizarre one for this problem is to execute the following command a few more times until it’s installed.
./ies4linux
While repeat the installer command above, the error getting farther each time, and finally it completely installed!
Hope this helps, and if you got any better fix, feel free post it here!
Similar Posts
- Install Adobe AIR for Linux Beta on Ubuntu
- Install Flash CS on Ubuntu
- Install and Play Quake 4 on Ubuntu
- Install and Configure Wine on Ubuntu
- Install Photoshop on Ubuntu
- Play iTunes m4a Files on Linux Ubuntu
- Install Run and Play Doom 3 on Ubuntu
- Install and Play Quake 2 on Ubuntu
- Install and Play Quake III Arena on Ubuntu
- Install and Play Enemy Territory Quake Wars on Ubuntu
- Install and Play Counter Strike on Ubuntu
- Install and Configure LAMP on Ubuntu
- Virus on Ubuntu Wine
- Linux Ubuntu Install Setup PHP cURL
- Install Google Earth on Ubuntu
- Make Acer Extensa headphone speakers Work on Ubuntu
- Install and Play Diablo II on Ubuntu
- Ubutu Root Password
- Install and Use Audacity on Ubuntu
- Install and Configure phpMyAdmin on Ubuntu LAMP
- Ubuntu Convert Ogg Flac to mp3
- Install and Run RealPlayer on Ubuntu
- Install BitTorrent GUI Azureus on Ubuntu
- Install and Play Unreal Tournament on Ubuntu
- Install and Use Skype on Ubuntu
- Create Compile and Run .NET on Ubuntu
- Install and Play Red Alert 2 on Ubuntu
- Manipulate Files Directories using Unix Shell
- Show hidden htaccess file on Ubuntu
- Open VCD Using VLC on Ubuntu
- Ubuntu Install Chinese Input
- Install Java Plugin on Ubuntu Firefox
- Burn Blu-Ray Disc on Ubuntu
- Ubuntu 7.10 Gutsy - Add Universe Multiverse Repositories
- Ubuntu Seperate Audio From Video
- Ubuntu Best CHM Viewer
- Transfer music mp3 to and from iPod Ubuntu
- Install Use ICQ on Ubuntu
- Use MySpaceIM to Chat on Ubuntu
- Install and Use Google Talk to Chat on Ubuntu
- Use New iPod Nano with Ubuntu
- Force Quit on Ubuntu
- Make Acer Extensa 4620Z Wireless Work on Ubuntu
- Connect Ubuntu to Printer
- Install and Chat use QQ on Ubuntu
- Ubuntu Configure Disable Touchpad
- Use AIM to Chat on Ubuntu
- Connect to and Use SILC on Ubuntu
- Connect to and use XMPP on Ubuntu
- Connect to and use Zephyr on Ubuntu
Comments
1 Comment so far



































Using –no-gui also helps :)