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.

  • _HR_@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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.