dub-remove - Man Page
Package and build management system for D
Synopsis
dub remove <package>[@<version-spec>] Options...
Description
Removes a package that is cached on the local system.
Options
- --version=VALUE
Use the specified version/branch instead of the latest available match The remove command also accepts "*" here as a wildcard to remove all versions of the package from the specified location
- --force-remove
Deprecated option that does nothing
- -n,
Don't enter interactive mode.
Files
dub.sdl, dub.json
Author
Copyright (c) 1999-2023 by The D Language Foundation
Online Documentation
http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline
See Also
dmd(1), dub(1)
Referenced By
2023-01-19 The D Language Foundation