vcpkg remove

Synopsis

vcpkg remove [options] <package>...
vcpkg remove --outdated [options]

Description

Remove port packages from Classic mode.

remove removes listed packages and any packages that require them from the Classic mode installed directory. See the install command documentation for detailed syntax of the <package> parameter.

This command is not currently supported in Manifest mode.

Options

All vcpkg commands support a set of common options.

--recurse

Allow removing packages not specified on the command line.

By default, vcpkg refuses to execute a removal plan that would remove packages not listed on the command line.

--dry-run

Print the packages to be removed, but do not remove them.

--outdated

Remove all packages that do not match the available port versions.

For each installed package, vcpkg will compare the installed version string to the version string of the current recipe. If those versions differ, the package will be selected for removal. If --outdated is passed, no packages should be listed on the command line.