Dewlance® Forum

Full Version: How to Install Firefox by SSH Command? - CentOS or Ubuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tutorial: How to install firefox by SSH command.

Sometimes I can't install firefox through "Add/Remove Software" so lots of time I install Firefox though SSH on CentOS or Ubuntu.


Install Firefox on CentOS by SSH:
Quote:yum install firefox
If ask for a permission to install then press y


On Ubuntu
Quote:sudo apt-get update
Quote:sudo apt-get install firefox-3.0

If last command not work then try this command
Quote:sudo apt-get install firefox


Also you can use this command
Quote:apt-get install firefox


[attachment=23]