-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update installed software? #122
Comments
We've thought about it (#74) but there's nothing specific yet. You can manually update by removing the tool using --remove and installing it again, this should keep your config and fetch the latest version. |
👍 +1 |
Thanks for the suggestion! As Tinche told, we started the discussion on #74. I would really be in favor in adding this remove/readd (but maybe a little bit smarter, like keeping some of the known profiles directory and updating existing launcher for instance instead of wiping it and readding to the end?) for frameworks which don't have their own update mechanism built-in. Then, what should be the command line, and which what framework to start? (I guess, go should be one of the first). I'm happy to continue this discussion on bug #74 maybe and duplicate this one there? |
I would like to know how to the packages installed are updated. For example go, eclipse, visual studio. Does umake have some sort of update function since go is a terminal command tool so it doesn't check if there is a new version. Unlike android studio that has an update functionality.
Thank You!
The text was updated successfully, but these errors were encountered: