I just installed M8.5 and I can't seem to find firefox to install. How do you install firefox?
I did a:
# apt-get install firefox
and it said it's not there. where is it?
topic title: Installing Firefox
7 posts
• Page 1 of 1
-
Posts: 47
- Joined: 15 Aug 2009
-
Posts: 609
- Joined: 02 Jun 2008
#2
hello vinoman use:
then install debian's version of firefox
Code: Select all
apt-get update
Code: Select all
apt-get install iceweasel
-
Posts: 47
- Joined: 15 Aug 2009
#3
thanks, but I thought I installed firefox on a earlier version of antiX even though Iceweasel is the same.ICE-M wrote:hello vinoman use:then install debian's version of firefoxCode: Select all
apt-get update
Code: Select all
apt-get install iceweasel
-
Posts: 1,228
- Joined: 15 Jun 2008
#4
The difference nowadays is that FF is at version 3.6 (which accepts those fancy themes, 'personas').
If you want it, download the .tar.gz for Linux from mozilla, extract it to /opt and then set-up the menu to open /opt/firefox/firefox and you will find the icons in /opt/firefox/icons.
Actually you may leave firefox's folder anywhere you like, I'm suggesting /opt because that's the default directory for 'extra' applications.
If you want it, download the .tar.gz for Linux from mozilla, extract it to /opt and then set-up the menu to open /opt/firefox/firefox and you will find the icons in /opt/firefox/icons.
Actually you may leave firefox's folder anywhere you like, I'm suggesting /opt because that's the default directory for 'extra' applications.
-
Posts: 1,228
- Joined: 15 Jun 2008
#5
vinoman, you should also link the Flash player plugin for it to work. In a root terminal
and also create /usr/share/applications/firefox.desktop
obs - to create other .desktop files when you need, you can run
Code: Select all
ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /opt/firefox/plugins/libflashplayer.so
Code: Select all
[Desktop Entry]
Name=Mozilla Firefox
GenericName=Web Browser
Exec=/opt/firefox/firefox
Terminal=false
Type=Application
Categories=GTK;WebBrowser;Network;
Icon=/opt/firefox/chrome/icons/default/default48.png
Code: Select all
gksu adddesktop.sh
-
Posts: 47
- Joined: 15 Aug 2009
#6
Thank you, but where is this to adjust? is this to put an icon on the desktop?secipolla wrote:vinoman, you should also link the Flash player plugin for it to work. In a root terminaland also create /usr/share/applications/firefox.desktopCode: Select all
ln -s /usr/lib/flashplugin-nonfree/libflashplayer.so /opt/firefox/plugins/libflashplayer.so
obs - to create other .desktop files when you need, you can runCode: Select all
[Desktop Entry] Name=Mozilla Firefox GenericName=Web Browser Exec=/opt/firefox/firefox Terminal=false Type=Application Categories=GTK;WebBrowser;Network; Icon=/opt/firefox/chrome/icons/default/default48.png
Code: Select all
gksu adddesktop.sh
-
Posts: 1,228
- Joined: 15 Jun 2008
#7
This is to put an entry in IceWM/Fluxbox or Gnome menus.