Skip to content
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

Question: How are apps installed via umake updated? #446

Closed
sahil48 opened this issue Apr 18, 2017 · 1 comment
Closed

Question: How are apps installed via umake updated? #446

sahil48 opened this issue Apr 18, 2017 · 1 comment

Comments

@sahil48
Copy link

sahil48 commented Apr 18, 2017

Umake definitely works really well for installing the latest version of a program. What is the best way to handle updates to the program? Within the app using an app's built in updator? Through a package manager (I'm not even sure this is available)? By running umake again (What is the impact on preferences I changed in the last build)?

@LyzardKing
Copy link
Collaborator

There are many closed issues related to this.
The TLDR is:
If something has the ability to autoupdate (firefox-dev, intellij) they can be used to update as intended.
For the rest a reinstall (running umake again) is essentialy all you need to update.
The preferences are not touched, since the programs usually save them in .config, or .local in your HOME.

To see the other discussion threads:
#122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants