Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Something weird about dashes in package names (adobereader and adobereader-update package) #10

Open
CMCDragonkai opened this issue Sep 27, 2016 · 2 comments

Comments

@CMCDragonkai
Copy link

CMCDragonkai commented Sep 27, 2016

So try this:

Install-Package "adobereader"

It complains that there are multiple matching packages.

Now we can select "adobereader":

Install-Package -Name 'adobereader' -RequiredVersion '2015.007.20033' -ProviderName 'chocolatey' -Force

This installs adobereader.

Now to try to install adobereader-update:

Install-Package -Name 'adobereader-update' -ProviderName 'chocolatey' -Force

It fails, because it says that it cannot resolve package dependency -- package 'chocolatey:adobereader/2015.007.20033' not found.

What does this mean? Why is it looking for adobereader when I'm trying to install adobereader-update?

@CMCDragonkai CMCDragonkai changed the title Something weird about dashes in package names Something weird about dashes in package names (adobereader and adobereader-update package) Sep 27, 2016
@ferventcoder
Copy link
Contributor

It just means that you should probably just use choco.exe directly for now.

@ferventcoder
Copy link
Contributor

Wait until the announcement of official support for this or you can also try Chocolatey-Get.

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

No branches or pull requests

2 participants