Dub.remove

This will remove 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 retrieved. This will throw an exception, if there are multiple versions retrieved. Note: as wildcard string only RemoveVersionWildcard ("*") is supported. @param location_

  1. void remove(Package pack, bool force_remove)
  2. void remove(string package_id, string version_, PlacementLocation location_, bool force_remove)
    class Dub

Meta