Vcpkg Command-line reference
Command | Description |
---|---|
vcpkg search [pat] |
Search for packages available to install |
vcpkg install <pkg>... |
Install a package |
vcpkg remove <pkg>... |
Uninstall a package |
vcpkg remove --outdated |
Uninstall all out-of-date packages |
vcpkg list |
List installed packages |
vcpkg update |
Display list of packages for updating |
vcpkg upgrade |
Rebuild all outdated packages |
vcpkg hash <file> [alg] |
Hash a file by specific algorithm, default SHA512 |
vcpkg integrate install |
Make installed packages available user-wide. Requires admin privileges on first use |
vcpkg integrate remove |
Remove user-wide integration |
vcpkg integrate project |
Generate a referencing NuGet package for individual VS project use |
vcpkg export <pkg>... [opt]... |
Export a package |
vcpkg edit <pkg> |
Open up a port for editing (uses %EDITOR%, default ‘code’) |
vcpkg create <pkg> <url> [archivename] |
Create a new package |
vcpkg cache |
List cached compiled packages |
vcpkg version |
Display version information |
vcpkg contact --survey |
Display contact information to send feedback. |