Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List vcpkg packages in manifest mode

Tags:

vcpkg

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.

like image 834
Zitrax Avatar asked Oct 28 '25 17:10

Zitrax


1 Answers

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>
like image 92
DGa Avatar answered Oct 31 '25 11:10

DGa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!