When I install a program as a tar.gz file, is it updated with the sudo apt update command? Or do I have to go another route for those installs? If so, what's the method used?
Announcement
Collapse
No announcement yet.
Updating tar.gz
Collapse
X
-
No, generally speaking. But it depends on what is inside. A tar.gz is just a compressed archive like a zip file.
Apt only deals with Debs provided by a repository..
What sort of thing are you looking at here?
If it's an application that's been compiled from source code you don't update it, you download and compile the new version yourself.
If it's a driver, it *may* recompile a new module when there is a new kernel, but the actual code is not updated, you'd need to download a new version yourself.
- Top
- Bottom
-
Originally posted by Cincinnatus View PostOkay, what about a browser such as the tor browser? Would I need do download the new version for every release that comes out? And also, would that mean that I would lose all of my bookmarks?
Firefox, for example, when run fro\m a tar file DOES self-update, but Mozilla themselves provides this functionality.
As to bookmarks, most likley no, as the actual user settings are probably in a dedicated directory in your home dir, separately from the application binaries.
Again, you need to see if Tor follows this standard or not. It might not. If it does keep this data inside the tor folder itself, it probably is just a matter of copying the bookmarks dir to the new one.
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Comment