Downloads:
21,694
Downloads of v 0.2.2.111:
5,368
Last Update:
02 Nov 2014
Package Maintainer(s):
Software Author(s):
- James Dibble
Tags:
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Chocolatey Explorer
- 1
- 2
- 3
0.2.2.111 | Updated: 02 Nov 2014
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
21,694
Downloads of v 0.2.2.111:
5,368
Maintainer(s):
Software Author(s):
- James Dibble
Chocolatey Explorer 0.2.2.111
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by James Dibble. The inclusion of James Dibble trademark(s), if any, upon this webpage is solely to identify James Dibble 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 Chocolatey Explorer, run the following command from the command line or from PowerShell:
To upgrade Chocolatey Explorer, run the following command from the command line or from PowerShell:
To uninstall Chocolatey Explorer, 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 chocolateyexplorer --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 chocolateyexplorer -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 chocolateyexplorer -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 chocolateyexplorer
win_chocolatey:
name: chocolateyexplorer
version: '0.2.2.111'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chocolateyexplorer' do
action :install
source 'INTERNAL REPO URL'
version '0.2.2.111'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chocolateyexplorer
{
Name = "chocolateyexplorer"
Version = "0.2.2.111"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chocolateyexplorer':
ensure => '0.2.2.111',
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 gep13 on 02 Nov 2014.
Chocolatey Explorer is an application to make Chocolatey that little bit more awesome by giving you control over it's basic functions without having to break out PowerShell.
Log in or click on link to see number of positives.
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 Explorer 0.2.2.111 | 5368 | Sunday, November 2, 2014 | Approved | |
Chocolatey Explorer 0.2.1.106 | 407 | Tuesday, October 28, 2014 | Approved | |
Chocolatey Explorer 0.2.1.103 | 313 | Sunday, October 26, 2014 | Approved | |
Chocolatey Explorer 0.2.1.102 | 352 | Friday, October 24, 2014 | Unknown | |
Chocolatey Explorer 0.2.1.101 | 331 | Thursday, October 23, 2014 | Unknown | |
Chocolatey Explorer 0.2.1.100 | 406 | Sunday, October 19, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.99 | 345 | Saturday, October 18, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.98 | 348 | Saturday, October 18, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.97 | 359 | Saturday, October 18, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.92 | 355 | Thursday, October 16, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.91 | 351 | Thursday, October 16, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.84 | 371 | Tuesday, October 14, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.83 | 310 | Tuesday, October 14, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.82 | 324 | Tuesday, October 14, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.81 | 357 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.80 | 370 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.79 | 371 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.78 | 350 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.76 | 332 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.73 | 302 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.71 | 336 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.69 | 322 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.68 | 331 | Monday, October 13, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.67 | 329 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.66 | 357 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.65 | 318 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.64 | 377 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.63 | 355 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.62 | 374 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.61 | 384 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.59 | 326 | Sunday, October 12, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.58 | 382 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.57 | 370 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.56 | 297 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.55 | 319 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.54 | 349 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.53 | 330 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.52 | 315 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.51 | 357 | Saturday, October 11, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.38 | 362 | Wednesday, October 8, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.37 | 399 | Tuesday, October 7, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.36 | 403 | Tuesday, October 7, 2014 | Unknown | |
Chocolatey Explorer 0.1.0.35 | 357 | Tuesday, October 7, 2014 | Unknown |
Copyright (c) 2014 James Dibble. All rights reserved.
0.2.2.110
- Improved paging - Loads more packages at once
- Support for a greater number of HTTP based Chocolatey feeds
- Only load versions of packages that are of interest
- Create an install list and export it as a setup script
0.2.1.106
- Display the packages icon if one exists in the package menu
- Indicate a package that is already installed
0.2.1.100
- First complete release
- Default to latest package when selecting one from the tree view
- Ability to clear the console output
0.1.0.99
- Install package with arguments
0.1.0.98
- Make searching a cancellable operation
0.1.0.97
- Improving searching functionality
- Bug fixes
0.1.0.93
- Minor performance improvements when loading packages from OData feeds
- When exploring a feed, packages are loaded in pages. No more load all as there
are too many on Chocolatey. - Search results can be cleared when completed.
- Bug fixes
0.1.0.61
- Themed with Modern UI
- Pacakges can be updated and uninstalled
0.1.0.4
- Add custom source (must be the OData address but can be based upon a Nuget feed)
- Search a source
- Load all of the packages from a source
- View package information
Future Releases
- Detect whether Chocolatey is installed. If not, give user option install it.
- Better paging functionality; background loading of packages?
- Parse and display release notes and descriptions as Markdown
- Sign the manifests so installer and applicaiton are trusted
- Authenticated feeds
-
- chocolatey (≥ 0.9.8.27)
Ground Rules:
- This discussion is only about Chocolatey Explorer and the Chocolatey Explorer 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 Explorer, 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.