Score:2

How to uninstall Synology Cloud Station

us flag

I recently updated my NAS firmaware to 7.0. With this came the transition from "Cloud Station" to "Synology Drive". The new Synology Drive client installed just fine on my ubuntu system (20.04). However the old Cloud Station client is still around, and it tries to initialize itself on each clean startup. How do I remove it? I don't really see where it gets started either (etc/systemd etc...) so can't really remove it manually.

Score:3
ad flag
sudo sed -i 's/killall/killall -r/g' /var/lib/dpkg/info/synology-cloud-station.prerm
sudo apt purge synology-cloud-station
kalj avatar
tm flag
This solves the problem, but maybe add a sentence or two explaining the background on why this is needed (the broken prerm script).
Score:0
in flag

You can check installed utilities like this:

  1. Open Terminal (if it’s not already open)
  2. List anything starting with syno:
    sudo apt list | grep -i syno
    
  3. Uninstall any packages you don’t want:
    sudo apt purge {package}
    
    Note: Be sure to replace {package} with the actual package(s) you would like to remove.

That’s all there is to it

Will59 avatar
us flag
Thanks for your answer! The process unfortunately stops this way: `Removing synology-cloud-station (4.3.3-4469) ... dpkg: error processing package synology-cloud-station (--remove): installed synology-cloud-station package pre-removal script subprocess was killed by signal (Terminated) dpkg: too many errors, stopping Errors were encountered while processing: synology-cloud-station Processing was halted because there were too many errors. E: Sub-process /usr/bin/dpkg returned an error code (1)`
Will59 avatar
us flag
I checked, I don't see any syno related process running when I do a `ps -aux`...
Score:0
cn flag

Preremove script might have errors, you can add some debug to check which files it is executing and hack them a little bit:

sudo dpkg --debug=2 -r synology-cloud-station

Just came here after similar error.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.