Downloads:
24,760
Downloads of v 8.15.0:
250
Last Update:
06 Nov 2024
Package Maintainer(s):
Software Author(s):
- PLT Inc.
Tags:
racket lisp scheme adminRacket
- 1
- 2
- 3
8.15.0 | Updated: 06 Nov 2024
Downloads:
24,760
Downloads of v 8.15.0:
250
Maintainer(s):
Software Author(s):
- PLT Inc.
Racket 8.15.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by PLT Inc. The inclusion of PLT Inc. trademark(s), if any, upon this webpage is solely to identify PLT Inc. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Racket, run the following command from the command line or from PowerShell:
To upgrade Racket, run the following command from the command line or from PowerShell:
To uninstall Racket, 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 racket --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 racket -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 racket -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 racket
win_chocolatey:
name: racket
version: '8.15.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'racket' do
action :install
source 'INTERNAL REPO URL'
version '8.15.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller racket
{
Name = "racket"
Version = "8.15.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'racket':
ensure => '8.15.0',
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 06 Nov 2024.
Racket is a full-spectrum programming language. It goes beyond Lisp and Scheme with dialects that support objects, types, laziness, and more. Racket enables programmers to link components written in different dialects, and it empowers programmers to create new, project-specific dialects. Racket's libraries support applications from web servers and databases to GUIs and charts.
Log in or click on link to see number of positives.
- racket.8.15.0.nupkg (a716508f2ef2) - ## / 67
- racket-8.15-x86_64-win32-cs.exe (c267bc77ee95) - ## / 45
- racket-8.15-i386-win32-bc.exe (c57f32822a5e) - ## / 45
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 |
---|---|---|---|---|
Racket 8.15.0 | 250 | Wednesday, November 6, 2024 | Approved | |
Racket 8.14.0 | 628 | Tuesday, August 20, 2024 | Approved | |
Racket 8.13.0 | 579 | Monday, May 27, 2024 | Approved | |
Racket 8.11.1 | 583 | Thursday, December 14, 2023 | Approved | |
Racket 8.10.0 | 658 | Thursday, August 24, 2023 | Approved | |
Racket 8.9 | 1495 | Sunday, May 21, 2023 | Approved | |
Racket 8.8 | 444 | Thursday, February 9, 2023 | Approved | |
Racket 8.7 | 396 | Thursday, November 17, 2022 | Approved | |
Racket 8.6 | 564 | Saturday, August 13, 2022 | Approved | |
Racket 8.5 | 603 | Wednesday, May 4, 2022 | Approved | |
Racket 8.4 | 540 | Thursday, February 10, 2022 | Approved | |
Racket 8.3 | 602 | Sunday, November 7, 2021 | Approved | |
Racket 8.2 | 641 | Sunday, July 25, 2021 | Approved | |
Racket 8.1 | 615 | Wednesday, May 5, 2021 | Approved | |
Racket 8.0 | 661 | Monday, February 15, 2021 | Approved | |
Racket 7.9 | 763 | Tuesday, November 3, 2020 | Approved | |
Racket 7.8.0.20200806 | 635 | Thursday, August 6, 2020 | Approved | |
Racket 7.8 | 220 | Wednesday, August 5, 2020 | Approved | |
Racket 7.7.0.20200528 | 548 | Thursday, May 28, 2020 | Approved | |
Racket 7.7 | 399 | Sunday, May 3, 2020 | Approved | |
Racket 7.6 | 604 | Saturday, February 15, 2020 | Approved | |
Racket 7.5 | 459 | Sunday, January 5, 2020 | Approved | |
Racket 7.4 | 804 | Saturday, September 14, 2019 | Approved | |
Racket 7.3 | 864 | Monday, May 27, 2019 | Approved | |
Racket 7.2 | 801 | Friday, February 1, 2019 | Approved | |
Racket 7.1 | 846 | Thursday, November 1, 2018 | Approved | |
Racket 7.0 | 1087 | Monday, August 6, 2018 | Approved | |
Racket 6.12 | 1113 | Sunday, January 28, 2018 | Approved | |
Racket 6.11 | 978 | Wednesday, November 1, 2017 | Approved | |
Racket 6.10.1 | 914 | Thursday, September 14, 2017 | Approved | |
Racket 6.10 | 618 | Monday, August 7, 2017 | Approved | |
Racket 6.9.0.20170504 | 663 | Thursday, May 4, 2017 | Approved | |
Racket 6.9 | 469 | Friday, April 28, 2017 | Approved | |
Racket 6.8 | 776 | Wednesday, January 25, 2017 | Approved | |
Racket 6.7 | 455 | Friday, January 20, 2017 | Approved | |
Racket 6.5 | 606 | Sunday, June 12, 2016 | Approved | |
Racket 6.1 | 879 | Thursday, October 2, 2014 | Approved |
https://docs.racket-lang.org/release/index.html
If you'd like to install 32-bit version on 64-bit Windows, pass the "--x86" argument to choco install.
This package has no dependencies.
Ground Rules:
- This discussion is only about Racket and the Racket 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 Racket, 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.