Uninstall sl
If you decide you want to completely remove sl
and the compiler from your machine, you can use this command:
rm -Rf $SOS_SDK_PATH
Then you need to update your shell profile and remove the references to the SOS_SDK_PATH
. For bash, the file is ~/.bash_profile
on macOS and Windows (using git bash). On Linux, it is ~/.profile
.
Remove these lines:
PATH=<user path>/StratifyLabs-SDK/bin:$PATHexport SOS_SDK_PATH=<user path>/StratifyLabs-SDK
That's it. All the files and modifications made while evalauting Stratify OS are gone from your computer.