Downloads:
2,995,806
Downloads of v 0.17.1:
35,324
Last Update:
11 Jun 2020
Package Maintainer(s):
Software Author(s):
- Chocolatey
Tags:
chocolateygui chocolatey admin foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Chocolatey GUI
This is not the latest version of Chocolatey GUI available.
- 1
- 2
- 3
0.17.1 | Updated: 11 Jun 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,995,806
Downloads of v 0.17.1:
35,324
Maintainer(s):
Software Author(s):
- Chocolatey
Chocolatey GUI 0.17.1
This is not the latest version of Chocolatey GUI available.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Failed
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Chocolatey GUI, run the following command from the command line or from PowerShell:
To upgrade Chocolatey GUI, run the following command from the command line or from PowerShell:
To uninstall Chocolatey GUI, 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 chocolateygui --internalize --version=0.17.1 --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 chocolateygui -y --source="'INTERNAL REPO URL'" --version="'0.17.1'" [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 chocolateygui -y --source="'INTERNAL REPO URL'" --version="'0.17.1'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chocolateygui
win_chocolatey:
name: chocolateygui
version: '0.17.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chocolateygui' do
action :install
source 'INTERNAL REPO URL'
version '0.17.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chocolateygui
{
Name = "chocolateygui"
Version = "0.17.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chocolateygui':
ensure => '0.17.1',
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.
This package was approved by moderator ferventcoder on 11 Jun 2020.
Chocolatey GUI is a delicious GUI on top of the Chocolatey command line tool.
Features
- View all installed and available packages
- Upgrade installed, but outdated packages
- Install and uninstall packages
- See detailed package information
Package Parameters
/ShowConsoleOutput
- Enables/disables whether or not Chocolatey GUI shows output from the commands being executed when a job is running/DefaultToTileViewForLocalSource
- Enables/disables whether or not Chocolatey GUI defauls to tile instead of list view for the local source view/DefaultToTileViewForRemoteSource
- Enables/disables whether or not Chocolatey GUI defauls to tile instead of list view for all remote source views/UseDelayedSearch
- Enables/disables whether or not Chocolatey GUI uses a live search, which returns results after a short delay without clicking the search button/ExcludeInstalledPackages
- Enables/disables whether or not Chocolatey GUI shows packages that are already installed when viewing sources/ShowAggregatedSourceView
- Enables/disables whether or not Chocolatey GUI shows an additional source combining all sources into one location/OutdatedPackagesCacheDurationInMinutes
- The length of time, in minutes, which Chocolatey GUI will wait before invalidating the cached result of outdated packages for the machine
As an example, the following installation command could be used to enable ShowConsoleOutput
to ensure UseDelayedSearch
is disabled, and set the output cache to 120 minutes:
`choco install chocolateygui --params="'/ShowConsoleOutput=$true /UseDelayedSearch=$false /OutdatedPackagesCacheDurationInMinutes=120'"
md5: C1DB912CAA66F8F71EEA86DA022EC5B8 | sha1: B49DEB8D0FEE25EC415F4E10A42F42C0CAEDDB3C | sha256: 101E8FC9E2B6D95B93AD7F11D5869A76916C660B37F11EA73698D4AB9DE6ACF1 | sha512: A15953A8BE1AF3D7FFFBE25B70B4A9F8B20A4B225ED5DD96E99813CF10F7507AA123DE6BE7097DFE8C963FB94BF0A6F89B78A73FEA0F2092BDEB7D75D5FDE9D5
Uninstall-BinFile -Name "chocolateygui"
Uninstall-BinFile -Name "chocolateyguicli"
Chocolatey GUI is from Chocolatey Software, and we maintain the package.
Log in or click on link to see number of positives.
- ChocolateyGUI.0.17.1.nupkg (0077a668609d) - ## / 60
- ChocolateyGUI.msi (101e8fc9e2b6) - ## / 62
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 |
---|---|---|---|---|
Chocolatey GUI 2.1.1 | 208223 | Monday, April 29, 2024 | Approved | |
Chocolatey GUI 2.1.0 | 305814 | Thursday, June 29, 2023 | Approved | |
Chocolatey GUI 2.1.0-alpha-20230608 | 1595 | Thursday, June 8, 2023 | Approved | |
Chocolatey GUI 2.0.0 | 116763 | Wednesday, May 31, 2023 | Approved | |
Chocolatey GUI 2.0.0-beta-20230426 | 2101 | Wednesday, April 26, 2023 | Approved | |
Chocolatey GUI 2.0.0-beta-20230412 | 1008 | Wednesday, April 12, 2023 | Approved | |
Chocolatey GUI 2.0.0-beta-20230321 | 1392 | Tuesday, March 21, 2023 | Approved | |
Chocolatey GUI 2.0.0-alpha-20230307 | 873 | Tuesday, March 7, 2023 | Approved | |
Chocolatey GUI 2.0.0-alpha-20230221 | 820 | Tuesday, February 21, 2023 | Approved | |
Chocolatey GUI 1.1.3 | 60216 | Wednesday, May 10, 2023 | Approved | |
Chocolatey GUI 1.1.2 | 104977 | Wednesday, March 8, 2023 | Approved | |
Chocolatey GUI 1.1.1 | 88310 | Thursday, January 26, 2023 | Approved | |
Chocolatey GUI 1.1.0 | 304228 | Thursday, September 8, 2022 | Approved | |
Chocolatey GUI 1.0.0 | 321264 | Monday, March 21, 2022 | Approved | |
Chocolatey GUI 0.20.0 | 145965 | Thursday, February 10, 2022 | Approved | |
Chocolatey GUI 0.19.0 | 152897 | Monday, September 6, 2021 | Approved | |
Chocolatey GUI 0.18.2 | 21751 | Thursday, September 2, 2021 | Approved | |
Chocolatey GUI 0.18.1 | 132544 | Monday, March 29, 2021 | Approved | |
Chocolatey GUI 0.18.0 | 43436 | Tuesday, March 9, 2021 | Approved | |
Chocolatey GUI 0.17.3 | 56475 | Monday, February 1, 2021 | Approved | |
Chocolatey GUI 0.17.2 | 137840 | Monday, July 13, 2020 | Approved | |
Chocolatey GUI 0.17.1 | 35324 | Thursday, June 11, 2020 | Approved | |
Chocolatey GUI 0.17.0 | 76093 | Thursday, March 26, 2020 | Approved | |
Chocolatey GUI 0.16.0 | 376732 | Thursday, February 15, 2018 | Approved | |
Chocolatey GUI 0.15.0 | 70852 | Wednesday, October 18, 2017 | Approved | |
ChocolateyGUI 0.13.2 | 116618 | Monday, December 14, 2015 | Approved | |
ChocolateyGUI 0.13.1 | 34484 | Sunday, March 29, 2015 | Approved | |
ChocolateyGUI 0.13.0 | 2633 | Thursday, March 26, 2015 | Approved | |
ChocolateyGUI 0.12.4 | 4172 | Thursday, March 12, 2015 | Approved | |
ChocolateyGUI 0.12.3 | 3307 | Tuesday, March 3, 2015 | Approved | |
ChocolateyGUI 0.12.2 | 1147 | Tuesday, March 3, 2015 | Approved | |
ChocolateyGUI 0.12.1 | 1366 | Monday, March 2, 2015 | Approved | |
ChocolateyGUI 0.12.0 | 1230 | Saturday, February 28, 2015 | Approved | |
ChocolateyGUI 0.11.4 | 19663 | Tuesday, September 16, 2014 | Approved | |
ChocolateyGUI 0.11.2 | 951 | Tuesday, September 16, 2014 | Approved | |
ChocolateyGUI 0.11.1 | 29920 | Sunday, February 24, 2013 | Approved | |
ChocolateyGUI 0.11.0 | 1029 | Sunday, February 24, 2013 | Approved | |
ChocolateyGUI 0.1.4 | 2057 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.3 | 1050 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.2 | 967 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.1 | 1046 | Sunday, February 10, 2013 | Approved | |
ChocolateyGUI 0.1.0 | 943 | Saturday, February 9, 2013 | Approved | |
ChocolateyGUI 0.0.5 | 3808 | Saturday, September 10, 2011 | Approved |
All release notes for Chocolatey GUI can be found on the GitHub site - https://github.com/chocolatey/ChocolateyGUI/releases
-
- Chocolatey (≥ 0.10.8)
- chocolatey-core.extension (≥ 1.3.3)
- dotnet4.5.2 (≥ 4.5.2.20140902)
Ground Rules:
- This discussion is only about Chocolatey GUI and the Chocolatey GUI 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 Chocolatey GUI, 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.