Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
1,262
Downloads of v 2021.01.09.9300:
43
Last Update:
09 Jan 2021
Package Maintainer(s):
Software Author(s):
- Richard "TerminX" Gobeille
Tags:
eduke32 duke3d duke nukem
EDuke32
Downloads:
1,262
Downloads of v 2021.01.09.9300:
43
Maintainer(s):
Software Author(s):
- Richard "TerminX" Gobeille
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install EDuke32, run the following command from the command line or from PowerShell:
To upgrade EDuke32, run the following command from the command line or from PowerShell:
To uninstall EDuke32, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download eduke32 --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade eduke32 -y --source="'STEP 3 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 eduke32 -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure eduke32 installed
win_chocolatey:
name: eduke32
state: present
version: 2021.01.09.9300
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'eduke32' do
action :install
version '2021.01.09.9300'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: eduke32,
Version: 2021.01.09.9300,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller eduke32
{
Name = 'eduke32'
Ensure = 'Present'
Version = '2021.01.09.9300'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'eduke32':
provider => 'chocolatey',
ensure => '2021.01.09.9300',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install eduke32 version="2021.01.09.9300" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. 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...
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved as a trusted package on 09 Jan 2021.
It's time to kick ass and chew bubble gum, and I'm all outta gum!
EDuke32 is an awesome, free homebrew game engine and source port of the classic PC first person shooter Duke Nukem 3D— Duke3D for short—to Windows, Linux, Mac OS X, FreeBSD, several handhelds, your family toaster, and to your girlfriend's vibrator. We've added thousands of cool and useful features and upgrades for regular players and additional editing capabilities and scripting extensions for homebrew developers and mod creators. EDuke32 is open source software that is completely free to use for all non-commercial purposes.
Created by Duke4.net community leader Richard "TerminX" Gobeille and a team of elite ninja programmers including Pierre-Loup "Plagman" Griffais, Philipp "Helixhorned" Kutin, and Evan "Hendricks266" Ramos (based on work by Todd Replogle/Ken Silverman/Jonathon Fowler/Matt Saettler), EDuke32 is the undeniable king of Duke Nukem 3D ports.
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$(Join-Path $toolsDir commonEnv.ps1)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installLocation
url = 'https://dukeworld.com/eduke32/synthesis/20210109-9300-a32832192/eduke32_win64_20210109-9300-a32832192.7z'
checksum = '7d09ac490184cd73e1ef3616a7af0a87cfb76ce0ebafb9134b836800771d9d0b'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
## StartMenu
Install-ChocolateyShortcut -ShortcutFilePath "$(Join-Path $startMenuDir $GameName).lnk" `
-TargetPath "$binPath" `
-WorkingDirectory "$installLocation"
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. "$(Join-Path $toolsDir commonEnv.ps1)"
Remove-Item $installLocation -exclude *.ini -recurse -force
Remove-Item $startMenuDir -recurse -force
$GameName = 'EDuke32'
$GameNameLow = $GameName.ToLower()
$installLocation = "$(Join-Path $ENV:LocalAppData\Programs $GameNameLow)"
$startMenuDir = [IO.Path]::Combine("$ENV:AppData", 'Microsoft\Windows\Start Menu\Programs', "$GameName")
$binPath = "$(Join-Path $installLocation $GameNameLow).exe"
Log in or click on link to see number of positives.
- eduke32.2021.01.09.9300.nupkg (9b7417fc07a4) - ## / 62
- eduke32_win64_20210109-9300-a32832192.7z (7d09ac490184) - ## / 60
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
EDuke32 2021.01.20.9305 | 3 | Saturday, January 23, 2021 | Waiting for Maintainer |
EDuke32 2021.01.09.9300 | 43 | Saturday, January 9, 2021 | Approved |
EDuke32 2020.12.21.9297 | 38 | Wednesday, December 23, 2020 | Approved |
EDuke32 2020.12.18.9296 | 27 | Sunday, December 20, 2020 | Approved |
EDuke32 2020.12.14.9286 | 23 | Thursday, December 17, 2020 | Approved |
EDuke32 2020.12.05.9278 | 36 | Wednesday, December 9, 2020 | Approved |
EDuke32 2020.11.07.9275 | 36 | Saturday, November 14, 2020 | Approved |
EDuke32 2020.09.07.9257 | 65 | Saturday, September 12, 2020 | Approved |
EDuke32 2020.08.29.9253 | 45 | Tuesday, September 1, 2020 | Approved |
EDuke32 2020.08.27.9251 | 29 | Thursday, August 27, 2020 | Approved |
EDuke32 2020.08.17.9242 | 41 | Sunday, August 23, 2020 | Approved |
EDuke32 2020.08.10.9218 | 54 | Wednesday, August 12, 2020 | Approved |
EDuke32 2020.08.02.9206 | 42 | Friday, August 7, 2020 | Approved |
EDuke32 2020.07.27.9205 | 35 | Wednesday, July 29, 2020 | Approved |
EDuke32 2020.07.16.9166 | 30 | Friday, July 24, 2020 | Approved |
EDuke32 2020.06.23.9158 | 43 | Saturday, June 27, 2020 | Approved |
EDuke32 2020.06.22.9157 | 35 | Monday, June 22, 2020 | Approved |
EDuke32 2020.06.17.9156 | 26 | Thursday, June 18, 2020 | Approved |
EDuke32 2020.06.13.9150 | 25 | Sunday, June 14, 2020 | Approved |
EDuke32 2020.06.11.9142 | 33 | Friday, June 12, 2020 | Approved |
EDuke32 2020.06.09.9130 | 24 | Tuesday, June 9, 2020 | Approved |
EDuke32 2020.05.25.9041 | 43 | Monday, May 25, 2020 | Approved |
eduke32 (Install) 2020.03.13.8751 | 151 | Saturday, March 14, 2020 | Approved |
eduke32 (Install) 2019.09.19.8133 | 75 | Tuesday, October 1, 2019 | Approved |
eduke32 (Install) 2019.09.01.8072 | 65 | Monday, September 2, 2019 | Approved |
eduke32 (Install) 2019.08.07.7927 | 64 | Thursday, August 8, 2019 | Approved |
eduke32 (Install) 7.6.57 | 124 | Sunday, June 2, 2019 | Approved |
1991 GNU GENERAL PUBLIC LICENSE
Ground Rules:
- This discussion is only about EDuke32 and the EDuke32 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 EDuke32, 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.