Page 1 of 1

[SOLVED] How do Iinstall the iron-browser on Mageia?

PostPosted: Aug 5th, '12, 18:30
by otto
:?:
Dear Mageia buddies,
How do Iinstall the iron-browser on Mageia? The iron-browser It's not in our repositories.
I tried using these codes (dependencies) as follows:


Urpmi libjpeg62

urpmi libbz2.so.1.0

urpmi libvacodec.so.52

Later on I downloaded straight there at
Downloads for RPM [BETA!] (Fedora, RHEL etc.):
http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)

I'm using 64bits.But It failed at all.Someone here has another hints?I appreciate your help installing it.
Cheers.
8-)

Re: How do Iinstall the iron-browser on Mageia?

PostPosted: Aug 5th, '12, 19:28
by doktor5000
Why don't you just use chromium?

Re: How do Iinstall the iron-browser on Mageia?

PostPosted: Aug 5th, '12, 20:51
by otto
doktor5000 wrote:Why don't you just use chromium?

:)
Thanks doktor5000! But I have alreay used either the Chrome and the chromium on Mageia 2 already. But I've heard there are some slightly differences.One that is the most fastest browser and the privacy is more respected.Another reason is another option to the Mageia. Thus,I've heard It's on MIB.I will suggest to include it on Mageia at the bugzilla.
Cheers.
:lol:

Re: How do Iinstall the iron-browser on Mageia?

PostPosted: Aug 5th, '12, 21:56
by doktor5000
You can disable most privacy-related things in chromium, FWIW. And as far as i know, it's not faster than chromium.
Also, as chromium is already a pain to package and to keep it updated, i don't think we will have another package which is just a copy of chromium.

Re: How do Iinstall the iron-browser on Mageia?

PostPosted: Aug 6th, '12, 02:06
by otto
doktor5000 wrote:You can disable most privacy-related things in chromium, FWIW. And as far as i know, it's not faster than chromium.
Also, as chromium is already a pain to package and to keep it updated, i don't think we will have another package which is just a copy of chromium.

:)
Thanks for the prompt reply.The slight differences are there at http://www.srware.net/en/software_srwar ... s_iron.php
I got it. It doensn't really worth to have at Mageia repos.
Cheers.
:)

Re: How do Iinstall the iron-browser on Mageia? [Solved]

PostPosted: Aug 6th, '12, 21:31
by doktor5000
Except for the first item there, AFAIR all of the other can either be disabled in configuration or are not applicable when Chromium is running, and when used under linux. But feel free to use it, just feeds the paranoia.

Re: How do Iinstall the iron-browser on Mageia? [Solved]

PostPosted: Aug 6th, '12, 22:06
by fraterlinux
doktor5000,

Because the links are fixed it could create a script Get-Iron-32 and Get-Iron-64 by automating the installation, does not burden developers and makes practical install and use for those interested!

http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)

Re: How do Iinstall the iron-browser on Mageia? [Solved]

PostPosted: Aug 7th, '12, 01:53
by otto
fraterlinux wrote:doktor5000,

Because the links are fixed it could create a script Get-Iron-32 and Get-Iron-64 by automating the installation, does not burden developers and makes practical install and use for those interested!

http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)

:D
Excellent idea fraterlinux.
:idea:

Re: How do Iinstall the iron-browser on Mageia? [Solved]

PostPosted: Aug 7th, '12, 20:46
by doktor5000
fraterlinux wrote:Because the links are fixed it could create a script Get-Iron-32 and Get-Iron-64 by automating the installation, does not burden developers and makes practical install and use for those interested!


Well, just do it if you want to have it, but i'd dicuss it before on mageia-dev mailing list.

Re: [SOLVED] How do Iinstall the iron-browser on Mageia?

PostPosted: Sep 2nd, '12, 14:18
by fraterlinux
Tip: to work in Mageia 2

Creating a link to the executable in /usr/bin/

Code: Select all
# ln -s /usr/share/iron/iron /usr/bin/iron


Creating the link to fix the error of library:
./iron: error while loading shared libraries: libbz2.so: cannot open shared 1.0. object file: No such file or directory

Code: Select all
# ln -s /usr/lib64/libbz2.so.1.0.0 /usr/lib64/libbz2.so.1.0



I believe that with i586 is similar, then I'll post the hint, please test and submit errors to adapt the Tip:

Creating a link to the executable in /usr/bin/

Code: Select all
# ln-s /usr/share/iron/iron /usr/bin/iron



Creating the link to fix the error of library:
./iron: error while loading shared libraries: libbz2.so: cannot open shared 1.0. object file: No such file or directory

Code: Select all
# ln -s /usr/lib/libbz2.so.1.0.0 /usr/lib/libbz2.so.1.0



Now simply run the iron as a normal user:

Code: Select all
$ iron

Re: [SOLVED] How do Iinstall the iron-browser on Mageia?

PostPosted: Sep 4th, '12, 03:00
by otto
:D
fraterlinux,
Good hint!
Cheers.
8-)