downloaded iron.deb
as root, dpkg -i iron.deb
nothing happened
need to know how to (1) properly install the iron.deb package and, (2) remove Iceape
topic title: iron.deb | howto
-
Posts: 38
- Joined: 28 Jul 2011
-
Posts: 117
- Joined: 20 Aug 2010
#2
cd into the folder to where you downloaded iron.deb to. Then do dpkg To remove iceape it's apt-get remove iceape as root.
-
Posts: 38
- Joined: 28 Jul 2011
#4
well ...
iron worked perfectly, again thanks
however, a popup says that adobe flash player needs updating
so ... how do you install a tar.gz download?
iron worked perfectly, again thanks
however, a popup says that adobe flash player needs updating
so ... how do you install a tar.gz download?
-
Posts: 117
- Joined: 20 Aug 2010
#5
follow the instructions here how-i-updated-from-flash-10-to-flash-11-beta-t3300.html It'll show you how to update to flash 11
-
Posts: 38
- Joined: 28 Jul 2011
#6
thanks,
OK looks like your recommendation is to upgrade rather than install the tar.gz, will do
just curious, when I installed the .deb package for iron, where did antiX stick the stuff for this program?
OK looks like your recommendation is to upgrade rather than install the tar.gz, will do
just curious, when I installed the .deb package for iron, where did antiX stick the stuff for this program?
-
Posts: 173
DeepDayze - Joined: 09 Sep 2011
#7
I believe that Iron's been installed to /opt if you install the deblmart wrote:thanks,
OK looks like your recommendation is to upgrade rather than install the tar.gz, will do
just curious, when I installed the .deb package for iron, where did antiX stick the stuff for this program?
-
Posts: 117
- Joined: 20 Aug 2010
#8
You can do what deepdayze suggested or type in the terminal.
whereis iron
whereis iron
-
Posts: 38
- Joined: 28 Jul 2011
#9
thank you both
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#10
Hmm, I did the following.
Add this repo to /etc/apt/sources.list
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://iron-browser.gunah.eu/"
linktext was:"http://iron-browser.gunah.eu/"
====================================
iron-browser main
apt-get update
apt-get install iron-browser
Once installed, in fluxbox menu, Auto-Update menu and iron appears in Applications->Internet
Add this repo to /etc/apt/sources.list
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://iron-browser.gunah.eu/"
linktext was:"http://iron-browser.gunah.eu/"
====================================
iron-browser main
apt-get update
apt-get install iron-browser
Once installed, in fluxbox menu, Auto-Update menu and iron appears in Applications->Internet
-
Posts: 38
- Joined: 28 Jul 2011
#11
anticapitalista,
thanks
successfully installed iron before receiving your post; your way seems easier than what I did ...
after installation, in fluxbox menu, iron appears in Applications->Internet
now ...
in fluxbox, the fluxbox menu, how do I change the Browser option to launch Iron rather than IceApe?
thanks
successfully installed iron before receiving your post; your way seems easier than what I did ...
after installation, in fluxbox menu, iron appears in Applications->Internet
now ...
in fluxbox, the fluxbox menu, how do I change the Browser option to launch Iron rather than IceApe?
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#12
Open antiX control centre -> Edit fluxbox Settings -> In Menu tab -> edit [exec] (Browser) {iceweasel} to [exec] (Browser) {i/usr/share/iron/iron}
-
Posts: 38
- Joined: 28 Jul 2011
#13
anticapitalista,
thanks
will give it a run now
thanks
will give it a run now
-
Posts: 38
- Joined: 28 Jul 2011
#14
anticapitalista,
thanks again
2 small changes to your post
{i/usr/share/iron/iron} to {/usr/share/iron/iron} | for some reason it would not launch with the i/
[exec] (Browser) {i/usr/share/iron/iron -incognito} | launches iron in incognito mode
again thanks, learning antiX, slowly but surely
thanks again
2 small changes to your post
{i/usr/share/iron/iron} to {/usr/share/iron/iron} | for some reason it would not launch with the i/
[exec] (Browser) {i/usr/share/iron/iron -incognito} | launches iron in incognito mode
again thanks, learning antiX, slowly but surely
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#15
Sorry my typo, [exec] (Browser) {/usr/share/iron/iron} is correct.