LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing softwares (https://www.linuxquestions.org/questions/linux-newbie-8/installing-softwares-892465/)

SarahGurung 07-19-2011 06:23 AM

installing softwares
 
hi,
well i wanted to install firefox and few other softwares in centos,so can anyone please tell me how to do it?
or is firefox already pre-installed in centos?

knudfl 07-19-2011 06:27 AM

Firefox is installed by default : CentOS 4, 5, 6.

Finding a package : yum search <name> ( or part of name.)

Installing : # yum install <package-name>

The package lists are here http://mirror.centos.org/centos/

..

devUnix 07-19-2011 07:08 AM

Quote:

Originally Posted by SarahGurung (Post 4418871)
hi,
well i wanted to install firefox and few other softwares in centos,so can anyone please tell me how to do it?
or is firefox already pre-installed in centos?

[root@testServer ~]# rpm -qa | grep -i firefox
firefox-1.0.7-1.4.3.centos4


If you get no output then firefox is not installed on your system.

vinaytp 07-19-2011 07:55 AM

Quote:

Originally Posted by SarahGurung (Post 4418871)
hi,
well i wanted to install firefox and few other softwares in centos,so can anyone please tell me how to do it?
or is firefox already pre-installed in centos?

Yes, Firefox is installed by default on CentOS.

For the installation of other softwares

Code:

man yum
man rpm


chrism01 07-19-2011 07:09 PM

As post #2, FF is installed by default, unless you didn't install a GUI...
Useful yum cmds http://kbase.redhat.com/faq/docs/DOC-2531
Note also that if you HAVE installed the GUI (normally GNOME), the the menu option is Add/Remove Software (Centos 5.x anyway).

Which distro/version have you got? Try
Code:

cat /etc/*release*
to find out.


All times are GMT -5. The time now is 08:42 PM.