winget install --id=Chocolatey.ChocolateyGUI -e
Chocolatey GUI is a delicious GUI on top of the Chocolatey command line tool.
Chocolatey GUI is a user interface for Chocolatey (the Machine Package Manager for Windows).
You can install Chocolatey GUI via Chocolatey itself by executing:
choco install ChocolateyGUI
| GitHub Action | |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | |
Come join in the conversation about Chocolatey GUI in our Community Chat Room
Or, you can find us in IRC at #chocolatey.
You can find information about Chocolatey GUI here: https://docs.chocolatey.org/en-us/chocolatey-gui/
Apache 2.0 - see LICENSE and NOTICE files.
If you have found an issue with Chocolatey GUI, this is the place to submit.
Observe the following help for submitting an issue:
Prerequisites:
Submitting a ticket:
-dv
or --debug --verbose
. You can submit that with the issue or create a gist and link it.$env:ChocolateyInstall\log\
. You can grab the specific log output from there so you don't have to capture or redirect screen output. Please limit the amount included to just the command run (the log is appended to with every command).log.sh
) and link to the gist from the issue. Feel free to create it as secret so it doesn't fill up against your public gists. Anyone with a direct link can still get to secret gists. If you accidentally include secret information in your gist, please delete it and create a new one (gist history can be seen by anyone) and update the link in the ticket (issue history is not retained except by email - deleting the gist ensures that no one can get to it). Using gists this way also keeps accidental secrets from being shared in the ticket in the first place as well.If you would like to contribute code or help squash a bug or two, that's awesome. Please familiarize yourself with CONTRIBUTING.
choco install wixtoolset -y
FXCOPDIR
environment variable, which can be set using vswhere and the following command:
$FXCOPDIR = vswhere -products * -latest -prerelease -find **/FxCopCmd.exe
[Environment]::SetEnvironmentVariable("FXCOPDIR", $FXCOPDIR, 'User')
refreshenv
build.ps1
, this will run Cake and it will go through the build script.
./build.ps1
If you are interested in helping with the effort in translating the various portions of the Chocolatey GUI UI into different languages, you can find out more about using the transifex service in this how to article.
Committers, you should be very familiar with COMMITTERS.
Chocolatey GUI is brought to you by quite a few people and frameworks. See CREDITS (just CREDITS.md in the zip folder)