How to use terminal command to update Firefox on linux

August 26, 2009 · Posted in Fedora, Firefox, Ubuntu, centos 

Firefox always release new version. We can easily upgrade it via terminal command.

How to do that? Follow the steps below:

For Ubuntu / Debian Linux

 sudo apt-get update
 sudo apt-get install firefox

For Fedora / Redhat / Centos Linux

 yum update 
 yum install firefox 

Done. :-)

Comments

Leave a Reply