12

I'm currently install F# manually by downloading the binary distribution from Microsoft, downloading the Mono key, running the Mono installer, then fiddling with my path. Is there a PPA with F# packages that can make my life easier?

Jorge Castro
  • 71,754
David Siegel
  • 8,932

3 Answers3

6

The F# license appears to be non-free as it only allows non-commercial use, so it wouldn't be legal to distribute this in a PPA. At best, there could be an fsharp-installer package created, which would automate those steps of downloading & installing it.

ajmitch
  • 18,543
5

Ubuntu (.deb) packages for fsharp can be found at http://fsxplat.codeplex.com/

1

I believe Microsoft said they might open source F# in the future.