Quantcast
Channel: Can I update software installed from source code directly - Ask Ubuntu
Viewing all articles
Browse latest Browse all 5

Answer by evgeny for Can I update software installed from source code directly

$
0
0

It is best to note that a software's dependencies rarely change. If you have successfully compiled the software once, any subsequent versions should be easy to compile - all dependencies should be satisfied already.

If you compiled from source, there is no .deb or similar package that you would be able to use to update, unless you wait for the distribution to include that software into their repositories, or wait until the developers' PPA is updated.

Simply put, someone has to compile it first to make it into a deb. Compiling an old version would not give you the ability to update automatically, you still have to go through the whole "download-configure-compile-install" process.

However, if you want to install the same version on multiple computers, it would make sense to package your compiled version as a .deb (or similar) and distribute it to those computers. If done right, the dependencies would be pulled into automatically.

As to the advantages of installing from source, the only two I can think of are:

  • You get access to the latest revision of the code, and you have a choice of a stable version or the cutting-edge version (usually called nightly builds, latest revision, etc.)
  • Ubuntu/other-distribution might not want to include the software into their repositories. In that case, you're stuck with the source code or packages provided by the developers or the community. That is, you have no choice but to use the sources.

Viewing all articles
Browse latest Browse all 5

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>