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.

  • Nuuskis
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    You could easily write a bash script, which logs the updates in the format you want to (date, clock, packages, total size etc). Use awk to parse the size. Probably the hardest part is if you want necessarily to have those update sizes calculated with the script instead of doing that manually each time.