nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Microsoft .NET framework for Linux

This is a discussion on Microsoft .NET framework for Linux within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; Please let me know anyone how to install Microsoft .NET framework in Linux.im using cent OS 5.2.please explain briefly because ...


Go Back   nixCraft Linux Forum > Linux Distribution > CentOS / RHEL / Fedora

Linux answers from nixCraft.


CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-06-2009, 11:12 AM
Junior Member
User
 
Join Date: Jun 2009
OS: Cent OS
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
erandarg is on a distinguished road
Default Microsoft .NET framework for Linux

Please let me know anyone how to install Microsoft .NET framework in Linux.im using cent OS 5.2.please explain briefly because im a new user in Linux.
Reply With Quote
  #2 (permalink)  
Old 12-06-2009, 03:05 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

You can't install MS .NET on Linux. However, there is an alternative called MONO. Mono is a cross platform, open source .NET development framework for Linux. You can download it from below:
Main Page - Mono
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 14-06-2009, 10:27 AM
Junior Member
User
 
Join Date: Jun 2009
OS: Cent OS
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
erandarg is on a distinguished road
Default Thnx

Thanx for ur kindly reply.the next thing is please advice me to how to install mono in centOS 5.2/RHEL 5.2 step by step.
Reply With Quote
  #4 (permalink)  
Old 14-06-2009, 02:16 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default Howto Install MONO on CentOS / RHEL System

Use yum command to install mono packages. First, you need to have rpmforge repo under RHEL / CentOS. See how to enable Red Hat / CentOS Linux: Enable and Install Media, CD / DVD, Moive MP3 Players

Once done you can install all mono packages. Here is output from my box:
Code:
yum search mono | grep mono
o/p
Code:
gmime-sharp.i386 : mono bindings for gmime
mod_mono.i386 : A module to deploy an ASP.NET application on Apache with Mono
mono-basic.i386 : Mono's VB runtime
mono-complete.i386 : This package contains all runtime Mono packages
mono-core.i386 : The Mono CIL runtime, suitable for running .NET code
mono-data.i386 : Database connectivity for Mono
mono-data-firebird.i386 : Firebird database connectivity for Mono
mono-data-oracle.i386 : Oracle database connectivity for Mono
mono-data-postgresql.i386 : Postgresql database connectivity for Mono
mono-data-sqlite.i386 : sqlite database connectivity for Mono
mono-data-sybase.i386 : Sybase database connectivity for Mono
mono-devel.i386 : Development tools for Mono
mono-extras.i386 : Provides the infrastructure for running and building daemons
mono-jscript.i386 : JScript .NET support for Mono
mono-locale-extras.i386 : Extra locale information for Mono
mono-nunit.i386 : NUnit Testing Framework
mono-nunit-devel.i386 : pkgconfig for nunit
mono-web.i386 : ASP.NET, Remoting, and Web Services for Mono
mono-winforms.i386 : Windows Forms implementation for Mono
You need to install all of the above package using yum command, for e.g.
Code:
yum install mono-core
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #5 (permalink)  
Old 18-06-2009, 04:30 PM
Junior Member
User
 
Join Date: Jun 2009
OS: Cent OS
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
erandarg is on a distinguished road
Default Installing Pervasive PSQL on Linux

Please let me know how to install Pervassive PSQL version 9.5 server for linux in breafly.......Thanx
Reply With Quote
  #6 (permalink)  
Old 20-06-2009, 01:31 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

What is PSQL 9.5?
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #7 (permalink)  
Old 23-06-2009, 09:42 AM
Junior Member
User
 
Join Date: Jun 2009
OS: Cent OS
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
erandarg is on a distinguished road
Default Mysql on CentOS

Please can u help me to install mysql in centos 5.2.an other things is let me know how to add mysql ODBC driver to unixODBC in centos 5.2.I'm appriciate your kindly replies and thank you very much.im a new user in linux.thanx again.
Reply With Quote
  #8 (permalink)  
Old 29-06-2009, 12:02 PM
Junior Member
User
 
Join Date: Jun 2009
OS: Cent OS
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
erandarg is on a distinguished road
Default Please help me

hi,

now im already install the mysql into centOS 5.2 using 'yum install mysql-server' command.now i have to know how to open mysql interface & how to create a database in mysql. PLEASE HELP ME...............
Reply With Quote
Reply

Tags
centos .net , linux .net , micosoft , mono


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Python SNMP library ( networking framework ) learnmore Coding in General 9 02-06-2009 08:48 AM
how to enable microsoft outlook in squid kamran96102 Networking, Firewalls and Security 11 24-11-2008 01:31 PM
Connect Microsoft Access Database With PHP On Linux Server ephdia Databases servers 4 12-07-2008 12:13 PM


All times are GMT +5.5. The time now is 01:22 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38