From 5f07113a4b84f756325d44c033f9e3c5a3bf2814 Mon Sep 17 00:00:00 2001 From: asdffdsazqqq <90116442+asdffdsazqqq@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:51:42 -0400 Subject: [PATCH] docs: install: how to uninstall rclone via winget --- docs/content/install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/install.md b/docs/content/install.md index c17550c08..b8ec4c420 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -146,9 +146,14 @@ feature then you will need to install the third party utility [Winget](https://learn.microsoft.com/en-us/windows/package-manager/) comes pre-installed with the latest versions of Windows. If not, update the [App Installer](https://www.microsoft.com/p/app-installer/9nblggh4nns1) package from the Microsoft store. +To install rclone ``` winget install Rclone.Rclone ``` +To uninstall rclone +``` +winget uninstall Rclone.Rclone --force +``` ### Chocolatey package manager {#windows-chocolatey}