New Iron-Version: 29.0.1600.1 Stable for Linux
New Iron-Version: 29.0.1600.1 Stable for Linux
We released the new Iron for Linux 29 today, which contains all features and updates known from Chromium 29. The current version is 29.1600.1.
Main improvements:
- improved speed + stability
- TLS 1.2 Support
- Security-/Bugfixes
Downloads:
http://www.srware.net/downloads/iron-linux.tar.gz (32-Bit)
http://www.srware.net/downloads/iron-linux-64.tar.gz (64-Bit)
Downloads for Debian-based distributions (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
http://www.srware.net/downloads/iron64.deb (64-Bit)
Downloads for Redhat-based Distributionen [BETA!] (Fedora, RHEL etc.):
http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)
Main improvements:
- improved speed + stability
- TLS 1.2 Support
- Security-/Bugfixes
Downloads:
http://www.srware.net/downloads/iron-linux.tar.gz (32-Bit)
http://www.srware.net/downloads/iron-linux-64.tar.gz (64-Bit)
Downloads for Debian-based distributions (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
http://www.srware.net/downloads/iron64.deb (64-Bit)
Downloads for Redhat-based Distributionen [BETA!] (Fedora, RHEL etc.):
http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)
Iron-Updates via Twitter: http://twitter.com/srware
Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
-
- Posts: 8
- Joined: Tue Mar 30, 2010 9:43 pm
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
Unfortunately, iron64.deb isn't working on my Ubuntu 12.04 64bit system.
I install it and nothing happens. I had to uninstall it, and then reinstalled an older version.
I install it and nothing happens. I had to uninstall it, and then reinstalled an older version.
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
iron does not start
linux mint debian edition 32 bit
linux mint debian edition 32 bit
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
linux mint cinnamon doesn't work or installation fail, or some dependencies missed. but chromium works....
Jetway pt88bspro-ec|Pentium 4 670|OCZ Platinum DDR400 2x1GB|Sapphire HD3850 AGP|Creative XtremeGamer|Dexxa ps/2|Edifier S550|Asus VB175T|Xp
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
EDIT previous message: 29 works on linux mint cinnamon 15 but I cannot set it as default.
Jetway pt88bspro-ec|Pentium 4 670|OCZ Platinum DDR400 2x1GB|Sapphire HD3850 AGP|Creative XtremeGamer|Dexxa ps/2|Edifier S550|Asus VB175T|Xp
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
Slackware 14 (32 bits)
update the slocate database: (it may last several minutes)
find files by name (In this case: libudev)
make links between files
From Konsole/Terminal (root)iron: error while loading shared libraries: libudev.so.1: cannot open
shared object file: No such file or directory
Code: Select all
su -
Code: Select all
updatedb
Code: Select all
locate libudev
Code: Select all
ln -sf [SOURCE] [DEST]
logout as rootNote:
In my case [source] (/lib/libudev.so.0.13.1)
ln -sf /lib/libudev.so.0.13.1 /lib/libudev.so.1
-s
make symbolic links instead of hard links
-f
remove existing destination files

Code: Select all
exit
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
Carramba!
The new 29-version of browser doesn't start/run in my Ubuntu 12.04 64-bit.
I've tried all possible ways of upgrading including full remove and reinstall.....
But alas!!!
Have to return back to the previous 28-version...
"Is there anything wrong again in a Dutch Kingdom?"
Do something with this version please: the Future is already coming up but its Browser isn't ready yet...
With respect to all of you and to all of your efforts.
The new 29-version of browser doesn't start/run in my Ubuntu 12.04 64-bit.
I've tried all possible ways of upgrading including full remove and reinstall.....
But alas!!!
Have to return back to the previous 28-version...
"Is there anything wrong again in a Dutch Kingdom?"
Do something with this version please: the Future is already coming up but its Browser isn't ready yet...
With respect to all of you and to all of your efforts.
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
On ubuntu 12.04 (64bit) enter in terminal:DigitalMan wrote:Unfortunately, iron64.deb isn't working on my Ubuntu 12.04 64bit system.
I install it and nothing happens. I had to uninstall it, and then reinstalled an older version.
sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.1
and iron start normaly.
-
- Posts: 8
- Joined: Tue Mar 30, 2010 9:43 pm
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
That worked! Wonderful, many thanks!acer5513 wrote:On ubuntu 12.04 (64bit) enter in terminal:
sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.1
and iron start normaly.
Re: New Iron-Version: 29.0.1600.1 Stable for Linux
for 32Bit
brings iron to life...
[on Linux Mint 12.04 Mate]
Code: Select all
sudo ln -s /lib/i386-linux-gnu/libudev.so.0.13.0 /lib/i386-linux-gnu/libudev.so.1
[on Linux Mint 12.04 Mate]