Jump to content

WarpIN: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Open source install manager and associated utilities with limited package management functionality published by the [[Netlabs]] organisation and is now considered a part of the [[XWorkplace]] project. WarpIN has taken over as the standard installer on OS/2 from the rather crude tools supplied form [[IBM]] and is the standard installer shipped with the [[eComStation]] distribution. 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.
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:


==Features==
# 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.
# 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.
# 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.


Line 10: Line 9:


==Version==
==Version==
* ''' Latest Version for OS/2-eCS''': WarpIn 1.0.21 (2015-11-02)
* 1.0.0
* 1.0.21 (2015-11-02)
* 1.0.22 (2016-01-25)
* 1.0.26 (Apr 2022)


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


== License ==
== License ==
* Open source software released under the [[GPL v2]]
* Open source software released under the [[GPL v2]]
'''Open Source - GNU GPL:''' "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."


==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:Tools]]
[[Category:Open Source Software]][[Category:Installers]]
[[Category:File formats]]
[[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