How to uninstall Tinygo on Windows? And how to update it? #4656
Replies: 2 comments 1 reply
-
I think you need to run I checked, and TinyGo is up to date in Scoop: https://github.com/ScoopInstaller/Main/blob/master/bucket/tinygo.json |
Beta Was this translation helpful? Give feedback.
1 reply
-
Now everything is correct! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My current environment is:
Windows 10
go version go1.23.4 windows/amd64
tinygo version 0.32.0 windows/amd64 (using go version go1.23.4 and LLVM version 18.1.2)
How to update Tinygo to current version - 0.34.0?
When I try to update through Scoop, I get this message.
C:\Users\jgust>scoop update tinygo
tinygo: 0.32.0 (latest version)
Latest versions for all apps are installed! For more information try 'scoop status'
I downloaded the current version from the Github website:
tinygo0.34.0.windows-amd64.zip
But I think I have to uninstall version 0.32.0 first, right?
But how do I uninstall the version installed on Windows?
I did not find instructions for this procedure.
Directory where Tinygo is installed:
C:\Users\jgust\scoop\apps\tinygo\0.32.0
Searching the Scoop WIKI:
C:\Users\jgust>scoop uninstall tinygo (I suggest this command in the Installation tutorial)**
Uninstalling 'tinygo' (0.32.0).
Removing shim 'tinygo.shim'.
Removing shim 'tinygo.exe'.
Unlinking ~\scoop\apps\tinygo\current
'tinygo' was uninstalled.
**C:\Users\jgust>scoop install tinygo
Installing 'tinygo' (0.32.0) [64bit] from 'main' bucket
Loading tinygo0.32.0.windows-amd64.zip from cache
Checking hash of tinygo0.32.0.windows-amd64.zip ... ok.
Extracting tinygo0.32.0.windows-amd64.zip ... done.
Linking ~\scoop\apps\tinygo\current => ~\scoop\apps\tinygo\0.32.0
Creating shim for 'tinygo'.
'tinygo' (0.32.0) was installed successfully!
'tinygo' suggests installing 'go'.
C:\Users\jgust>
Conclusion - I was unable to update Tinygo on Windows, using the scoop.
Beta Was this translation helpful? Give feedback.
All reactions