Firefox install a new version on Linux

After our morning publication for the release of the new s of Firefox, we received a question on Facebook, about how it can be done of the application in a Linux environment. As you know many things in Linux are done by hand, not automated with some super duper installer.

Αν το θεωρείτε πολύ δουλειά, τότε μάλλον το Linux δεν κάνει για εσάς...

Below we will see step by step how to install the site's browser in Linux and specifically in CentOS distribution, not that it matters.

Firefox

Open your terminal.
First we need to download the . What I usually do when I open a terminal window is to log in as root with the su command.

I use su every time I open the terminal so I do not have to write sudo constantly with each command.

With the su command (then you have to give the password, which is not displayed) you stay in the folder of the user who τε, ενώ με την εντολή "su -" οδηγείστε αυτόματα στον φάκελο του root.

So I downloaded it new edition of Firefox 55.0 in the giorgos folder located at CentOS Home with the following command:

wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/55.0/linux-x86_64/en-US/firefox-55.0.tar.bz2

Then you need to unzip the file using the following command

tar xvf firefox-55.0.tar.bz2

Με την παρακάτω εντολή μετονομάζουμε τον παλιό φάκελο του Firefοx. Για να βρείτε που ακριβώς είναι εγκατεστημένος ο παλιός Firefοx χρησιμοποιείστε την εντολή "which firefox"

mv / usr / bin / firefox / usr / bin / firefox-old

or sudo if you did not use su

sudo mv / usr / bin / firefox / usr / bin / firefox-old

and finally move the folder containing the new version with shortcut

ln -s / home / giorgos / firefox / firefox / usr / bin / firefox

or sudo if you did not use su

sudo ln -s / home / giorgos / firefox / firefox / usr / bin / firefox

in the path of the two above commands (which is essentially one) put where giorgos This makes it a perfect choice for people with diabetes and for those who want to lose weight or follow a balanced diet. your username.

Τελειώσατε, χαρείτε το νέο σας browser and sail safe, ως συνήθως...

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

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

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).