Chocolatey Package Manager Windows
On Windows, if your machine is not managed by the system administrator in a corp domain then the choice of you installing an application is via GUI installer or Windows Store. Introduce Chocolatey, a Package Manager for Windows, much like MacOS’s homebrew and Debian’s. Oct 9, 2018 - The Chocolatey package manager is a DevOps tool that wasn't initially designed for Linux and patched over, which makes the implementation. Dec 15, 2017 - If you want to make your experience with Windows a more fulfilling experience, then you really need to install the Chocolatey package manager. Pokemon mega emerald gba file.
Developer(s) | Microsoft, .NET Foundation |
---|---|
Initial release | 5 October 2010 |
Stable release | |
Written in | C# |
Platform | .NET Framework |
Type | Package management system |
License | Apache License 2.0 |
Website | nuget.org |
NuGet is a free and open-sourcepackage manager designed for the Microsoft development platform (formerly known as NuPack).[2][3] Since its introduction in 2010, NuGet has evolved into a larger ecosystem of tools and services.[4]
NuGet is distributed as a Visual Studio extension. Starting with Visual Studio 2012, NuGet comes pre-installed by default. NuGet is also integrated with SharpDevelop. NuGet can also be used from the command line and automated with scripts.
It supports multiple programming languages, including:
- .NET Framework packages
- Native packages written in C++,[5] with package creation aided by CoApp
Chocolatey[edit]
Developer(s) | Chocolatey Software, Inc. |
---|---|
Initial release | 1 January 2017 |
Preview release | 0.10.13[6] / 15 March 2019; 2 months ago |
Repository | github.com/chocolatey/choco/ |
Written in | C# |
Operating system | Windows Vista and later |
Type | Package management system |
License | Apache License 2.0[7] |
Website | chocolatey.org |
Chocolatey[8] is a machine-level package manager and installer for software packages, built for the Windows NT platform. It is an execution engine using the NuGet packaging infrastructure and Windows PowerShell to provide an automation tool for installing software on Windows machines, designed to simplify the process from the user perspective.[9] The name is an extension on a pun of NuGet (from 'nougat') 'because everyone loves Chocolatey nougat'.[10]
Chocolatey can be invoked by the PackageManagement module (formerly 'OneGet')[11] of PowerShell version 5.0.[12]
See also[edit]
References[edit]
- ^'NuGet 4.7 RTM Release Notes'. nuget.org.
- ^Haack, Phil. 'NuGet'.
- ^Haack, Phil (21 October 2010). 'Changing the NuPack Project Name'. OuterCurve Foundation. Retrieved 6 November 2010.
- ^An Overview of the NuGet Ecosystem. CodeProject (18 August 2013). Retrieved on 6 February 2015.
- ^'NuGet for C++'. 26 April 2013. Retrieved 29 April 2013.
- ^'Chocolatey 0.10.13 release notes'. Chocolatey.org.
- ^'Chocolatey license'. Chocolatey.org.
- ^'Chocolatey Gallery'. Chocolatey.org. Retrieved 7 March 2015.
- ^Hanselman, Scott, 'Is the Windows user ready for apt-get?', Hanselman, Scott, 28 May 2013. Retrieved 4 June 2014.
- ^'Where Chocolatey Comes From', GitHub.com, 25 July 2011. Retrieved 5 June 2014.
- ^Prox, Boe, 'Checking Out OneGet in PowerShell V5', WordPress.com, 3 April 2014. Retrieved 5 June 2014.
- ^Snover, Jeffrey, 'Windows Management Framework V5 Preview', Microsoft TechNet Windows Server Blog, 3 April 2014. Retrieved 5 June 2014.
External links[edit]
- Official website
- NuGet on GitHub