Uninstallation Process
Uninstalling .deb packages
If the product was installed from a .deb package, uninstall it and FT Plugins using the following command:
$ sudo apt-get autoremove ftwebcam ftplugins
Uninstalling .tar.gz archives
If automated setup script was used, run it again -u or --uninstall option:
$ sudo /opt/ftwebcam/bin/ftwebcam-setup.sh -u
Then simply remove product files:
$ sudo rm -r /opt/ftwebcam
Note that uninstalling the product, that was installed from *.tar.gz archive will not uninstall FT Plugins because it is a shared component and may be required by other FabulaTech products. To uninstall FT Plugins manually, follow the instructions below:
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