LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-06-2007, 12:04 PM   #1
StefanP
Member
 
Registered: Apr 2007
Distribution: Debian 4
Posts: 147

Rep: Reputation: 15
How to install latest Firefox (.tar)


I downloaded the latest Firefox version (.tar file) and I am wondering how you install it? instructions on the website don't give you even a hint how to start (what commands or whatever to use... same with Thunderbird). I could have used apt-get install but i wanted the latest version
 
Old 12-06-2007, 12:10 PM   #2
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
1) Untar the file (Unzip):

tar -xvf mystuff.tar

2) Look in the folder if there is a bin file

3) Execute the bin file in commandline:

./bin
 
Old 12-06-2007, 12:10 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Normally it's better to install things using the package manager. For Firefox at least, there is an automatic update feature. Some distros disable this, but you should be able to turn it on (Look in Firefox preferences)

For both FF and Thunderbird, once you have unpacked the .tar.gz, just go to the folder created and type ./firefox (or ./thunderbird)

For anything not installed by the package manager, I generally use /opt--but any directory is OK (Some people put a /bin directory in their home dir, and then add that their $PATH.
 
Old 12-06-2007, 12:12 PM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Try:

Code:
tar xvzf firefox-2.0.0.11.tar.gz
cd firefox
./firefox
If it runs fine, you may wish to move it to some other place and link it so it its visible to every user, like to opt:

Code:
cd ..
mv firefox /opt/
ln -s /opt/firefox/firefox /usr/bin/firefox2
Note1: The file name (firefox-2.0.0.11.tar.gz) is a suggestion. Substitute with the correct name for your firefox

Note2: I am linking firefox as "firefox2" to do not conflict with any firefox you have previously installed.

Note3: It usually is a good idea to stick with the firefox provided by your distro to keep consistency. Firefox should update itself anyway...
 
Old 12-06-2007, 10:31 PM   #5
StefanP
Member
 
Registered: Apr 2007
Distribution: Debian 4
Posts: 147

Original Poster
Rep: Reputation: 15
id did run ./firefox and i got the following error: ./firefox-bin: errror while loading shared libraries: libstdc++.so.5 cannot open shared object file: No such file or directory. What should I do next?
 
Old 12-06-2007, 11:26 PM   #6
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
You need to install libstdc++. I think you can apt-get install it, but I would recommend you to open synaptic and search for libstdc and install the corresponding version (++5 in this case)
 
Old 03-17-2018, 10:22 AM   #7
dstoian
LQ Newbie
 
Registered: Jan 2008
Location: Canada
Distribution: Debian, Xubuntu
Posts: 8

Rep: Reputation: 2
Firefox installation script

For those interested enough, here is my repo with some installation scripts (including Firefox) that I wrote for Debian/Ubuntu:

https://github.com/sid-the-sloth/install-scripts

Check it out!
 
Old 03-17-2018, 01:39 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
dstoian you are aware that this thread is OVER 10 YEARS old ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install latest version of Firefox on CentOS Dmjmusser Linux - Software 3 02-20-2007 12:02 PM
Install Firefox 1.5 tar.gz on SuSE 10 leupi Linux - Software 1 06-10-2006 01:51 PM
HOWTO: Install the Latest Firefox rykel Ubuntu 3 06-11-2005 07:56 AM
How could I install the firefox-1.0-installer-tar-gz? kenshinji Linux - Software 3 03-26-2005 08:29 PM
how can install TCL/TK latest pakege in tar.gz form for msn mobassir Linux - Software 13 10-22-2003 08:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration