To uninstall the GigE-V Framework API, use the following steps:

 

cd $HOME/DALSA

./corinstall uninstall

 

The script prompts for the administrator password when deleting files from their install locations. In addition, the shell scripts that define the added environment variables are removed so that the environment variables will not be defined at the next login. Files unzipped from the .tar archive during installation are not removed.

 

Alternately, the uninstall procedure can be run using sudo (for example, using “sudo ./corinstall uninstall”).

 

The GenICam SDK, installed with the GigE-V Framework, is not uninstalled when this API is uninstalled since it may be used with other APIs and frameworks and with newer, updated, versions of this framework. During uninstallation, the following text reminds the user that GenICam is not uninstalled and describes how to uninstall the GenICam SDK if required:

 

*******************************************************************************

   Found the GenICam library installation directory at /opt/genicam_v3_0

   It is not necessary to uninstall it if it will be re-used later

 

   To uninstall the GenICam library use the following command :

 

    . $HOME/DALSA/GenICam_v3_0_0_linux_pkg/uninstall.sh

 

(Then you will need to log out and log in to remove the environment variables)

*******************************************************************************

 

Please note the command line for uninstall has a <space> between the <dot> and the script name. As in <dot><space>$HOME/DALSA/GenICam_v3_0_0_linux_pkg /uninstall.sh

 

Related Topics

Installation