One day, I noticed that my Internet is being used. After using sudo nethogs
I found that package called snapd
is downloading something from internet regularly without my consent. The only snap program that I have installed is VLC.
So, how to see what things do/did snapd
upload or download or how to make snapd
run in offline mode?
snapd does not have the ability to disable its autorefresh function. Merely the option to choose at what times of the day it can do it.
This is more of a workaround than a proper solution, but if VLC is the only snap you have, you can simply remove the snapd package and install VLC via the standard apt install method.
Though a matter of opinion, I prefer apt installing my software anyway, as it is more space efficient with disks. The downside would be possible dependency issues in some less common cases. Snaps eliminate this problem by having everything required for a particular program in one snap.