OneGet / oneget

PackageManagement (aka OneGet) is a package manager for Windows
MIT License
2.38k stars 190 forks source link

VLC installation using Provider Name ChocolateyGet #501

Closed kundankumar-tudip closed 3 years ago

kundankumar-tudip commented 3 years ago

I am facing an issue while installing VLC using the following command:

Install-Module -Name ChocolateyGet -AllowClobber Install-Package -Name vlc -Provider ChocolateyGet

Output: "WARNING: Cannot bind argument to parameter 'source' because it is an empty string.

Although I have installed the VLC media player on 03/25/2021 using the same method but this time I am facing an issue. Please guide me so that I can install the VLC media player using chocolatey.

ethanbergstrom commented 3 years ago

This was an issue with the ChocolateyGet provider itself. See https://github.com/jianyunt/ChocolateyGet/issues/24.