Scroll to navigation

DUB-REMOVE(1) The D Language Foundation DUB-REMOVE(1)

NAME

dub - Package and build management system for D

SYNOPSIS

dub remove <name> OPTIONS...

DESCRIPTION

Removes a package that is cached on the local system.

OPTIONS

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
Deprecated option that does nothing
Don't enter interactive mode.

FILES

dub.sdl, dub.json

AUTHOR

Copyright (c) 1999-2020 by The D Language Foundation

ONLINE DOCUMENTATION

http://code.dlang.org/docs/commandlinehttp://code.dlang.org/docs/commandline

SEE ALSO

dmd(1), dub(1)

2020-08-08 The D Language Foundation