Domotica gratuit › Forums › How can I …? › Synology NAS › Uninstall › Répondre à : Uninstall
juillet 10, 2017 à 8:44
#11743
Participant
Solved by myself :
1) Stopping PulseStation via Syno standard interface (packages center)
2) Under SSH session, gone to /var/packages/PulseStation/scripts/ to visualize file “postuninst”
3) copying all of his lines to a notepad
4) adding “sudo ” in front of each line
5) return to SSH and going somewhere else (to / by exemple)
6) typing manually each line in prompt :
sudo rm -r /var/services/web/PulseStation/
sudo rm -r /usr/syno/synoman/webman/3rdparty/PulseStation
sudo rm /usr/local/etc/rc.d/S99PulseStation.sh
sudo rm /usr/local/etc/rc.d/S99Modules.sh
sudo rm -r /var/packages/PulseStation/*
sudo rmdir /var/packages/PulseStation
sudo kill $(ps -aux | grep 'PulseStation' | awk '{print $2}')
7) and PulseStation package as gone, and as disappeared from Package Center 🙂