Downloads:
110,574
Downloads of v 6.12.0.206:
6,483
Last Update:
14 Feb 2024
Package Maintainer(s):
Software Author(s):
- Miguel de Icaza
- other Mono committers
Tags:
mono development framework admin foss cross-platformMono
- 1
- 2
- 3
6.12.0.206 | Updated: 14 Feb 2024
Downloads:
110,574
Downloads of v 6.12.0.206:
6,483
Maintainer(s):
Software Author(s):
- Miguel de Icaza
- other Mono committers
Mono 6.12.0.206
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Miguel de Icaza, other Mono committers. The inclusion of Miguel de Icaza, other Mono committers trademark(s), if any, upon this webpage is solely to identify Miguel de Icaza, other Mono committers goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Mono, run the following command from the command line or from PowerShell:
To upgrade Mono, run the following command from the command line or from PowerShell:
To uninstall Mono, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download mono --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade mono -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade mono -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install mono
win_chocolatey:
name: mono
version: '6.12.0.206'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'mono' do
action :install
source 'INTERNAL REPO URL'
version '6.12.0.206'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller mono
{
Name = "mono"
Version = "6.12.0.206"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'mono':
ensure => '6.12.0.206',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 31 Oct 2024.
Mono is a software platform designed to allow developers to easily create cross platform applications. Sponsored by Novell, Mono is an open source implementation of Microsoft’s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for development of Linux applications.
Features
- [Multi-Platform][]: Runs on Linux, OS X, BSD and Microsoft Windows, including x86, x86-64, ARM, s390, PowerPC and much more.
- [Multi-Language][]: Develop in C# 4.0 (including LINQ and
dynamic
), VB 8, Java, Python, Ruby, Eiffel, F#, Oxygene and more. - Binary Compatible: Built on an implementation of the ECMA's Common Language Infrastructure and C#.
- [Microsoft Compatible API][]: Run ASP.NET, ADO.NET, Silverlight and Windows.Forms applications without recompilation.
- [Open Source, Free Software][Open Source]: Mono's runtime, compilers, and libraries are distributed using the MIT license.
- [Comprehensive Technology Coverage][]: Bindings and managed implementations of many popular libraries and protocols.
Notes
- Starting from package version 5.8.0.127 and onwards 64bit is supported, unfortunately the 64bit version does not contain the GTK# runtime. Please either install the 32bit edition (
choco install mono --x86
), or the gtksharp package if this is needed.
Log in or click on link to see number of positives.
- mono.6.12.0.206.nupkg (a3cd58185955) - ## / 63
- mono-6.12.0.206-x64-0.msi (4125f57d97cf) - ## / 42
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Mono 6.12.0.206 | 6483 | Wednesday, February 14, 2024 | Approved | |
Mono 6.12.0.199 | 6130 | Thursday, June 15, 2023 | Approved | |
Mono 6.12.0.182 | 14582 | Thursday, June 16, 2022 | Exempted | |
Mono 6.12.0.179 | 1429 | Monday, May 23, 2022 | Approved | |
Mono 6.12.0.107 | 17719 | Thursday, December 10, 2020 | Approved | |
Mono 6.12.0.98 | 1846 | Thursday, October 8, 2020 | Approved | |
Mono 6.10.0.104 | 2462 | Thursday, July 9, 2020 | Approved | |
Mono 6.8.0.123 | 1335 | Monday, May 11, 2020 | Approved | |
Mono 6.8.0.105 | 1930 | Wednesday, February 5, 2020 | Approved | |
Mono 6.8.0.96 | 528 | Wednesday, January 15, 2020 | Approved | |
Mono 6.6.0.161 | 710 | Tuesday, December 10, 2019 | Approved | |
Mono 6.4.0.198 | 917 | Tuesday, September 24, 2019 | Approved | |
Mono 6.0.0.334 | 2610 | Friday, September 13, 2019 | Approved | |
Mono 6.0.0.327 | 836 | Friday, August 30, 2019 | Approved | |
Mono 6.0.0.319 | 998 | Tuesday, August 6, 2019 | Approved | |
Mono 6.0.0.313 | 946 | Saturday, July 20, 2019 | Approved | |
Mono 5.20.1.34 | 550 | Wednesday, July 17, 2019 | Approved | |
Mono 5.20.1.19 | 1817 | Thursday, April 11, 2019 | Approved | |
Mono 5.18.1.3 | 457 | Monday, April 8, 2019 | Approved | |
Mono 5.18.1.0 | 682 | Friday, March 15, 2019 | Approved | |
Mono 5.18.0.268 | 744 | Sunday, March 3, 2019 | Approved | |
Mono 5.18.0.240 | 744 | Thursday, January 17, 2019 | Approved | |
Mono 5.18.0.225 | 624 | Monday, December 31, 2018 | Approved | |
Mono 5.16.0.220 | 844 | Monday, November 26, 2018 | Approved | |
Mono 5.16.0.179 | 756 | Monday, October 8, 2018 | Approved | |
Mono 5.14.0.177 | 939 | Tuesday, August 7, 2018 | Approved | |
Mono 5.12.0.301 | 13224 | Friday, July 20, 2018 | Approved | |
Mono 5.12.0.226 | 724 | Monday, May 14, 2018 | Approved | |
Mono 5.12.0.223 | 392 | Friday, May 11, 2018 | Approved | |
Mono 5.10.1.47 | 537 | Wednesday, April 18, 2018 | Approved | |
Mono 5.10.0.160 | 1242 | Thursday, March 8, 2018 | Approved | |
Mono 5.10.0.140 | 443 | Monday, February 26, 2018 | Approved | |
Mono 4.4.2 | 13453 | Tuesday, August 2, 2016 | Approved | |
Mono 4.4.1 | 688 | Saturday, July 2, 2016 | Approved | |
Mono 4.2.2 | 743 | Friday, January 29, 2016 | Approved | |
Mono 4.2.1 | 641 | Tuesday, November 17, 2015 | Approved | |
Mono 4.0.3 | 506 | Friday, August 14, 2015 | Approved | |
Mono 4.0.2 | 478 | Sunday, July 12, 2015 | Approved | |
Mono 3.2.3 | 2140 | Thursday, October 2, 2014 | Approved | |
Mono 2.10.9 | 1278 | Saturday, November 3, 2012 | Unknown | |
Mono 2.10.8 | 692 | Monday, January 30, 2012 | Unknown | |
Mono 2.10.6 | 617 | Tuesday, November 29, 2011 | Unknown | |
Mono 2.10.2 | 732 | Tuesday, August 23, 2011 | Unknown | |
Mono 2.10.1.1 | 596 | Tuesday, August 23, 2011 | Unknown | |
Mono 2.10.1 | 641 | Tuesday, August 23, 2011 | Unknown | |
Mono 2.6.7 | 650 | Tuesday, August 23, 2011 | Unknown |
© 2018 Mono Project
This package has no dependencies.
Ground Rules:
- This discussion is only about Mono and the Mono package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Mono, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.