Update Firefox on Ubuntu / Debian Linux
You can use APT package handling utility i.e. apt-get command. You can also use a GUI package tool called Update Manager:
Just type the following two commands at terminal:
$ sudo apt-get update
$ sudo apt-get install firefox
You can also use GUI tool: Click on System > Administration > Update Manger > Click on Check button see for updates
Update Firefox on Fedora / Redhat / CentOS Linux
Use yum tool or gui tool for the same purpose:
# yum update
# yum update firefox
No comments:
Post a Comment