LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I get the Iron Browser installed in Debian? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-get-the-iron-browser-installed-in-debian-848392/)

Indy452 12-04-2010 06:28 PM

How do I get the Iron Browser installed in Debian?
 
I would rather use the Iron browser rather than Google chromium or Chrome. I don't know how to open a tar.gz file for Debian....Is there a way to get this browser working in LMDE?

Thanks...

http://www.srware.net/en/software_sr...n_download.php

trademark91 12-04-2010 07:14 PM

extract the .tar.gz file somewhere

use the terminal to go to the folder you just created

Code:

sudo bash
./configure
make
make install

should do the trick

Indy452 12-04-2010 10:18 PM

Quote:

Originally Posted by trademark91 (Post 4180884)
extract the .tar.gz file somewhere

use the terminal to go to the folder you just created

Code:

sudo bash
./configure
make
make install

should do the trick


Thank you...installed and running. Not so bad after all.

catkin 12-05-2010 01:24 AM

Quote:

Originally Posted by Indy452 (Post 4180978)
Thank you...installed and running. Not so bad after all.

What? Following the posted method? AFAIK SRWare Iron is not distributed as source but as binary and the installation procedure is simply tar -zxvf iron-linux<whatever>.tar.gz and then run the resulting iron binary. Needs libgconf-2.so.4.

tonytraductor 08-13-2012 08:47 AM

.deb
 
SRWare now offers a .deb download, as well.
I installed it yesterday (using iron now, as iceweasel 14 is flaking out).

In this case, just download the .deb
cd /diretory/with/iron64.deb # ok, I am on AMD 64. There is a 32bit deb, as well
sudo dpkg -i iron64.deb

Works nicely, but is constantly asking to update the flash plugin (and redirects you to adobe's site to download the same version I already have running...)


All times are GMT -5. The time now is 06:40 AM.