Dub.remove

Removes a specific version of a package.

Parameters

name PackageName

Name of the package to be removed

version_ string

Identifying a version or a wild card. If an empty string is passed, the package will be removed from the location, if there is only one version retrieved. This will throw an exception, if there are multiple versions retrieved.

location PlacementLocation

Specifies the location to look for the given package name/version.

Meta