The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
Cristiano_R
7 months agoActive Contributor
I can't launch the winget command
Hello,
if I run >_ Terminal, I can't launch the winget command, it doesn't seem to exist, can someone tell me if it's a limitation or a problem of mine?
Thanks in advance, regards Cristiano
Hi Cristiano_R, nice seeing you.
By default, LocalSystem— which is what Terminal uses— doesn’t know where winget.exe is because it isn’t installed globally.
You can manually locate it and store winget.exe in a variable. This is the code provided to me by a colleague:
What it actually looks like in Terminal:
2 Replies
- Cristiano_R7 months agoActive Contributor
Hi Kate,
very clear, thank you so much!!!
- KateG7 months agoGoTo Manager
Hi Cristiano_R, nice seeing you.
By default, LocalSystem— which is what Terminal uses— doesn’t know where winget.exe is because it isn’t installed globally.
You can manually locate it and store winget.exe in a variable. This is the code provided to me by a colleague:
What it actually looks like in Terminal: