LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 01-12-2015, 02:25 PM   #1
bjoerng44
LQ Newbie
 
Registered: Nov 2014
Location: Norway
Posts: 12

Rep: Reputation: Disabled
Downloaded Firefox update, how do I install it?


Hi folks, i'm ashamed not having understood everything here.
I'm used to automatic updates in windows though...

I installed Mint 17.1 MATE on my little Thinkpad T42 today.
After having used Firefox some time, it reported that it was out-of-date og asked me to download an upgrade.
So I did and got firefox-34.0.5.tar.br2 in a folder named temp.
I unpacked the archive and got a subfolder named Firefox in my personal folder.
I cannot find a program for installing in the subfolder, only a lot of details. What do I do now?
Feel a little silly now, but since last time I had trouble I have not used Linux Mint and this is my first day once more.
 
Old 01-12-2015, 02:28 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
or...
Download http://sourceforge.net/projects/ubun...4.deb/download
and use your Software Manager or Synaptic to remove the provided Firefox and then open and terminal and use
Code:
sudo dpkg -i /path/to/saved/firefox-mozilla-build_34.0.5-0ubuntu1_amd64.deb
Edit: for 32 bit use http://sourceforge.net/projects/ubun...6.deb/download

Last edited by Habitual; 01-12-2015 at 08:10 PM. Reason: added sudo, duh...
 
Old 01-12-2015, 03:59 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
first you do not "download" a update for firefox -- unless it is VERY old like firefox2 or 3

in the menu bar click help
then "about firefox"
the pop up should have a notice stating
"checking for update"
then
"downloading update"
then
"restart firefox to install update"

or
"you are up to date "

Also your distro will AUTO update firefox when there is a update in your updates

Last edited by John VV; 01-12-2015 at 04:02 PM.
 
1 members found this post helpful.
Old 01-12-2015, 04:24 PM   #4
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.
You can also run Firefox from that folder (as it is not an installer) open it and click (or double) on firefox then set as default browser (or use systems settings to point to that file.) Running it from your /home or /download folder may not be the best choice tho...
Best wishes and have fun.

Last edited by jamison20000e; 01-12-2015 at 04:26 PM.
 
Old 01-12-2015, 05:11 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,097
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Open Terminal

Code:
sudo apt-get update
Hit enter key

type in password when it asks, (nothing shows when you type. Do not worry. It is a safety feature). Hit enter key, Let it finish loading. Lots of text are going to scroll.

Then when back to the $ prompt in terminal. Type in

Code:
apt-cache policy firefox
Post back here what it says in your next post.

Also post back from terminal readouts of

Code:
inxi -F
and

Code:
inxi -r
 
2 members found this post helpful.
Old 01-12-2015, 06:21 PM   #6
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Linux distros always seem behind with Firefox + + (long term support ...) I use Nightly (for testing purposes only) and the internet namely google or adobe say my browser's not up to par as well. But, addons + + keep me secure (again in testing,,, I use regular FF for other) so go figure?

Last edited by jamison20000e; 01-12-2015 at 06:23 PM.
 
Old 01-13-2015, 11:02 AM   #7
bjoerng44
LQ Newbie
 
Registered: Nov 2014
Location: Norway
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
first you do not "download" a update for firefox -- unless it is VERY old like firefox2 or 3

in the menu bar click help
then "about firefox"
the pop up should have a notice stating
"checking for update" then
"downloading update" then
"restart firefox to install update" or
"you are up to date "
Also your distro will AUTO update firefox when there is a update in your updates
Thanks a lot, this brings the whole thing down to the earth. It's how it works in windows too.
So I did the work, but no 'checking for update' appeared and no 'up to date' either.
The version I use in windows is 34.0.5 and 'update'. The version in Linux Mint is 33.0 and no 'update'-statement visible.
I'm not just through the door yet.
 
Old 01-13-2015, 11:19 AM   #8
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,137

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
If Mint gives you version 33, it's because they though that was a good idea. They will update to 34 when they think that's a good idea! Obviously, you can replace any software with your own version, but it's less likely to create problems if you use the packages in your distro's repository.
 
3 members found this post helpful.
Old 01-13-2015, 01:52 PM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
The following are the key to this. Though rather than using the command line you should have an update manager in Mint which updates all your applications at once for you.
I would not recommend allowing Firefox to update itself or trying to download newer versions unless you have very specific reasons for doing so.
I am surprised though that the version of Firefox included in Linux Mint is asking for updates as it ought to have been compiled so that it does not though it could be a bug they can't be bothered fixing. Unless, of course, you downloaded Firefox yourself manually in the first place.
Quote:
Originally Posted by rokytnji View Post
Open Terminal

Code:
sudo apt-get update
Hit enter key

type in password when it asks, (nothing shows when you type. Do not worry. It is a safety feature). Hit enter key, Let it finish loading. Lots of text are going to scroll.

Then when back to the $ prompt in terminal. Type in

Code:
apt-cache policy firefox
Post back here what it says in your next post.

Also post back from terminal readouts of

Code:
inxi -F
and

Code:
inxi -r
Quote:
Originally Posted by DavidMcCann View Post
If Mint gives you version 33, it's because they though that was a good idea. They will update to 34 when they think that's a good idea! Obviously, you can replace any software with your own version, but it's less likely to create problems if you use the packages in your distro's repository.
 
1 members found this post helpful.
Old 01-13-2015, 02:10 PM   #10
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Firefox in that folder updates itself; NoScript, Adblock cant go wrong.

Last edited by jamison20000e; 01-13-2015 at 02:13 PM.
 
Old 01-13-2015, 02:25 PM   #11
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by jamison20000e View Post
Firefox in that folder updates itself; NoScript, Adblock cant go wrong.
If you want to install a separate version of Firefox and keep it up to date separately from the OS, using its own updater, and make the decision whether to use a program that can be modified by the current user or run Firefox as root to update it and other such decisions (as I do as it happens) then that is fair enough. However, as I see it, this has no advantages for a new user to Linux who just wants to use Firefox.
I would recommend that any new user first get to grips with using the distribution's package manager to update all programs and getting into the habit of doing so regularly. Then if they find that the version of a program provided by their distribution isn't right for them they can explore alternatives. Otherwise they could just be wasting their time downloading and installing programs from all over the internet because they haven't run an update or think that the installed versions are inferior just because they are at a lower version number (posted from Firefox 38.0a1 (2015-01-13) ).
 
Old 01-14-2015, 06:29 PM   #12
bjoerng44
LQ Newbie
 
Registered: Nov 2014
Location: Norway
Posts: 12

Original Poster
Rep: Reputation: Disabled
Smile Done so far

Quote:
Originally Posted by rokytnji View Post
Open Terminal

Code:
sudo apt-get update
Hit enter key

type in password when it asks, (nothing shows when you type. Do not worry. It is a safety feature). Hit enter key, Let it finish loading. Lots of text are going to scroll.

Then when back to the $ prompt in terminal. Type in
Code:
apt-cache policy firefox
Post back here what it says in your next post.

firefox:
Installert: 33.0+build2-0ubuntu0.14.04.1
Kandidat: 35.0+build3-0ubuntu0.14.04.2
Versjonstabell:
35.0+build3-0ubuntu0.14.04.2 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main i386 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 Packages
*** 33.0+build2-0ubuntu0.14.04.1 0
100 /var/lib/dpkg/status
28.0+build2-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

Also post back from terminal readouts of
Code:
inxi -F
System: Host: T42 Kernel: 3.13.0-37-generic i686 (32 bit) Desktop: N/A Distro: Linux Mint 17.1 Rebecca
Machine: System: IBM (portable) product: 2373FWG version: ThinkPad T42
Mobo: IBM model: 2373FWG Bios: IBM version: 1RETDRWW (3.23 ) date: 06/18/2007
CPU: Single core Intel Pentium M (-UP-) cache: 2048 KB flags: (sse sse2) clocked at 1200.00 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV200/M7 [Mobility Radeon 7500]
X.Org: 1.15.1 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1024x768@60.0hz
GLX Renderer: Mesa DRI R100 (RV200 4C57) x86/MMX/SSE2 TCL DRI2 GLX Version: 1.3 Mesa 10.1.3
Audio: Card: Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller driver: snd_intel8x0
Sound: Advanced Linux Sound Architecture ver: k3.13.0-37-generic
Network: Card-1: Intel 82540EP Gigabit Ethernet Controller (Mobile) driver: e1000
IF: eth0 state: down mac: 00:0d:60:ff:fa:b2
Card-2: Intel PRO/Wireless 2200BG [Calexico2] Network Connection driver: ipw2200
IF: eth1 state: up mac: 00:0e:35:70:65:e2
Drives: HDD Total Size: 40.0GB (12.0% used) 1: id: /dev/sda model: HTS548040M9AT00 size: 40.0GB
Partition: ID: / size: 35G used: 4.5G (14%) fs: ext4 ID: swap-1 size: 2.15GB used: 0.00GB (0%) fs: swap
RAID: No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 138 Uptime: 9:43 Memory: 276.3/2015.3MB Client: Shell inxi: 1.8.4

and
Code:
inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com rebecca main upstream import #id:linuxmint_main
deb http://extra.linuxmint.com rebecca main #id:linuxmint_extra
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
Thanks a lot everyone.
I know now how to use the terminal and cut/paste, wow.
and I understand much more of how updates go. I'll be patient about firefox, and first learn the basics about sw updates. Linux Mint is lovely, and this forum too. My grandson and I have learned that for some time we ask firefox to use the old version of Adobe Flash Player (and remember it).
Nice experience!!
---------------------------
Today I installed Linux Mint 17.1 Cinnamon on my slightly newer Thinkpad T60.
And, so far, did it the smart way: Did'nt try to be smart but let Linux do the job as long as I'm a newbie.
Update Manager then installed a list of waiting updates, among them Firefox which is now up-to-date.
Smooth, elegant and no problems. I'm using the '10 things to do first'-list which I find VERY useful.
Closing this theme.

Last edited by bjoerng44; 01-15-2015 at 01:46 PM. Reason: additional info
 
1 members found this post helpful.
  


Reply

Tags
firefox, install, update


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 firefox 3.0.3 after downloaded as a zip file from the terminal? tonyblue Linux - Software 2 10-18-2008 01:28 PM
firefox downloaded ,now how to install? beezerbob Linux - Software 7 12-18-2005 10:32 AM
how do you install downloaded firefox browser? tristelle Linux - Software 4 09-21-2005 06:20 AM
downloaded firefox, now how to install it? learnfast Linux - Newbie 8 03-14-2005 09:44 AM
first program downloaded; now what? how do install firefox marblessed115 Linux - Newbie 8 07-19-2004 10:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:46 PM.

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