LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-01-2011, 02:47 AM   #1
harshashetty4u
LQ Newbie
 
Registered: Oct 2011
Location: India,Maharastra
Distribution: Redhat
Posts: 2

Rep: Reputation: Disabled
Post Install


How to install softwares in Linux
 
Old 10-01-2011, 02:51 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and Welcome to LinuxQuestions,

In Linux there are several ways to install software. What they are exactly depends on what distro you're using. When asking a question it's always a good idea to mention what distribution and version you are using so that we can give you concrete answers. In general there is almost always a graphical front end you can use (Synaptic, Ubuntu's Software Center, Mint's Software Manager,...). You could also use the command line to install programs (yum, aptitude, rpm, apt, emerge, ...). Or you could download source, compile and install manually. So, tell us what distribution and version you use and we'll be able to tell you what you have as possibilities.

Looking forward to your participation in the forums. Have fun with Linux.

Kind regards,

Eric
 
Old 10-01-2011, 03:23 AM   #3
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by harshashetty4u View Post
How to install softwares in Linux
If you happen to be using Ubuntu, here is a great site to help you get started: http://psychocats.net/ubuntu/
As EricTRA said, installing software is distro dependent. So if you tell us what distro and version of said distro you are using we can provide more specific help.

Understand that Windows .exe installers that were designed to be installed on Windows will not work in Linux. There is a Linux program called wine that can run many Windows programs on a Linux system; but you are better off using a Linux alternative for your program since there are a great many Linux alternatives for almost any Windows program.

Write back if you need mode help.
And welcome to the LQ forums!

Last edited by tommcd; 10-01-2011 at 03:24 AM.
 
1 members found this post helpful.
Old 10-02-2011, 10:12 AM   #4
harshashetty4u
LQ Newbie
 
Registered: Oct 2011
Location: India,Maharastra
Distribution: Redhat
Posts: 2

Original Poster
Rep: Reputation: Disabled
RHEL

M using RHEL 5 VERSION ....... I WANT TO KNOW ABOUT HOW TO INSTALL IN TEXT MODE
 
Old 10-02-2011, 10:30 AM   #5
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by harshashetty4u View Post
M using RHEL 5 VERSION ....... I WANT TO KNOW ABOUT HOW TO INSTALL IN TEXT MODE
Please don't use ALL CAPS!!! No need to shout here. Everyone can hear you just fine!
I have never used Red Hat; and I only have minimal experience with RPM (Red Hat Package Manager) based distros like Fedora and Mandriva. However, a quick google search for <install software redhat> found these tutorials:
http://www.cyberciti.biz/faq/rhel-ce...command-howto/
Steps 1-6 here:
http://www.wikihow.com/Install-Softw...-Red-Hat-Linux
A vast amount of knowledge can be found simply by searching the LQ forums:
http://www.linuxquestions.org/questi...se-5-a-624867/
If you need further assistance, please tell us exactly what software you want to install on RHEL 5. Also post a link to that software if you can. And tell us what you have tried so far to try to install software, and what problems you may have had.

Write back if you need more help. There are plenty of Red Hat gurus around here. I am not one of them though.

Last edited by tommcd; 10-02-2011 at 10:32 AM.
 
Old 10-02-2011, 10:48 AM   #6
J.A.X
Member
 
Registered: Jan 2010
Distribution: Fedora 19
Posts: 83

Rep: Reputation: 3
hello all

in RHEL the package manger is RPM (Red Hat Package Manger)

to install a package first navigate to the directory containing the package (via the command cd normally)

and then type rpm -ivh package_name.rpm

where package name is the package name you wish to install.
The parameters -ivh stands for:
i : install, tells RPM that you want to install a package
v : verbose, explain what is going on.
h : hash, to print hashed for the progress of installation

Notice that the package must have an extension of .rpm otherwise it is not going to work.
you may find some packages that end with .deb and basically you can install them in RHEL but it is not healthy.

Regards
 
Old 10-02-2011, 10:51 AM   #7
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
http://www.cyberciti.biz/faq/rhel-ce...command-howto/

Kind regards
 
Old 10-02-2011, 02:43 PM   #8
J.A.X
Member
 
Registered: Jan 2010
Distribution: Fedora 19
Posts: 83

Rep: Reputation: 3
WoW that is a great tutorial repo, thanx
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Uncertain how to configure/install packages & compiler before install VMware on FC8. Azazwa Linux - Newbie 1 03-28-2009 07:27 PM
Ubuntu as frugal install, iso install, img install? impossible? nooby Ubuntu 15 08-22-2008 05:49 AM
apt-get install dependency problems with hplip software and kde install for Agnula maybi7 Linux - Software 1 02-03-2007 05:16 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration