LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-12-2018, 08:07 PM   #1
crabbyfogey
Member
 
Registered: Sep 2016
Posts: 54

Rep: Reputation: Disabled
Firefox reinstall


Using FF59--can't tell you how much I hate it. would like to go back to FF55. Downloaded a tarbell, so now what? I have hardly any experience with terminal and need intructions to do the reinstall.
 
Old 04-12-2018, 08:21 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
If it's a tarball, you probably need to compile the software from sources. As long as you have the required libraries, that's nowhere nearly so complex as it sounds.

Here's a tutorial on how to do so on Ubuntu: https://www.howtogeek.com/105413/how...rce-on-ubuntu/

A web search for "compile from sources ubuntu" will turn up lots more.
 
Old 04-13-2018, 04:17 AM   #3
Delcaran
Member
 
Registered: Dec 2013
Location: ud.fvg.it
Distribution: Slackware64 14.2
Posts: 44

Rep: Reputation: 27
Easiest way is what I do on Slackware:
  1. Remove distribution's firefox:
    Code:
    sudo apt-get remove firefox
  2. Download binary tarball from here for x64 or here for x86
  3. Extract anywhere:
    Code:
    tar xf firefox-55.0.3.tar.bz2
  4. Simlink the executable:
    Code:
    sudo ln -s firefox-55.0.3/firefox /usr/local/bin/firefox
  5. Enjoy
 
2 members found this post helpful.
Old 04-13-2018, 04:52 AM   #4
YesItsMe
Member
 
Registered: Oct 2014
Posts: 915

Rep: Reputation: 313Reputation: 313Reputation: 313Reputation: 313
You use apt-get on Slackware?
 
Old 04-13-2018, 07:10 AM   #5
Delcaran
Member
 
Registered: Dec 2013
Location: ud.fvg.it
Distribution: Slackware64 14.2
Posts: 44

Rep: Reputation: 27
Quote:
Originally Posted by YesItsMe View Post
You use apt-get on Slackware?
Of course not. I provided the instructions for OP, whom on the left displays an "linuxubuntu" icon. Mine is an educated guess.

Last edited by Delcaran; 04-13-2018 at 07:11 AM. Reason: grammar and typo
 
1 members found this post helpful.
Old 04-19-2018, 01:07 AM   #6
watchingu
Member
 
Registered: Oct 2017
Location: USA
Distribution: Arch Linux, Debian Stable, Debian Unstable
Posts: 73

Rep: Reputation: 17
You don't need to use a terminal to work with the Firefox tarball (assume you mean a file ending with tar.bz2). Use your favored file manager, extract the contents of the file, which should result in a folder named firefox. Move the folder to your preferred location (under Debian or derivatives, ~/bin is a good place), and fiddle with whatever you use to launch apps to launch Firefox. Easy, peasy.
 
Old 04-20-2018, 10:47 AM   #7
ilovepenquins
LQ Newbie
 
Registered: Jul 2013
Posts: 12

Rep: Reputation: Disabled
Quote:
Originally Posted by crabbyfogey View Post
Using FF59--can't tell you how much I hate it. would like to go back to FF55. Downloaded a tarbell, so now what? I have hardly any experience with terminal and need intructions to do the reinstall.
just untar it and exec the firefox binary inside
once started open preferences and set as default
this will create a firefox.desktop in ~/.local/share/applications/
you just need to remove NoDisplay from it and add Icon=firefox

Code:
#!/bin/bash
## to run do   sh this-script.sh
## some icon locations/sizes may be incorrect due to updates
## assuming thunderbird/ is extracted in ~/Downloads/
  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
    mkdir -pv ~/.icons/hicolor/$i/apps/
    cp -v ~/Downloads/thunderbird/chrome/icons/default/default${i/x*}.png \
              ~/.icons/hicolor/$i/apps/thunderbird.png
  done
## assuming firefox/ is extracted in ~/Downloads/
  for i in 16x16 32x32 48x48 64x64 128x128; do
    mkdir -pv ~/.icons/hicolor/$i/apps/
    cp -v ~/Downloads/firefox/browser/chrome/icons/default/default${i/x*}.png \
              ~/.icons/hicolor/$i/apps/firefox.png
  done
## obsolete as of 59.0.2
#  mkdir -pv ~/.icons/hicolor/128x128/apps/
#  cp -v ~/Downloads/firefox/browser/icons/mozicon128.png \
#            ~/.icons/hicolor/128x128/apps/firefox.png
## assuming firefox-nightly/ is extracted in ~/Downloads/
  for i in 16x16 32x32 48x48 64x64 128x128; do
    mkdir -pv ~/.icons/hicolor/$i/apps/
    cp -v ~/Downloads/firefox-nightly/browser/chrome/icons/default/default${i/x*}.png \
              ~/.icons/hicolor/$i/apps/firefox-nightly.png
  done
install-firefox-linux
installing-thunderbird-linux
support.mozilla.org/en-US/questions/answer

Last edited by ilovepenquins; 04-22-2018 at 02:35 AM.
 
Old 04-22-2018, 05:49 PM   #8
crabbyfogey
Member
 
Registered: Sep 2016
Posts: 54

Original Poster
Rep: Reputation: Disabled
Thx a lot guys! I didn't completely understand everything I read, but I have a direction to go. Backed up all my files and, if I screw something up really bad, I can do a clean install. That will give me FF50. Sooner or later, I'll get it figured out. Thanks again.
 
  


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
Need to reinstall firefox, but currently have no browser CURLYSANDY Linux - Newbie 5 11-11-2012 10:00 AM
Reinstall Slack's LILO after WIndows XP reinstall __spc__ Linux - Newbie 3 02-15-2009 09:04 AM
reinstall windows, reinstall GRUB too? leupi Linux - Software 1 05-07-2005 10:50 AM
firefox reinstall not happening tewaru Linux - Newbie 5 02-17-2005 10:16 AM
evolution can't find libraries after firefox reinstall allelopath Linux - Software 3 02-08-2005 02:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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