Downloads:
6,432
Downloads of v 1.8.15:
290
Last Update:
11 Nov 2024
Package Maintainer(s):
Software Author(s):
- Bostrot
Tags:
wsl wsl2 disto manager terminal gui- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WSL2 Distro Manager
- 1
- 2
- 3
1.8.15 | Updated: 11 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,432
Downloads of v 1.8.15:
290
Maintainer(s):
Software Author(s):
- Bostrot
WSL2 Distro Manager 1.8.15
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Bostrot. The inclusion of Bostrot trademark(s), if any, upon this webpage is solely to identify Bostrot goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WSL2 Distro Manager, run the following command from the command line or from PowerShell:
To upgrade WSL2 Distro Manager, run the following command from the command line or from PowerShell:
To uninstall WSL2 Distro Manager, 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 wsl2-distro-manager --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 wsl2-distro-manager -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 wsl2-distro-manager -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 wsl2-distro-manager
win_chocolatey:
name: wsl2-distro-manager
version: '1.8.15'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wsl2-distro-manager' do
action :install
source 'INTERNAL REPO URL'
version '1.8.15'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wsl2-distro-manager
{
Name = "wsl2-distro-manager"
Version = "1.8.15"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wsl2-distro-manager':
ensure => '1.8.15',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 11 Nov 2024.
A quick way to manage your WSL instances with a GUI (flutter + fluent_ui).
NOTE: This is an automatically updated package. If you find it is out of date by more than a week, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop'
[Environment]::GetFolderPath('Programs'), [Environment]::GetFolderPath('CommonPrograms') | ForEach-Object {
Remove-Item -Path (Join-Path -Path $_ -ChildPath 'wsl2 distro manager.lnk') -ErrorAction SilentlyContinue
}
Log in or click on link to see number of positives.
- wsl2-distro-manager.1.8.15.nupkg (514e1120c26f) - ## / 66
- wsl2-distro-manager-v1.8.15.zip (f7e6e96a9a06) - ## / 67
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 |
---|---|---|---|---|
WSL2 Distro Manager 1.8.15 | 290 | Monday, November 11, 2024 | Approved | |
WSL2 Distro Manager 1.8.14 | 1245 | Friday, May 17, 2024 | Approved | |
WSL2 Distro Manager 1.8.13 | 338 | Sunday, April 28, 2024 | Approved | |
WSL2 Distro Manager 1.8.11 | 1277 | Wednesday, November 1, 2023 | Approved | |
WSL2 Distro Manager 1.8.10 | 387 | Sunday, September 24, 2023 | Approved | |
WSL2 Distro Manager 1.8.9 | 317 | Tuesday, August 22, 2023 | Approved | |
WSL2 Distro Manager 1.8.8 | 119 | Saturday, August 19, 2023 | Approved | |
WSL2 Distro Manager 1.8.7 | 142 | Tuesday, August 15, 2023 | Approved | |
WSL2 Distro Manager 1.8.6 | 126 | Sunday, August 13, 2023 | Approved | |
WSL2 Distro Manager 1.8.5 | 393 | Thursday, June 15, 2023 | Approved | |
WSL2 Distro Manager 1.8.4 | 243 | Friday, April 28, 2023 | Approved | |
WSL2 Distro Manager 1.8.3 | 45 | Wednesday, April 26, 2023 | Approved | |
WSL2 Distro Manager 1.8.2 | 57 | Tuesday, April 25, 2023 | Approved | |
WSL2 Distro Manager 1.8.1 | 44 | Tuesday, April 25, 2023 | Approved | |
WSL2 Distro Manager 1.8.0 | 42 | Sunday, April 23, 2023 | Approved | |
WSL2 Distro Manager 1.7.4 | 247 | Tuesday, April 18, 2023 | Approved | |
WSL2 Distro Manager 1.7.3 | 43 | Monday, April 17, 2023 | Approved | |
WSL2 Distro Manager 1.7.2 | 51 | Monday, April 10, 2023 | Approved | |
WSL2 Distro Manager 1.7.1 | 51 | Saturday, April 8, 2023 | Approved | |
WSL2 Distro Manager 1.7.0 | 46 | Saturday, April 8, 2023 | Approved | |
WSL2 Distro Manager 1.6.2 | 182 | Friday, March 24, 2023 | Approved | |
WSL2 Distro Manager 1.6.1 | 67 | Sunday, March 19, 2023 | Approved | |
WSL2 Distro Manager 1.6.0 | 312 | Tuesday, February 14, 2023 | Approved | |
WSL2 Distro Manager 1.5.0 | 198 | Saturday, December 10, 2022 | Approved | |
WSL2 Distro Manager 1.4.4 | 101 | Saturday, November 26, 2022 | Approved | |
WSL2 Distro Manager 1.4.2 | 69 | Tuesday, November 22, 2022 | Approved |
Bostrot
This package has no dependencies.
Ground Rules:
- This discussion is only about WSL2 Distro Manager and the WSL2 Distro Manager 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 WSL2 Distro Manager, 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.