Link to home
Start Free TrialLog in
Avatar of Muhamamd Ameer
Muhamamd Ameer

asked on

.Net Implementation on Fedora Core 5

I have just installed Fedora Core 5..Now i want to configure  Microsoft .Net Support on it.

Can any one tell me which libraries or rpm packages i need for setting up the .Net on Fedora 5
Avatar of rindi
rindi
Flag of Switzerland image

You'll need to get mono for that.

http://www.mono-project.com/Main_Page
Avatar of Muhamamd Ameer
Muhamamd Ameer

ASKER

Thanks Rindi for replying .. But i already downloaded its RPM and even its installer all i need is i dont know how to configure the rpm or tar files in order to run the .NET applications..
Did you follow the instructions on the mono page?

http://mono-project.com/InstallerInstructions

Or if you downloaded the source then unpack the tar or whatever it is in and then look for a readme or other docs in the unpacked folder.
Your using FC5, I'm on RHEL3. Although not quite the same, they are both similar enough for you to copy what I did:

1.   Downloaded the rpms.

2.   gunzipped the rpms:
      gunzip mono.zip
      gunzip webserver.zip
      etc

3.   Installed rpms:

      rpm -ivh  <rpm1> <rpm2> <rpm3> etc

I needed to download a number of the dependencies and installed those rpms.

If you have problems with the above, then you will probably find it easier to download the Linux Installer for x86:

http://www.mono-project.com/Downloads

and there is an excellent set of instructions to follow with this approach:

http://www.mono-project.com/InstallerInstructions

HTH:)
ASKER CERTIFIED SOLUTION
Avatar of pjedmond
pjedmond
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial