LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-10-2020, 11:30 PM   #1
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Rep: Reputation: Disabled
Installing Firefox 80.3.


How do I go about installing Firefox 80.3 (which is the latest version) for Slackware 14.2?
 
Old 12-10-2020, 11:35 PM   #2
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,702

Rep: Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382Reputation: 1382
use ruario's firefox script. It will download the latest firefox and repackage it into a slackware binary
https://gist.github.com/ruario/9672798
 
Old 12-11-2020, 01:45 AM   #3
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Yes but note that ruario's script is still broken with respect to Firefox upgrades. Whenever you install an upgrade using that, Firefox will start you in a new, blank profile.
 
Old 12-11-2020, 04:36 AM   #4
giomat
Member
 
Registered: Jul 2017
Posts: 339

Rep: Reputation: 239Reputation: 239Reputation: 239
other options could be:

- all-in-one .tar release by mozilla, which works on pretty much all modern linux distros, just extract, symlink somewhere comfortable and run.
this will also handle automatically updates if you give the correct user permissions to the extracted folder.

- flatpak release, i've not tested this but i heard good things. You will need the flatpak package (and its dependencies) from Slackbuild.org
 
1 members found this post helpful.
Old 12-11-2020, 07:17 PM   #5
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,416

Rep: Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158
You can take the desired version here :

https://www.mozilla.org/en-US/firefo...esktop-release

Last edited by marav; 12-11-2020 at 07:18 PM.
 
Old 12-11-2020, 08:08 PM   #6
ceed
Member
 
Registered: Jul 2014
Distribution: Slackware_x64 15
Posts: 68

Rep: Reputation: Disabled
Yes, for now I would advise using @drgibbon's patched version of ruario's script:

wget https://gist.githubusercontent.com/d...est-firefox.sh
 
2 members found this post helpful.
Old 12-11-2020, 11:08 PM   #7
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by drgibbon View Post
Yes but note that ruario's script is still broken with respect to Firefox upgrades. Whenever you install an upgrade using that, Firefox will start you in a new, blank profile.
I just dragged Firefox desktop entry to my desktop and made this simple mod to it.

Code:
Exec=firefox -p %u
Also I took the default profile and renamed it so I can always identify it (used my initials). Not broken for me now. I use this icon to start Firefox and it always works the way I want
 
Old 12-14-2020, 05:38 PM   #8
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Quote:
Originally Posted by Gordie View Post
I just dragged Firefox desktop entry to my desktop and made this simple mod to it.

Code:
Exec=firefox -p %u
Also I took the default profile and renamed it so I can always identify it (used my initials). Not broken for me now. I use this icon to start Firefox and it always works the way I want
Also possible, but breaks if you start Firefox as a direct command (say from the console or something). Anyway, I'd like to see ruario fix it, I think it's safest to just install/upgrade according to what Firefox expects, but it's been over a month so who knows.
 
Old 12-14-2020, 07:06 PM   #9
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by drgibbon View Post
Also possible, but breaks if you start Firefox as a direct command (say from the console or something). Anyway, I'd like to see ruario fix it, I think it's safest to just install/upgrade according to what Firefox expects, but it's been over a month so who knows.
DDG "firefox profiles". I didn't think up this by myself. Mozilla changed how Firefox does business along about version 68.0. I just made it palatable for me.

EDIT - I was wrong. Firefox 67.0 was the first version to cause grief with this new (ugh) "feature".
EDIT #2 - https://www.linuxquestions.org/quest...le-4175665396/

Last edited by Gordie; 12-14-2020 at 07:49 PM.
 
Old 12-14-2020, 08:15 PM   #10
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
Yeah, I understand how profiles work. The bug in ruario's script is that it installs Firefox to a new directory (namely, "/usr/lib$LIBDIRSUFFIX/firefox-$VERSION") when it should be installing to a consistent location (either "/usr/lib$LIBDIRSUFFIX/firefox" or maybe "/usr/lib$LIBDIRSUFFIX/firefox-$FFCHANNEL").

When the location on the hard drive changes (which happens on every upgrade if the directory has $VERSION in it), Firefox creates a new profile. That doesn't happen if you keep the install location the same. So it's not a Firefox problem at all, it's the way it's being installed.

Last edited by drgibbon; 12-14-2020 at 08:56 PM.
 
2 members found this post helpful.
Old 12-16-2020, 07:32 PM   #11
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Daedra View Post
use ruario's firefox script. It will download the latest firefox and repackage it into a slackware binary
https://gist.github.com/ruario/9672798
Thanks. I used this solution and it worked GREAT>
 
  


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
Downloading Firefox, or burning a CD & installing Firefox from the CD drmjh Linux - General 4 01-04-2012 07:21 PM
LXer: Firefox 9 Is 30% Faster Than Firefox 8 | Install Firefox 9 On Ubuntu 11.10 and Earlier Release LXer Syndicated Linux News 0 12-30-2011 03:50 PM
LXer: Firefox 8 is 20% Faster than Firefox 5, Install Firefox 8 in Ubuntu via PPA LXer Syndicated Linux News 0 07-21-2011 09:31 PM
How do i make firefox 3 work after installing firefox 2 on Ubuntu 8.04 avinash.rao Ubuntu 10 09-06-2008 10:34 AM
Removing Firefox 1.0.6 and installing Firefox 1.5 JockVSJock Slackware 12 12-16-2005 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:39 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