Re: About mono program with FC6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

> Sorry, would you to tell me in more details ?

What else do you need to know?

> Due to I haven't installed any mono application by hand ( manual )...
> And I installed the FC6 System by text mode and custom ( enable all
> packages ) !

In that case, you should have mono installed :-)

> PS : What mono foo.exe ? How to disable / uninstall ?

foo is just a generic name. 

For example, copy and paste below (after the 8--> and before the <--8)
into a text editor and save it as foo.cs

8-->
using System;

public class foo
{
   private static void Main()
   {
      Console.WriteLine("Hello World from Mono");
   }
}
<--8

Now, in a terminal window type

mcs foo.cs

It should compile. To run it

mono foo.exe

and it will output 

Hello World from Mono

You don't need to install/deinstall anything; mono should be on your
machine.

There are some apps within Fedora which use Mono (such as MonoDevelop),
these you just install as you would any other app; via yum.

TTFN

Paul
-- 
"Mmmmmmmm....Shakira geschmiert mit schokolade" sagt Homer

Attachment: signature.asc
Description: This is a digitally signed message part

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux