From 0c04093b019de7a2f3720bfeeb6510870e3e357d Mon Sep 17 00:00:00 2001 From: Jules <16029431+jules-ai@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:11:47 +0000 Subject: [PATCH] correct uninstall command --- .../get-started/install-openvino/install-openvino-vcpkg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles_en/get-started/install-openvino/install-openvino-vcpkg.rst b/docs/articles_en/get-started/install-openvino/install-openvino-vcpkg.rst index 6deea0ae07c1a7..cc8e774ddf86b1 100644 --- a/docs/articles_en/get-started/install-openvino/install-openvino-vcpkg.rst +++ b/docs/articles_en/get-started/install-openvino/install-openvino-vcpkg.rst @@ -70,7 +70,7 @@ To uninstall OpenVINO via vcpkg, use the following command: .. code-block:: sh - vcpkg uninstall openvino + vcpkg remove openvino What's Next?