On Sun, 11 Dec 2005, Seán Mac Suibhne wrote:
> I am using Mandriva 2005 LE Linux and I cannot get it to install at all.
> I do a
> tar -zxvf firefox-1.5.tar.gz
> and it decompresses an already compiled/installed version ready to run or so
> it seems into a ./firefox folder.
> Any idea how I can get it to go into the usual /usr/local/bin/firefox/ folder
> so every account on the machine can use it?
In my experience, it is cleanest to wait for a distro packaged version.
However, you should be able to get this working if you need to.
These instructions will work on Debian, there might be some slight
differences on Mandriva in the PATH setting bit. As root:
mv ./firefox /usr/local/
chown -R root.root /usr/local/firefox
open /etc/profile and add a line:
export PATH=/usr/local/firefox:$PATH
which will place the newer version ahead of any old firefox version in your
path. There are probably other lines which modify/set the PATH so you'll
need to check the logic is correct and it doesn't get overwritten by
another line later (login and use "echo $PATH" to see it worked). I got a
brief complaint about chrome setup but it worked then.
Whether the icons in the menus are set to "firefox" or "/usr/bin/firefox"
you'd have to check yourself.
Gavin
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!