Installation

Download the appropriate binary archive for your intended platform from the Download xmlfy page.

Solaris

Install

  • For Solaris on the sparc platform:
  • % pkgadd -d xmlfy-<version>-sparc.pkg
    
  • For Solaris on the x86 platform:
  • % pkgadd -d xmlfy-<version>-x86.pkg
    

Uninstall

    % pkgrm xmlfy
    

Linux

Install

  • For RPM capable Linux:
  • % rpm -i xmlfy-<version>.i386.rpm
    
  • For Debian package capable Linux:
  • % dpkg -i xmlfy_<version>_i386.deb
    

Uninstall

  • For RPM capable Linux:
  • % rpm -e xmlfy
    
  • For Debian package capable Linux:
  • % dpkg -r xmlfy
    

Cygwin

Install

    % cd /
    % bunzip2 -c xmlfy-<version>.tar.bz2 | tar xvf -
    

Uninstall

  • Manual process

Windows

Install

  • Unzip xmlfy-<version>-win32.zip
  • Copy or add xmlfy.exe to a %PATH% location

Uninstall

  • Manual process

MacOSX

  • No available release at this stage (DMG format).

HPUX

  • No available release at this stage (Depot format).

AIX

  • No available release at this stage (Installp format).

Other

  • Refer to the Installing section of the Compiling xmlfy page in the main documentation.