1DUB-REMOVE(1)              The D Language Foundation             DUB-REMOVE(1)
2
3
4

NAME

6       dub-remove - Removes a cached package
7

SYNOPSIS

9       dub remove <package>[@<version-spec>] OPTIONS...
10

DESCRIPTION

12       Removes a package that is cached on the local system.
13

OPTIONS

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

EXIT STATUS

27       0      DUB succeeded
28
29       1      usage errors, unknown command line flags
30
31       2      package not found, package failed to load, miscellaneous error
32

FILES

34       dub.sdl, dub.json
35

AUTHOR

37       Copyright (c) 1999-2023 by The D Language Foundation
38

ONLINE DOCUMENTATION

40       http://code.dlang.org/docs/commandline
41http://code.dlang.org/docs/commandline
42

SEE ALSO

44       dub(1), dub-clean(1), dub-clean-caches(1)
45
46
47
48The D Language Foundation         2023-03-23                     DUB-REMOVE(1)
Impressum