Page 1 of 1

Is there a web browser installed by default on Centos?

Posted: 2009/09/07 08:42:28
by livewire1974
Hi, I want to surf the web from my centos box, I presume there is a web browser installed by default, how do I get it running ?


Thanks in advance.

Re: Is there a web browser installed by default on Centos?

Posted: 2009/09/07 08:50:21
by NedSlider
Firefox maybe (on the Internet sub-menu).

If not, try 'yum install firefox'

Also, see here:

https://www.centos.org/modules/newbb/viewtopic.php?topic_id=14408&forum=47

Re: Is there a web browser installed by default on Centos?

Posted: 2009/09/07 08:59:20
by livewire1974
Cool, will give it a try. Also, I am not running a GUI, how do I run a GUI ? Currently i just login using putty.

Re: Is there a web browser installed by default on Centos?

Posted: 2009/09/07 12:15:35
by NedSlider
[quote]
livewire1974 wrote:
Cool, will give it a try. Also, I am not running a GUI, how do I run a GUI ? Currently i just login using putty.[/quote]

Then run a web browser on the machine you're sat in front of.

Re: Is there a web browser installed by default on Centos?

Posted: 2009/09/09 16:42:24
by pschaff
Or, if you want to take advantage of the vast superiority of running a Linux desktop (I'm guessing from PuTTY that you are on Windows), At the CentOS console log in as root, then
[code]
yum clean all
yum update
yum groupinstall "GNOME Desktop Environment" "Graphical Internet" "KDE (K Desktop Environment)"
system-config-display
[/code]
Edit /etc/inittab and find the line[code]id:3:initdefault:[/code]Change it to read[code]id:5:initdefault:[/code]
Reboot.
Sit at the CentOS machine and log in as a user, not root.
Try out GNOME and KDE and pick your favorite.
Enjoy!