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.
You must log in or # to comment.
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.logwith a script and query apt about the download size for each package and sum it up.


