Dub.removeLocalPackage

Removes a directory from the list of locally known packages.

Forwards to PackageManager.removeLocalPackage.

class Dub
void
removeLocalPackage
(
string path
,
bool system
)

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