I have been asked from themr how to uninstall Silhouette 2023 on Linux.
They had the standalone and plug-in versions installed on their machines, and they performed the uninstallation using the following command;
sudo rm -r [silhouette install folder]
However, they want to uninstall standalone only, but if they run the above command, it will also remove install_plugin.sh, etc.
/SW/tools/silhouette
Do they have to delete entire installation folder to uninstall standalone?
They want to uninstall only standalone on Linux, so please tell me how to uninstall only standalone if there is a standalone and plugin version installed.
When you run the Silhouette standalone script (install_silhouette.sh), a Silhouette-2023 folder is created in the same directory as the script. If you want to delete the standalone, type: sudo rm -r Silhouette-2023
If you don’t want to keep the contents of the Silhouette download navigate up one directory and delete the silhouette folder that is created when you untar the download.