docs: install: how to uninstall rclone via winget
This commit is contained in:
parent
6a380bcc67
commit
5f07113a4b
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
[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
|
winget install Rclone.Rclone
|
||||||
```
|
```
|
||||||
|
To uninstall rclone
|
||||||
|
```
|
||||||
|
winget uninstall Rclone.Rclone --force
|
||||||
|
```
|
||||||
|
|
||||||
### Chocolatey package manager {#windows-chocolatey}
|
### Chocolatey package manager {#windows-chocolatey}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue