Uninstall Devin
The following steps will guide you through uninstalling Devin App and Devin Server.
App
To uninstall Devin App from your workstation, open a terminal window and follow these steps:
Navigate to the uninstaller by running:
cd /Library/Devin/{version}
Then type the following:
sudo sh uninstall.sh
When prompted, enter your password and type
Y
to proceed the uninstallation.
Server
To uninstall Devin from your server, ensure you have root access to the terminal on the server and folio these steps:
Download the uninstaller script with:
wget https://download.devin.fm/downloads/remove_devin.sh
Make the script executable with:
chmod +x remove_devin.sh
Run the uninstaller as a superuser with:
sudo ./remove_devin.sh
Complete the uninstallation by following the instructions in the removal script.
役に立ちましたか?