Q: How do I install Orange using winget?
A: Open Windows Terminal or PowerShell and run: winget install UniversityOfLjubljana.Orange -- winget will automatically download and install Orange 3.37.0.
Q: Is Orange free to download?
A: Orange is distributed under the GPL-3.0-or-later license. Check the publisher's website for full licensing terms before use in commercial or redistributed contexts.
Q: What Windows versions does Orange support?
A: Orange v3.37.0 is a Windows desktop application. It generally supports Windows 10 and Windows 11. Check the publisher's documentation for specific minimum OS requirements.
Q: Can I install a specific version of Orange with winget?
A: Yes. To install exactly v3.37.0, run: winget install --id UniversityOfLjubljana.Orange --version 3.37.0
Q: How do I update Orange after installing?
A: Run winget upgrade UniversityOfLjubljana.Orange in PowerShell or Windows Terminal. You can also run winget upgrade --all to update all installed packages at once.
Q: How do I uninstall Orange?
A: Run winget uninstall UniversityOfLjubljana.Orange in PowerShell or Windows Terminal, or use the Windows Settings app under Apps and Features.