1

The problem is that I need to sync Firefox bookmarks between my PC and my notebook, but the notebook uses the Firefox version 29.0 on Ubuntu 14.04 and the PC using Firefox version 24.4.0 on Slackware 14.1 64 bits and when I go to Help> about Firefox, it says Firefox is updated. The old sync does not work with the new according to what I read on the Mozilla site, so I need Firefox version 29.0 to sync with the notebook, but I can not find.txz for Slackware.

3 Answers 3

2

Simply download tar.bz2 archive from Mozilla site, unpack it to /opt and make a symlink to /usr/local/bin:

ln -s /opt/firefox/firefox /usr/local/bin 
0
1

This is a handy script that downloads the latest firefox and creates a slackware package. https://gist.github.com/ruario/9672798

0

Here you are :) Firefox 29 Slackware package.

5
  • This package is for 32 bit, I need 64 bits. Sorry I forgot to say before! Commented May 14, 2014 at 19:36
  • 1
    I downloaded firefox-29.0.1.tar.bz2 and unzipped it in /opt, then created a shortcut: ln-fs /opt/firefox/ firefox/usr/bin/firefox Problem solved! Commented May 14, 2014 at 19:49
  • 1
    @PattersonSilva could you add your solution as an answer and mark it as helpful, for future questions. Commented May 15, 2014 at 5:12
  • I do not have enough points to answer my own question! Commented May 15, 2014 at 16:26
  • @PattersonSilva I've made another answer that satisfies your modified question. Commented May 15, 2014 at 17:38

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.