logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dub - Package and build management system for D

Author

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

Description

       Removes a package that is cached on the local system.

Files

dub.sdl, dub.json

Name

       dub - Package and build management system for D

Online Documentation

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

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.

See Also

dmd(1), dub(1)

The D Language Foundation                          2021-11-09                                   DUB-UNINSTALL(1)

Synopsis

dubuninstall <package>[@<version-spec>] OPTIONS...

See Also