1DUB-REMOVE(1) The D Language Foundation DUB-REMOVE(1)
2
3
4
6 dub - Package and build management system for D
7
9 dub remove <package>[@<version-spec>] OPTIONS...
10
12 Removes a package that is cached on the local system.
13
15 --version=VALUE
16 Use the specified version/branch instead of the latest available
17 match The remove command also accepts "*" here as a wildcard to
18 remove all versions of the package from the specified location
19
20 --force-remove
21 Deprecated option that does nothing
22
23 -n, Don't enter interactive mode.
24
26 dub.sdl, dub.json
27
29 Copyright (c) 1999-2022 by The D Language Foundation
30
32 ⟨http://code.dlang.org/docs/commandline⟩http://code.dlang.org/docs/commandline
33
35 dmd(1), dub(1)
36
37
38
39The D Language Foundation 2022-07-27 DUB-REMOVE(1)