Dub.uninstall

This will uninstall a given package with a specified version from the location. It will remove at most one package, unless @param version_ is specified as wildcard "*". @param package_id Package to be removed @param version_ Identifying a version or a wild card. An empty string may be passed into. In this case the package will be removed from the location, if there is only one version installed. This will throw an exception, if there are multiple versions installed. Note: as wildcard string only "*" is supported. @param location_

  1. void uninstall(Package pack)
  2. void uninstall(string package_id, string version_, InstallLocation location_)
    class Dub
    void
    uninstall

Meta