Skip to main content
Topic: Make pacman to download package in ascending order of the size (Read 613 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Make pacman to download package in ascending order of the size

How to let/set pacman to download package in order of the smallest/least size first then to the larger ones

Re: Make pacman to download package in ascending order of the size

Reply #1
I do not think pacman has such an option. (at least I am not aware of it and was unable to find it).

What I would do is to write a shell script and invoked pacman for each package to download it into cache.
Since it is shell script we can sort things as we wish.