mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
docs: install: how to uninstall rclone via winget
This commit is contained in:
parent
6a380bcc67
commit
5f07113a4b
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user