Results 1 to 10 of 13
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...
- 05-16-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 7
Install an application in Linux
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,
geethaLast edited by oz; 05-25-2008 at 05:32 PM. Reason: removed spam URLs
- 05-16-2008 #2
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?Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 05-25-2008 #3Just Joined!
- Join Date
- Feb 2008
- Location
- France - Paris
- Posts
- 18
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
- 05-25-2008 #4
for stability fo your distro, if you are newbie, i strongly prefer you to use your distro's package manager.
- 05-25-2008 #5
Tutku's right: compiling from source right now is a bad idea, and totally unnecessary. Remember: your package manager is your friend.
Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 05-28-2008 #6Just Joined!
- Join Date
- May 2008
- Posts
- 2
apt-get install firefox
- 06-05-2008 #7
These are very good command to install application:
#yum install <appname>
=======================
1. download the rpm package
2. #rpm -ivh <appname>.rpm
========================
#wget <appname>
- 06-05-2008 #8Just Joined!
- Join Date
- Jun 2008
- Posts
- 17
hey what is distro.. I didn't under stand..
what is distribution here...
Can you explan it...
- 06-05-2008 #9Just Joined!
- Join Date
- Jun 2008
- Posts
- 17
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
- 06-05-2008 #10Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote

