FS#45621 - [pacman] Option to show sizes in byte
Attached to Project:
Pacman
Opened by Giovanni Santini (ItachiSan) - Sunday, 12 July 2015, 08:28 GMT
Last edited by Allan McRae (Allan) - Friday, 23 December 2022, 14:16 GMT
Opened by Giovanni Santini (ItachiSan) - Sunday, 12 July 2015, 08:28 GMT
Last edited by Allan McRae (Allan) - Friday, 23 December 2022, 14:16 GMT
|
Details
Summary and Info:
Actually, there is no possibility to sort directly the output of 'pacman -Qi' because the sizes it prints have suffixes. Steps to Reproduce: - use 'pacman -Qi' Expected result: Using a switch (like '-B' for 'show sizes in bytes'), 'pacman -QiB' will show all sizes in bytes, so by grepping name and installed size we can have a full list of packages sorted by their sizes. |
This task depends upon
Closed by Allan McRae (Allan)
Friday, 23 December 2022, 14:16 GMT
Reason for closing: Deferred
Additional comments about closing: Transferred to gitlab:
https://gitlab.archlinux.org/pacman/pacm an/-/issues/6
Friday, 23 December 2022, 14:16 GMT
Reason for closing: Deferred
Additional comments about closing: Transferred to gitlab:
https://gitlab.archlinux.org/pacman/pacm an/-/issues/6
Comment by Allan McRae (Allan) -
Sunday, 12 July 2015, 08:40 GMT
There is talk about adding "expac" into the pacman codebase
(either as an official tool or adding features to pacman). Using
that utility is the way to go for the time being.