Greetings,
I've installed the application and apt install, mounted a google drive and then unistalled using apt remove.
However I'm not able to delete the google drive left over with rm -rf
Could you kindly add instructions for how to safely remove all traces of this application and the mounted drive.
Regards
Alex
You should unmount your drive (fusermount -u MOUNTPOINT), before uninstalling.
Most helpful comment
You should unmount your drive (
fusermount -u MOUNTPOINT), before uninstalling.