You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearly, I want to install VirtualBox. I got around this by using Find-Package and piping into Install-Package, but this shouldn't really be necessary. I noticed similar issues with npm and 7zip.
I raised an issue on Oneget:OneGet/oneget#169. The folks over there feel that Chocolatey is returning multiple results in this situation when it should return one - most likely, the package that matched the name exactly.
I tried to install VirtualBox using the Windows 10 PackageManagement Install-Package cmdlet, but got this error:
Clearly, I want to install VirtualBox. I got around this by using
Find-Packageand piping intoInstall-Package, but this shouldn't really be necessary. I noticed similar issues with npm and 7zip.I raised an issue on Oneget:OneGet/oneget#169. The folks over there feel that Chocolatey is returning multiple results in this situation when it should return one - most likely, the package that matched the name exactly.