Installing/accessing Firefox on Centos 5 not working

General support questions including new installations
Post Reply
thomas.bankton
Posts: 5
Joined: 2015/07/25 16:41:21

Installing/accessing Firefox on Centos 5 not working

Post by thomas.bankton » 2015/07/25 16:58:40

Followed these instructions

http://tecadmin.net/install-firefox-on-linux/



everytime I try to extract archieve on system. It says

http://postimg.org/image/6sr3tq5ij/
Last edited by thomas.bankton on 2015/07/25 18:48:06, edited 1 time in total.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Installing/accessing Firefox on Centos 5 not working

Post by avij » 2015/07/25 18:18:22

If it says "Image" you have very odd problems.

Seriously though, yum install firefox would currently give you Firefox 38 on CentOS 5. I would suggest sticking to the CentOS-provided firefox.

thomas.bankton
Posts: 5
Joined: 2015/07/25 16:41:21

Re: Installing/accessing Firefox on Centos 5 not working

Post by thomas.bankton » 2015/07/25 18:49:51

I edited it. the image would not load.

I had been dealing with this for days. I could'nt install vnc server on it at first. Was stressful.

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Installing/accessing Firefox on Centos 5 not working

Post by avij » 2015/07/25 18:59:06

See if yum install bzip2 helps with the extraction issue. I have a bad feeling you will run into issues if you try to use the Mozilla-provided firefox, but it's a free world..

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Installing/accessing Firefox on Centos 5 not working

Post by TrevorH » 2015/07/25 19:16:23

Firefox 38 is available via yum for CentOS 5 and since it's the ESR version, it already has fixes for any vulnerabilities that might have been fixed by 39.

We don't recommend installation from tarballs or source.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

thomas.bankton
Posts: 5
Joined: 2015/07/25 16:41:21

Re: Installing/accessing Firefox on Centos 5 not working

Post by thomas.bankton » 2015/07/25 21:02:08

ok I installed firefox using yum install firefox but I now can't scroll down
Picture here...

http://postimg.org/image/52ybm1mgx/

And I don't even see the icon on my desktop(Gui)

owl102
Posts: 413
Joined: 2014/06/10 19:13:41

Re: Installing/accessing Firefox on Centos 5 not working

Post by owl102 » 2015/07/26 12:21:05

thomas.bankton wrote:I now can't scroll down
The xterm window seens to be higher than your screen size. So make the xterm window smaller and move it to a place on the screen where you can see the whole window.
thomas.bankton wrote:And I don't even see the icon on my desktop(Gui)
This is because you don't have a desktop, at least there is none on the screenshot you have posted.
German speaking forum for Fedora and CentOS: https://www.fedoraforum.de/

thomas.bankton
Posts: 5
Joined: 2015/07/25 16:41:21

Re: Installing/accessing Firefox on Centos 5 not working

Post by thomas.bankton » 2015/07/27 00:35:24

How do I install a desktop then. I thought I installed gnome. with the gui command.

How do I make the xterm window smaller

thomas.bankton
Posts: 5
Joined: 2015/07/25 16:41:21

Re: Installing/accessing Firefox on Centos 5 not working

Post by thomas.bankton » 2015/07/27 05:53:38

I used this to install gnome

yum groupinstall "X Window System" "GNOME Desktop Environment"

Heres what I got. Its still not looking like a desktop

http://postimg.org/image/8tlz11fjr/

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: Installing/accessing Firefox on Centos 5 not working

Post by chemal » 2015/07/27 15:50:02

You need to make sure your vnc server will start a gnome session. Something like

Code: Select all

#!/bin/bash
gnome-session &
in ~/.vnc/xstartup (don't forget to make this file executable!) should do the trick.

Post Reply