Hi,
I just want to know how to install an application in Linux machine. For example i want to install firefox. How to do it?
Regards,
geetha
Printable View
Hi,
I just want to know how to install an application in Linux machine. For example i want to install firefox. How to do it?
Regards,
geetha
Hi geethalakshmi and welcome!
Just how you install something in Linux depends on which distribution you are using (eg. Ubuntu, Mandriva...) What distribution do you have?
Hi,
If you know Linux, you can use compilation from sources, but you must be install the depends of application.
Otherwise we can use packages installators like :
- APT-GET : For debian and Ubuntu
- YUM : For Fedora, RedHat
- Up2Date for RedHat
- URPMI : For Mandrake
...
Regards
for stability fo your distro, if you are newbie, i strongly prefer you to use your distro's package manager.
Tutku's right: compiling from source right now is a bad idea, and totally unnecessary. Remember: your package manager is your friend.
apt-get install firefox
These are very good command to install application:
#yum install <appname>
=======================
1. download the rpm package
2. #rpm -ivh <appname>.rpm
========================
#wget <appname>
hey what is distro.. I didn't under stand..
what is distribution here...
Can you explan it...
Hi,
hey suppose I want to insall an application on linux. the application will be in which format(like in windows setup.exe file)..
wht are the commands to install if the application depends upon format can you explain it.
Thanks in advance..
Thanks,
Sateesh