- Zero Install
Infobox Software
name = Zero Install
caption = Zero Install ready to run a downloaded program
developer = Thomas Leonard
latest release version = 0.35
latest release date = release date|2008|08|16
latest preview version =
latest preview date =
operating_system = Linux, Unix, Mac OS X
programming language = Python
genre = Software package
license = LGPL
website = http://0install.netZero Install is a means of distributing and packaging
software forLinux and Unix-like operating systems. Currently, the only operating system to include Zero Install by default isSuper Ubuntu [ [http://hacktolive.org/su Super Ubuntu] ] .Method of Operation
Rather than the normal method of downloading a software package, extracting it, and installing it before it can be used (with the accompanying use of
destructive update s and privilege escalation), packages distributed using Zero Install need only run and usually comes inApplication Directory format (presented to the user as a single file). The first time software is accessed, it is downloaded from theInternet and (if so configured) cached; subsequently, software is accessed from the cache. Programs are accessed by the fully qualified name of their URI; ex. one would not run "vim textfile.txt", but "http://www.vim.org/vim textfile.txt".The Zero Install system was originally a combination of two packages: A module for the
Linux kernel providing thelazyfs filesystem , and a Zero Install daemon process, which fetched new software when needed. This system was later replaced with a set of user-level tools written in Python, called the "Injector" (a reference toDependency Injection ). The system is intended to be used along-side a distribution's native package manager.Some advantages of Zero Install are:
* No root password needed to install software; packages are installed in system locations writable by that user. Thus, package installation affect only the user installing it, which makes it possible for all users to be able to install and run new software.
* Because it is easier to install extra packages later, it is easier to split documentation and translations (for example) into separate packages. For instance, translations would not be downloaded until they are accessed, so if only the default language of a piece of software is used, the translations will never be accessed and thus downloaded and installed. However, most current Zero Install packages are split the same way as their non-Zero Install counterparts.
* All software packaged this way is always available, as long as a network connection is. There is no concept of one computer having a program or library installed, while another one does not have it.ee also
*
Application virtualization
*Java Web Start
* Klik
*Autopackage
*ROX Desktop References
External links
* [http://0install.net/ The Zero Install webpage]
* [http://www.osnews.com/story.php/16956/Decentralised-Installation-Systems/ Decentralised Installation Systems]
Wikimedia Foundation. 2010.