3 Replies - 14447 Views - Last Post: 03 August 2011 - 10:03 AM

#1 Airtyon   User is offline

  • D.I.C Head

Reputation: -1
  • View blog
  • Posts: 56
  • Joined: 09-January 11

install an application in linux red hat

Posted 02 August 2011 - 03:28 AM

hi,
can anyone please show me the way how to install a simple application in linux red hat 5. im a beginner.
thank you :)
Is This A Good Question/Topic? 0
  • +

Replies To: install an application in linux red hat

#2 RudiVisser   User is offline

  • .. does not guess solutions
  • member icon

Reputation: 1010
  • View blog
  • Posts: 3,566
  • Joined: 05-June 09

Re: install an application in linux red hat

Posted 02 August 2011 - 03:43 AM

RHEL ships with the up2date utility that will install packages from the internet for you, for example, you can run up2date -i vim to install VIM.

Also, the main package type for RHEL is an RPM, so you can install *.rpm files using rpm -ivh name.rpm.

Some RedHat derivatives, such as Fedora, come with the yum package manager instead of up2date. Same example as above, yum install vim will install VIM.

This post has been edited by RudiVisser: 02 August 2011 - 03:48 AM

Was This Post Helpful? 0
  • +
  • -

#3 Milto   User is offline

  • D.I.C Head
  • member icon

Reputation: 23
  • View blog
  • Posts: 139
  • Joined: 10-February 11

Re: install an application in linux red hat

Posted 03 August 2011 - 08:07 AM

I don't know much about red hat but certain Linux distros make it easy to install applications if you add their source to a repository list (used in Arch and Ubuntu). From there you can use simple install commands like RudiVisser mentioned.
Was This Post Helpful? 0
  • +
  • -

#4 GWatt   User is offline

  • member icon

Reputation: 312
  • View blog
  • Posts: 3,107
  • Joined: 01-December 05

Re: install an application in linux red hat

Posted 03 August 2011 - 10:03 AM

Red Hat systems normally (now) ship with yum. They want to phase out up2date.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1