Deinstalling the Runtime Software under Linux

To deinstall the Silicon Software Runtime Software under Linux, you have to deinstall the drivers and the software components.

Deinstalling Driver

To uninstall the driver manually:

1. Enter the following commands in a terminal:

sudo rmmod menable.ko

sudo rm /etc/udev/rules.d/10-siso.rules

sudo rm /sbin/men_path_id /sbin/men_uiq

sudo rm `find /etc/modules -name menable.ko`

Command Syntax

 

Please note that ` above must be a backtick, usually entered as an accent grave.

Alternatively, you can:

  • Enter the find command seperately,
  • Specify the path of menable.ko, and then
  • Call sudo rm using the specified path.
   

Deinstalling Software Components

To deinstall software components of the Silicon Software Runtime:

  1. Delete all files in the corresponding install directory.
  2. Undo all manual changes you made to the system.