You are not logged in.
Hi everyone. I'm sorry if the question title may sound ambiguous but I couldn't get any further text into it; I hope it fits the section properly too.
What I'd like to get is very simple: once you run
pacman -Syuit shows the _net_ download size that will be done, along with the packets that need be updated of course. Is there a way to get the specific download size for each packet?
For instance, I was wondering something around
Packet_1 50MB
Packet_2 10MB.
.
.
.
Packet_N X MBwhere those are the packets that actually need to be updated. I'm looking for that because I could exclude larger packets from updating and have pacman only go through smaller and more important ones (avoiding e.g. icons updates). I thought maybe via expac somehow go through the list and maybe with some text manipulation get such list, but it's beyond my knowledge. Or maybe there's already some app that can sort it out right away would be great.
Thanks for your time.
Last edited by Grant (2020-10-10 10:06:06)
Offline
I could exclude larger packets from updating and have pacman only go through smaller and more important ones (avoiding e.g. icons updates).
That would be a partial upgrade.
Offline
I do agree it would loqs, and hence I try being careful. So far I've never run into broken dependencies due to that and e.g. I refrain from hard IgnorePkgs.
Still, it'd help me for bandwidth and disk usage purposes.
Last edited by Grant (2020-10-10 10:35:24)
Offline
VerbosePkgLists in pacman.conf
Offline
... I refrain from hard IgnorePkgs.
Why? That would be a better approach. If you want to avoid updating large packages that you are confident you can (relatively) safely ignore, then just put that list of known-safe(ish)-to-ignore package in IgnorePkgs and be done with it.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline