VLC mpv huge package size #3587
Replies: 3 comments 7 replies
-
In the pacboy command, you are calculating the size of vlc and all dependencies. |
Beta Was this translation helpful? Give feedback.
-
any input regarding this? |
Beta Was this translation helpful? Give feedback.
-
just one example of the otherwise obvious thing: it's not always that one repo will have smaller package sizes. and for package meld3 the "Visual diff and merge tool". here too, the v3.22 msi installer from meldmerge.org is just 36 MiB $ pacboy debug -S meld3:x <<< n
Packages (63)
Total Download Size: 87.16 MiB
Total Installed Size: 578.62 MiB
$ pacboy debug -Ss meld3:c <<< n
Packages (67)
Total Download Size: 92.17 MiB
Total Installed Size: 583.06 MiB
$ pacboy debug -S meld3:u <<< n
Packages (67)
Total Download Size: 89.79 MiB
Total Installed Size: 583.73 MiB 2023.03.06: $ pacboy -S cppcheck:x <<< n
Packages (4)
Total Download Size: 4.05 MiB
Total Installed Size: 19.61 MiB
$ pacboy -S cppcheck:c <<< n
Packages (7)
Total Download Size: 5.33 MiB
Total Installed Size: 32.23 MiB
$ pacboy -S cppcheck:u <<< n
Packages (7)
Total Download Size: 5.01 MiB
Total Installed Size: 22.76 MiB 2023.03.11 $ pacboy -S gnome-calculator:x <<< n 2>/dev/null | grep -Eo "Packages \(\.*\)|.*Size:.*"
Packages (90)
Total Download Size: 117.60 MiB
Total Installed Size: 786.64 MiB
$ pacboy -S gnome-calculator:c <<< n 2>/dev/null | grep -Eo "Packages \(\.*\)|.*Size:.*"
Packages (95)
Total Download Size: 122.94 MiB
Total Installed Size: 781.45 MiB
$ pacboy -S gnome-calculator:u <<< n 2>/dev/null | grep -Eo "Packages \(\.*\)|.*Size:.*"
Packages (94)
Total Download Size: 120.23 MiB
Total Installed Size: 792.15 MiB |
Beta Was this translation helpful? Give feedback.
-
Hi!
Questions:
Beta Was this translation helpful? Give feedback.
All reactions