17 lines
987 B
Markdown
17 lines
987 B
Markdown
---
|
|
title: "Managing External Packages"
|
|
linkTitle: "Managing External Packages"
|
|
---
|
|
|
|
## Managing External Packages
|
|
|
|
### Chocolatey (Windows)
|
|
|
|
Chocolatey is a software package manager for Windows that wraps installers, executables, zips, and scripts into compiled packages. Use Chocolatey to install Minikube on Windows. The following links provide details necessary to install, get status, and update to the latest minikube chocolatey package on windows.
|
|
|
|
* Chocolatey community is the maintainer of the Minikube package. Latest approved version is available for [Install, Upgrade and Uninstall](https://community.chocolatey.org/packages/Minikube/).
|
|
* Get the [current status](https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f) of the Chocolatey pacakge.
|
|
* Minikube Chocolatey update script on [GitHub](https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/minikube).
|
|
|
|
**Note: Windows support is limited to 64bit operating systems.**
|