How to use terminal command to update Firefox on linux
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
