docs: install: how to uninstall rclone via winget

This commit is contained in:
asdffdsazqqq 2023-03-20 10:51:42 -04:00 committed by GitHub
parent 6a380bcc67
commit 5f07113a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}