Uninstallation Process
To uninstall Sound for Remote Desktop (Linux version), simply remove it's files:
$ sudo rm -r /opt/ftsound
Note that the above instruction will not uninstall FtPlugins because it is a common component and can be required by other FabulaTech products. To uninstall FtPlugins, follow the next instruction:
First, uninstall all installed protocol support plugins:
$ sudo /opt/ftplugins/bin/ftblastbr-setup.sh -u $ sudo /opt/ftplugins/bin/ftctxbr-setup.sh -u $ sudo /opt/ftplugins/bin/ftdcvbr-setup.sh -u $ sudo /opt/ftplugins/bin/ftpcoipbr-setup.sh -u $ sudo /opt/ftplugins/bin/ftrdpbr-setup.sh -u $ sudo /opt/ftplugins/bin/ftrdpws-setup.sh -u
Then simply remove all files:
$ sudo rm -r /opt/ftplugins