Installation

How to obtain Xunzip

The latest version of Xunzip can be found from http://jas.pspt.fi/~tkoskine/xunzip/

If jas.pspt.fi is overloaded or down, the mirror of that page can be found at http://orion.pspt.fi/~tkoskine/.

Requirements

Xunzip needs the latest version of GNOME or KDE.

Compilation and installation

In order to compile GNOME Xunzip, type the following in the base directory of the Xunzip distribution.

  $ cd gxunzip
  $ ./configure
  $ make
  $ su root
  # make install

Uninstallation

To uninstall GNOME Xunzip, type the following in the base directory of the Xunzip distribution.

  $ cd gxunzip
  $ su root
  # make uninstall