Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.78 KB

Removal.md

File metadata and controls

42 lines (35 loc) · 1.78 KB

Removal

Instructions for uninstalling Schema Validator on different platforms.

Windows Installer

  • Open Control Panel
  • Open "Add or Remove Programs"
  • Click on the "XmlSoft - Schema Validator" entry and press it's Remove button.
  • Follow the directions within the resulting uninstallation guide.

Linux Package - GUI

  • Navigate to System / Administration / Synaptic Package Manager.
  • Enter your root password when prompted.
  • In the quick search bar type "schema-validator".
  • Right click on the Schema Validator entry and click on the "Mark for Complete Removal" option.
  • Click the Apply button, click Apply in the resulting dialog and close the following dialogs.
  • Close the Synaptic Package Manager.

Linux Package - Command Line

  • Open a shell and type "sudo dpkg -P schema-validator" and click enter.

OSX (delayed)

Source for Windows:

  • Delete the "C:\Program Files\schema-validator" directory and any links that you may have created which point to any of those files.

Source for Unix

  • Download "schema-validator-1.0.2.tar.gz".
  • Uncompress "schema-validator-1.0.2.tar.gz" into the directory "schema-validator-1.0.2".
  • Open a shell and navigate to the "schema-validator-1.0.2" directory.
  • Type "qmake". This will create the makefile for your system.
  • Type "sudo make uninstall". This will remove Schema Validator and it's associated files from your system.