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

NAME

6       dub - Package and build management system for D
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
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

FILES

26       dub.sdl, dub.json
27

AUTHOR

29       Copyright (c) 1999-2022 by The D Language Foundation
30

ONLINE DOCUMENTATION

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

SEE ALSO

35       dmd(1), dub(1)
36
37
38
39The D Language Foundation         2022-01-20                     DUB-REMOVE(1)
Impressum