Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
This repository was 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

Description

@CMCDragonkai

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions