I cannot uninstall Rclone. I don't understand what this means. I managed to mount a drive, so I thought the installation was fine. I don't know what append.
The thing is, I can't find anything in the commands list related to "uninstall" or "remove" a package. So I don't have any command to add --force to.
The output you saw is from uninstalling here:
So it turns out that since it was installed via winget, it also should be uninstalled via winget. Pretty obvious, in hindsight. This removed it: winget uninstall Rclone.Rclone --force @asdffdsa @Animosity022
i do not understand the need for --force?
if i install rclone, then immediately uninstall rclone, then what was modified to trigger this message? Unable to remove Portable package as it has been modified
i have never used winget, so just tried it now.
i took a look at the winget log, and there is a problem.
[CLI ] Symlink target does not match ARP Entry. Expected: Actual: C:\Users\user01\AppData\Local\Microsoft\WinGet\Packages\Rclone.Rclone_Microsoft.Winget.Source_8wekyb3d8bbwe\rclone-v1.62.2-windows-amd64\rclone.exe
[CLI ] Portable file has been modified: C:\Users\user01\AppData\Local\Microsoft\WinGet\Links\rclone.exe
edit: i found this https://github.com/microsoft/winget-cli/issues/2806
"For zip + portable packages, if the target executable file is in a subfolder of the zip archive, WinGet will always report the portable package has been modified and thus can't be uninstalled."