• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
iGuRu

iGuRu

Real-time Technology News. Opinions & Tweaks

  • / news
  • / infosec
  • / tools
  • / tweaks
  • / dummies
  • / opinions
  • / support
home / tweaks / Debian Firefox: script for automatic upgrades

Debian Firefox: script for automatic upgrades

23/11/2017 19:51 by giorgos

Those of you using Debian will know that this distribution comes with the pre-installed Firefox ESR. The following publication is addressed to those who updated in the latest version of Firefox (57), replacing the ESR.

If you do not know how to do it, there is a great tutorial on the page linuxconfig.org

Manually installing Firefox has both positive and negative. On the positive side we can say that you will have the latest and fastest version of Firefox. The downside is that all upcoming updates should be installed manually, as Apt will not.ff qua - Debian Firefox: script for automatic upgrade

The above tutorial from linuxconfig also contains the commands for upgrading to a new version.

However, since executing commands with every update of Firefox may not be excited, we will create a script that will be the role of the update tool.

  • Deep Web search engines for researchers

It will not be like the Debian package manager, but it can ensure that downloading and installing the latest version of Firefox will become a game.

To get started, you need to get root by typing in your terminal with the su command.

su

Enter the root password to proceed.

Then with the Nano text editor we will create the script in your usr / bin of your system.

dwarf /usr/bin/firefox-I'm sure

When the empty nano screen opens, add the following text with copy and paste.

#!/bin/bash
wget -About FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
tar xjfv FirefoxSetup.tar.bz2 -C /opt/firefox/ --overwrite
rm FirefoxSetup.tar.bz2

The 4 commands above tell the system that it is a script (#! / Bin / bash), download the latest version of Firefox with wget, open compressed files, and overwrite the files of the older version. Immediately after they delete the compressed file after it is no longer needed (rm).

Immediately use the following command to give them what they need in the script you created

chmod +x /usr/bin/firefox-I'm sure

You are ready when you see how a new version of Firefox is released, you can run the following commands and the upgrade will be done automatically.

su
firefox-I'm sure

Be careful, the script works only for manual updates of Firefox, as is the case with the linuxconfig.org tutorial mentioned above.

  • Firefox 57.0 (Quantum) final download before official release
Debian Firefox: script for automatic upgrades was last modified: 9 December, 2017, 5: 21 mm by giorgos

Subscribe to our newsletter

no spam

spread the news

  • Facebook
  • Twitter
  • Reddit
  • Printing
  • Email

Read them Technology News from all over the world, with the validity of iGuRu.gr

Follow us on Google News


Competition: tweaksDay: bin, download for free, I'm sure, Mozilla, script

You May Also Like

Mozilla has added a cookie jar to Firefox
Windows 10X download leaked operating system
Firefox disables the backspace key to prevent data loss

About Us giorgos

George still wonders what he's doing here ...

Previous Post: « Firefox with warnings on broken pages
Next Post: Facebook: What is the Exploration Flow and where is it? »

Reader Interactions

Comments
  1. CONSTANTINOS LIFE

    28/03/2018 16:52

    I want to see the new video for Greece

    Απάντηση

Comment Policy:

IGuRu.gr does not publish the comments immediately. Malicious comments, comments that include ads, or comments that are offensive are deleted without notice. We do not adopt the opinions expressed by our readers.
Your comments will be displayed after approval by the administrators


Leave your comment
Ακύρωση απάντησης

Your email address is not published. Τα υποχρεωτικά πεδία σημειώνονται με *

 

 © 2021 · iGuRu.gr · ☢ · Keep It Simple Stupid Genesis theme

about  ·   get in touch  ·  rss  ·  sitemap  ·  cough

loadingCancel
Could not post post - check your email address!
Email verification failed, please try again
Your blog can not post posts via email.