Dub.remove

Removes a specific version of a package.

Parameters

package_id string

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.

force_remove bool

Forces removal of the package, even if untracked files are found in its folder.

Meta