04-27-2011, 06:27 PM
(This post was last modified: 04-29-2011, 07:07 AM by DewlanceCTO.)
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:
On Ubuntu
If last command not work then try this command
Also you can use this 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 firefoxIf 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