Search code examples
vcpkg

List vcpkg packages in manifest mode


In classic mode you can run vcpkg list to see all installed packages. What is the equivalent in manifest mode?

vcpkg.json does not specify versions, so I would like to see what versions I actually got.


Solution

  • Try using --x-install-root. Given that default value (vcpkg_installed) was used during install it should be:

    vcpkg list --x-install-root=<path-to-vcpkg-json>\vcpkg_installed\<triplet>