Downloads:
22,038
Downloads of v 1.13.0:
2,420
Last Update:
13 Jan 2024
Package Maintainer(s):
Software Author(s):
- Canonical Ltd
Tags:
multipass vm hyper-v virtualbox ubuntu- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Multipass
- 1
- 2
- 3
1.13.0 | Updated: 13 Jan 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
22,038
Downloads of v 1.13.0:
2,420
Maintainer(s):
Software Author(s):
- Canonical Ltd
Multipass 1.13.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Canonical Ltd. The inclusion of Canonical Ltd trademark(s), if any, upon this webpage is solely to identify Canonical Ltd goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Multipass, run the following command from the command line or from PowerShell:
To upgrade Multipass, run the following command from the command line or from PowerShell:
To uninstall Multipass, 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 multipass --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 multipass -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 multipass -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 multipass
win_chocolatey:
name: multipass
version: '1.13.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'multipass' do
action :install
source 'INTERNAL REPO URL'
version '1.13.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller multipass
{
Name = "multipass"
Version = "1.13.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'multipass':
ensure => '1.13.0',
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 as a trusted package on 13 Jan 2024.
Package Specific
This package allows configuring multipass via either of the two supported hypervisors.
Hyper-V (and it's dependant Optional Windows Features) will be enabled if supported by your operating system. The version of Hyper-V supported by Multipass requires Windows 10 Professional/Enterprise build version 17134 or later.
VirtualBox must be preinstalled as it will not be installed with this package. If set to use VirtualBox, This package will set the driver to user VirtualBox, but other configuration may be necessary depending on your setup.
Package Parameters
The following package parameter can be set:
/HyperVisor:
- Accepts 'VirtualBox' or 'Hyper-V' (default)
To pass parameters, use --params "''"
(e.g. choco install multipass [other options] --params="'/HyperVisor:VirtualBox'"
).
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Multipass
Multipass is a lightweight VM manager for Linux, Windows and macOS. It's designed for developers who want a fresh Ubuntu environment with a single command. It uses KVM on Linux, Hyper-V on Windows and HyperKit on macOS to run the VM with minimal overhead. It can also use VirtualBox on Windows and macOS. Multipass will fetch images for you and keep them up to date.
Since it supports metadata for cloud-init, you can simulate a small cloud deployment on your laptop or workstation.
Uninstall
This package attempts to clean up files related to multipass by running it's uninstall.exe, but will not uninstall the hypervisor.
Uninstall-ChocolateyPackage `
-PackageName $env:ChocolateyPackageName `
-FileType 'exe' `
-SilentArgs '/S' `
-File "$env:ProgramFiles\Multipass\Uninstall.exe"
Uninstall-BinFile -Name $env:ChocolateyPackageName -Path "$env:ProgramFiles\Multipass\bin\multipass.exe"
Log in or click on link to see number of positives.
- multipass.1.13.0.nupkg (4abad8d6729e) - ## / 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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Multipass 1.13.0 | 2420 | Saturday, January 13, 2024 | Approved | |
Multipass 1.12.2 | 3440 | Saturday, September 9, 2023 | Approved | |
Multipass 1.11.1.20230506 | 2976 | Sunday, May 7, 2023 | Approved | |
Multipass 1.11.1 | 1554 | Wednesday, February 8, 2023 | Approved | |
Multipass 1.11.0 | 102 | Tuesday, February 7, 2023 | Approved | |
Multipass 1.10.1 | 1432 | Tuesday, August 2, 2022 | Approved | |
Multipass 1.10.0 | 320 | Wednesday, July 13, 2022 | Approved | |
Multipass 1.9.1 | 540 | Wednesday, May 25, 2022 | Approved | |
Multipass 1.9.0 | 341 | Thursday, May 5, 2022 | Approved | |
Multipass 1.8.0 | 1475 | Tuesday, October 26, 2021 | Approved | |
Multipass 1.7.2.20211014 | 301 | Thursday, October 14, 2021 | Approved | |
Multipass 1.7.2 | 396 | Tuesday, September 28, 2021 | Approved | |
Multipass 1.7.0 | 660 | Wednesday, July 21, 2021 | Approved | |
Multipass 1.6.2 | 917 | Friday, March 26, 2021 | Approved | |
Multipass 1.5.0.20210123 | 768 | Saturday, January 23, 2021 | Approved | |
Multipass 1.5.0 | 1068 | Monday, November 2, 2020 | Approved | |
Multipass 1.4.0 | 742 | Monday, August 10, 2020 | Approved | |
Multipass 1.3.0 | 599 | Tuesday, June 9, 2020 | Approved | |
Multipass 1.2.1 | 440 | Saturday, April 25, 2020 | Approved | |
Multipass 1.1.0 | 587 | Thursday, March 5, 2020 | Approved | |
Multipass 1.0.0 | 411 | Wednesday, December 18, 2019 | Approved | |
Multipass 0.9.0 | 205 | Wednesday, December 11, 2019 | Approved | |
Multipass 0.8.0 | 297 | Friday, November 29, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Multipass and the Multipass 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 Multipass, 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.