1DUB-REMOVE(1) The D Language Foundation DUB-REMOVE(1)
2
3
4
6 dub-remove - Removes a cached package
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 re‐
18 move all versions of the package from the specified location
19
20 --force-remove
21 Deprecated option that does nothing
22
23 -n, --non-interactive
24 Don't enter interactive mode.
25
26 COMMON OPTIONS
27 See dub(1)
28
30 0 DUB succeeded
31
32 1 usage errors, unknown command line flags
33
34 2 package not found, package failed to load, miscellaneous error
35
37 dub.sdl, dub.json
38
40 Copyright (c) 1999-2023 by The D Language Foundation
41
43 http://code.dlang.org/docs/commandline ⟨⟩
44
46 dub(1), dub-clean(1), dub-clean-caches(1)
47
48
49
50The D Language Foundation 2023-07-24 DUB-REMOVE(1)