Install/Test/Uninstall - Suse 11.4: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
(Created page with '=== Main/Python/Perl === sudo zypper install exodus === PHP === sudo zypper install exodus-php find /usr/share|grep exodus php /usr/share/doc/packages/libexodus-php/exampl…')
 
No edit summary
Line 1: Line 1:
=== Main/Python/Perl ===
=== Postgres/Python/Perl ===


  sudo zypper install exodus
  sudo zypper install exodus
Line 19: Line 19:


=== C# ===
=== C# ===
  sudo zypper install exodus-csharp
  sudo zypper install exodus-csharp
  find /usr/share|grep exodus
  find /usr/share|grep exodus
Line 24: Line 25:
  cp /usr/share/doc/packages/libexodus-csharp/examples/* .
  cp /usr/share/doc/packages/libexodus-csharp/examples/* .
  ./testc#.sh
  ./testc#.sh
=== Uninstall ===
sudo zypper remove "*exodus*"

Revision as of 19:40, 10 July 2011

Postgres/Python/Perl

sudo zypper install exodus

PHP

sudo zypper install exodus-php
find /usr/share|grep exodus
php /usr/share/doc/packages/libexodus-php/examples/test.php

Java

sudo zypper install exodus-java
sudo zypper install java-1_6_0-openjdk-devel #for javac compiler
find /usr/share|grep exodus
cd ~
cp /usr/share/doc/packages/libexodus-java/examples/* .
./testjava.sh

C#

sudo zypper install exodus-csharp
find /usr/share|grep exodus
cd ~
cp /usr/share/doc/packages/libexodus-csharp/examples/* .
./testc#.sh

Uninstall

sudo zypper remove "*exodus*"