Reply to comment

How to Install Internet Explorer on Ubuntu 7.10 Gutsy Gibbon

This tutorial will show how to install Internet Explorer in Ubuntu step by step.

1. Open /etc/apt/sources.list file.

sudo gedit /etc/apt/sources.list

2. Uncomment the following lines, which enables the universe repositories:

deb http://us.archive.ubuntu.com/ubuntu gutsy universe
deb-src http://us.archive.ubuntu.com/ubuntu gutsy universe

3. Add the Wine's repository to /etc/apt/sources.list:

deb http://wine.budgetdedicated.com/apt gutsy main
deb-src http://wine.budgetdedicated.com/apt gutsy main

4. Next update the sources in the packages list, then install Wine and cabextract.

sudo apt-get update
sudo apt-get install wine cabextract

5. Now download the Internet Explorer installation file with wget.

wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz

6. Next untar the downloaded file.

tar zxvf ies4linux-latest.tar.gz

7. Then go into the directory, and run the installation script.

cd ies4linux-*
./ies4linux

8. Now you can run the Internet Explore anytime with this command:

/root/bin/ie6

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
copy the characters (respecting upper/lower case) from the image.