
72,662
Downloads
587
Downloads of v 18.0.0
6/24/2015
Last update
Erlang
18.0.0
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.
OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools.
To install Erlang, run the following command from the command line or from PowerShell:
C:\> choco install erlang
--version 18.0.0
To upgrade Erlang, run the following command from the command line or from PowerShell:
C:\> choco upgrade erlang
--version 18.0.0
Files
Hide- erlang-logo.png
- tools\chocolateyInstall.ps1
Show
try { Install-ChocolateyPackage 'erlang' 'EXE' '/S' 'http://www.erlang.org/download/otp_win32_18.0.exe' 'http://www.erlang.org/download/otp_win64_18.0.exe' -validExitCodes @(0) Write-ChocolateySuccess 'Erlang' } catch { Write-ChocolateyFailure 'Erlang' $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
try { start-process -wait "C:\Program Files\erl6.0\uninstall.exe" Write-ChocolateySuccess 'Erlang' } catch { Write-ChocolateySuccess 'Erlang' }
Virus Scan Results
- erlang.18.0.0.nupkg (b9b7c38335e6) - ## / 57 - Log in or click on link to see number of positives
- otp_win64_18.0.exe (4c1c91f2c2ca) - ## / 55 - Log in or click on link to see number of positives
- otp_win32_18.0.exe (d19f3fce38f8) - ## / 53 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
erlang.org
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Erlang 21.2 | 2152 | Thursday, January 17, 2019 | approved |
Erlang 21.0.1.20180701 | 9343 | Monday, July 2, 2018 | approved |
Erlang 21.0.1 | 357 | Thursday, June 28, 2018 | approved |
Erlang 21.0 | 1034 | Tuesday, June 19, 2018 | approved |
Erlang 20.3 | 8710 | Wednesday, March 14, 2018 | approved |
Erlang 20.2 | 4304 | Wednesday, January 10, 2018 | approved |
Erlang 20.1 | 1778 | Wednesday, December 6, 2017 | approved |
Erlang 20.0 | 6793 | Tuesday, August 15, 2017 | approved |
Erlang 19.3 | 3938 | Friday, June 2, 2017 | approved |
Erlang 19.2 | 5620 | Thursday, February 2, 2017 | approved |
Discussion for the Erlang Package
Ground rules:
- This discussion is only about Erlang and the Erlang 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 Erlang, 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.