Dub.removeLocalPackage

Removes a directory from the list of locally known packages.

Forwards to PackageManager.removeLocalPackage.

  1. void removeLocalPackage(string path, bool system)
    class Dub
    deprecated
    void
    removeLocalPackage
    (
    string path
    ,
    bool system
    )
  2. void removeLocalPackage(string path, PlacementLocation loc)

Parameters

path string

Path to the package

system bool

Make the package known system wide instead of user wide (requires administrator privileges).

See Also

addLocalPackage

Meta