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
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 This is a handy script that downloads the latest firefox and creates a slackware package. https://gist.github.com/ruario/9672798
Here you are :) Firefox 29 Slackware package.
- This package is for 32 bit, I need 64 bits. Sorry I forgot to say before!Patterson– Patterson2014-05-14 19:36:40 +00:00Commented May 14, 2014 at 19:36
- 1I 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!Patterson– Patterson2014-05-14 19:49:22 +00:00Commented May 14, 2014 at 19:49
- 1@PattersonSilva could you add your solution as an answer and mark it as helpful, for future questions.Raphael Ahrens– Raphael Ahrens2014-05-15 05:12:17 +00:00Commented May 15, 2014 at 5:12
- I do not have enough points to answer my own question!Patterson– Patterson2014-05-15 16:26:43 +00:00Commented May 15, 2014 at 16:26
- @PattersonSilva I've made another answer that satisfies your modified question.enedil– enedil2014-05-15 17:38:03 +00:00Commented May 15, 2014 at 17:38