Winget repo integration? #2882
-
why is this feature request needed? What is the benefit of being able to install a Winget manifest as a Chocolatey package? If you can provide specific examples, that would really help. NA NA |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
@FalsePhilosopher thank you for joining the Chocolatey Community here on GitHub! In order to best help answer the question, we need to make sure that we fully understand the request that you are making. Can you please go back and edit this issue using the For example, why is this feature request needed? What is the benefit of being able to install a Winget manifest as a Chocolatey package? If you can provide specific examples, that would really help. We would need to know the answer to these types of questions before we could comment further. |
Beta Was this translation helpful? Give feedback.
-
@gep13 Sorry i'm new to github, and I read the doc's and could not figure out how to get the Enhancement / Feature Request template and only the bug report template. But to answer your questions why is this feature request needed? What is the benefit of being able to install a Winget manifest as a Chocolatey package? If you can provide specific examples, that would really help. |
Beta Was this translation helpful? Give feedback.
-
@FalsePhilosopher Thank you for the additional information. I have edited your original post to include the template, if you could go back and edit it with your additional information, and anything else that you can think of, that would be great. |
Beta Was this translation helpful? Give feedback.
-
The slight problem here is that while Chocolatey is a package manager, and uses a package repository of packages to install from, Winget isn't strictly speaking a package manager, it installs application from a GitHub repository, using manifest files. There are two fundamentally different things. That is not to say that it isn't possible to integrate Winget into Chocolatey, we already have some examples of what we call alternative sources, where you can install, for example, Windows Features using the source parameter |
Beta Was this translation helpful? Give feedback.
-
@gep13 Does that edit on my original post work? That is good to know more about how it winget works, throwing the idea out there as I don't know any programming just a power user with a feature idea. Wish I could help more but choco rocks keep up the awesome work! |
Beta Was this translation helpful? Give feedback.
-
I've moved this over to a discussion. |
Beta Was this translation helpful? Give feedback.
The slight problem here is that while Chocolatey is a package manager, and uses a package repository of packages to install from, Winget isn't strictly speaking a package manager, it installs application from a GitHub repository, using manifest files. There are two fundamentally different things.
That is not to say that it isn't possible to integrate Winget into Chocolatey, we already have some examples of what we call alternative sources, where you can install, for example, Windows Features using the source parameter
--source windows features
. I could see Winget being added in a similar wa…