dub-uninstall(1)

Package and build management system for D

Section 1 dub bookworm source

Description

DUB-UNINSTALL

NAME

dub - Package and build management system for D

SYNOPSIS

dub uninstall <package>[@<version-spec>] OPTIONS...

DESCRIPTION

Removes a package that is cached on the local system.

OPTIONS

--version=VALUE

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

--force-remove

Deprecated option that does nothing

-n,

Don’t enter interactive mode.

FILES

dub.sdl, dub.json

AUTHOR

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

ONLINE DOCUMENTATION

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

SEE ALSO

dmd(1), dub(1)

See Also