Jump to content

WarpIN: Difference between revisions

From EDM2
No edit summary
 
Ak120 (talk | contribs)
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Description ==
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.
Installation tool.
 
Features:
==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.
# 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.
# 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.
# 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.
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)
* 1.0.22 (2016-01-25)
* 1.0.26 (Apr 2022)


== Source and References ==
==Links==
 
* http://home.clara.net/orac/os2.htm#warpin
XWorkplace.org: [http://www.xworkplace.org/]
* Netlabs.org: [http://warpin.netlabs.org/]
Netlabs.org: [http://warpin.netlabs.org/]


== License ==
== License ==
* Open source software released under the [[GPL v2]]


GPL:
==Authors & publisher==
* [[Netlabs]]
*Jens Bäckman (Original developer)
* [[Ulrich Möller]] (Original developer)
*Teemu Ahola
*Cornelis Bockemühl
* [[Yuri Dario]]
* [[Paul Ratcliffe]] (Current maintainer)


"This thing is available to any programmer, commercial, shareware, freeware or GPL, for free use, even though WarpIN itself is released under the GNU General Public Licence (GPL). Since the GPL does not restrict usage, and "usage" with WarpIN is creating and installing archives, you can use it to distribute anything you like."
[[Category:Open Source Software]][[Category:Installers]]

Latest revision as of 02:15, 16 February 2023

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)
  • 1.0.22 (2016-01-25)
  • 1.0.26 (Apr 2022)

Links

License

  • Open source software released under the GPL v2

Authors & publisher