Jump to content

WarpIN: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
Line 22: Line 22:
==Authors & publisher==
==Authors & publisher==
* [[Netlabs]]
* [[Netlabs]]
* [[Jens Bäckman]] (Original developer)
*Jens Bäckman (Original developer)
* [[Ulrich Möller]] (Original developer)
* [[Ulrich Möller]] (Original developer)
* [[Teemu Ahola]]
*Teemu Ahola
* [[Cornelis Bockemühl]]
*Cornelis Bockemühl
* [[Yuri Dario]]  
* [[Yuri Dario]]  
* [[Paul Ratcliffe]] (Current maintainer)
* [[Paul Ratcliffe]] (Current maintainer)


[[Category:File formats]][[Category:Open Source Software]][[Category:Installers]]
[[Category:Open Source Software]][[Category:Installers]]

Revision as of 10:46, 6 January 2017

Open source install manager and associated utilities with limited package management functionality published by the Netlabs organisation. The WarpIN archives are packed with the gzip compatible libbzip compression library and can be de-compressed using Bzip if you do not have access to WarpIN itself.

Features

  1. It can maintain a global database of installed packages and therefore can de-install everything that has ever been installed without leaving any trace.
  2. The global database can maintain package dependencies so that WarpIN will tell you if a package cannot be safely installed without installing another package first. Reversely, it will warn you if you attempt to de-install a package that is still required by other packages.
  3. You don't have to download the same installer with every package, which should reduce package sizes.

In addition, WarpIN can automatically do all system configuration (update CONFIG.SYS, register WPS classes, and create WPS objects). Even better, when a package is de-installed, it can undo all these changes again without a trace. All this happens without the user having to bother with the details.

Version

  • 1.0.0
  • 1.0.21 (2015-11-02)
  • Latest Version: WarpIn 1.0.22 (2016-01-25)

Links

License

  • Open source software released under the GPL v2

Authors & publisher