I've recently removed opera-developer from my kde-neon system, however I still see mounts from unit-mount nodes for opera-developer revisions 80, 68, and 90. These per-static mounts are slowing down the boot process. How do I remove them completely?
Asked
Active
Viewed 30 times
1 Answers
0
It's all part of the snap package management platform. Removing the software doesn't necessary clean up old snap mounts. Use mount to see all the snaps that are installed and that get started at boot time. You can also see them listed under the /var/lib/snapd/snaps/ directory.
Remove unneeded snaps with:
snap remove --purge opera-developer
Jeff Schaller
- 66,199
- 35
- 114
- 250