I would like to know how much data I’ve used downloading updates in the past month. I update exclusively through the terminal if that matters.
I would like to know how much data I’ve used downloading updates in the past month. I update exclusively through the terminal if that matters.
If it’s not limited to packages, but all network usage, there’s
vnstat
.If you want specifically only updates, you could parse
/var/log/apt/history.log
with a script and query apt about the download size for each package and sum it up.