LinuxQuestions.org
Visit Jeremy's Blog.
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 02-28-2013, 04:26 AM   #1
azheruddin
Member
 
Registered: Dec 2011
Posts: 91
Blog Entries: 1

Rep: Reputation: Disabled
How to install mono 3.0.3 in RHEL4


Hi,
How to install mono 3.0.3 in RHEL4.need steps..
 
Old 02-28-2013, 04:57 AM   #2
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
how about

Quote:
yum install mono
...from the console...if it's in the repo...
By the way, RHEL is enterprise, your support contract should cover this...

Oh, and the magic word is "please"...
 
Old 02-28-2013, 10:02 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,369

Rep: Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753
Of course RHEL4 is no longer supported by RH unless you paid for Extended Life support http://www.redhat.com/security/updates/errata/
 
Old 03-01-2013, 04:54 AM   #4
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
Of course RHEL4 is no longer supported by RH unless you paid for Extended Life support http://www.redhat.com/security/updates/errata/
Touché...
 
Old 03-01-2013, 02:54 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
and RHEL4 did NOT ship with "yum"
that was in the later versions of 4 ( i think 4.3 ? but ?? )
rhel4 uses "up2date"

but as others have said
unless you are paying red hat for the EXTRA extended life support
it is unsupported

Last edited by John VV; 03-01-2013 at 07:23 PM.
 
1 members found this post helpful.
Old 03-01-2013, 04:22 PM   #6
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
and RHEL4 did NOT ship with "yum"
@ JohnVV - my bad, and sincere apologies to OP and the community...I should have checked this...sorry...
 
Old 03-01-2013, 07:23 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Well i thought RHEL4 did use yum until it was pointed out to me that it was an add on later
RHEL4 just slightly predates me
RHEL5.1 was out by the time i started using CentOS
 
Old 03-02-2013, 03:15 AM   #8
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
I started out with RedHat 8 at the time, having had nothing but ***dows to swallow before that, little did I know what the console was, let alone the hind lying commands.
But, to get to the OP's subject, indeed, an upgrade seems in order, as te undercurrent of this thread seems to suggest...and, yes, why not CentOS?
 
Old 03-05-2013, 12:20 AM   #9
azheruddin
Member
 
Registered: Dec 2011
Posts: 91

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi Thor & Chris!
so there is no other way to install rather than upgrading To RHEL5 onwards for installing mono..
 
Old 03-08-2013, 03:45 PM   #10
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
so there is no other way to install rather than upgrading To RHEL5 onwards for installing mono..
Nope, well, not a sane one anyway. The BEST way is to stay faithfull to the given repo. If it's not in there, you _could_ find it elsewhere. There is a snag: the software may have dependencies the system does not (yet) cater for. Of course, you could install these, but some may need a newer kernel, fair enough, this means compiling a new kernel, and installing it, at the risk of breaking a system that was not meant for that newer kernel.
Granted, I did that once, and got pretty close to a result. I tried to "upgrade" a Redhat 8, until someone (here, as I recall, on this site) advised me to get a newer install, if I wanted to save myself some (educational but maddening) headaches...
Of course, CentOS is similar in many (all?) ways...so, I'd go in that direction...

Thor
 
  


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
mono: error running custom app via mono on linux RH kirk5000 Linux - Software 4 06-15-2012 04:22 AM
How to create RPM for RHEL 6 to deploy a Mono Binary, with Mono 2.8.2 as a dependency bmoran Linux - Software 2 06-04-2012 09:53 AM
Mono 1.1.12 - Install older mono to co-exist with current version ryerke Linux - Software 4 03-02-2010 08:54 PM
Install RHEL4 in Xen of RHEL4--"unable to retrieve the install image" sailer_sh Red Hat 0 06-19-2007 12:31 AM
Help Mono Installed But Mono Develop Won't Load TheGreatGonzo Slackware 8 05-18-2006 06:42 AM

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

All times are GMT -5. The time now is 06:34 AM.

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