Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chocolatey package side by side installations deprecated #71

Open
williamoconnorme opened this issue Nov 10, 2023 · 1 comment
Open

Comments

@williamoconnorme
Copy link

Hi, Chocolatey side-by-side (aka allow-multiple) package installs are deprecated. Is there a consideration for how best to handle multiple installs of package versions going forward?

In my scenario, I'm trying to install multiple versions of the dotnet SDK.

Commands:

choco install dotnet-6.0-sdk -y --force
choco install dotnet-7.0-sdk -y --force

choco list --local-only output:

dotnet-6.0-sdk has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-6.0-sdk 6.0.416

dotnet-6.0-sdk-4xx has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-6.0-sdk-4xx 6.0.416

dotnet-7.0-sdk has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-7.0-sdk 7.0.403

dotnet-7.0-sdk-4xx has been installed as a side by side installation.
Side by side installations are deprecated and is pending removal in v2.0.0.
dotnet-7.0-sdk-4xx 7.0.403
@rohitk710
Copy link

What did you use to resolve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants