table of contents
other versions
- bookworm 1.27.0-3
DUB-UNINSTALL(1) | The D Language Foundation | DUB-UNINSTALL(1) |
NAME¶
dub - Package and build management system for D
SYNOPSIS¶
dub uninstall <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-2022 by The D Language Foundation
ONLINE DOCUMENTATION¶
http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline
SEE ALSO¶
dmd(1), dub(1)
2022-08-13 | The D Language Foundation |