PiRogueToolSuite / deb-packages

PiRogue Debian packages
https://pts-project.org/
GNU General Public License v3.0
2 stars 2 forks source link

Add diffoscope to pirogue-tools #5

Closed U039b closed 1 year ago

U039b commented 2 years ago

Diffoscope is a convenient tool when it comes to diff 2 different files.

CyrilBrulebois commented 2 years ago

It's excessively useful but it's also huge. It pulls several GiBs worth of dependencies.

Right after debootstrap bullseye:

# apt install diffoscope
…
0 upgraded, 1053 newly installed, 0 to remove and 0 not upgraded.
Need to get 1259 MB of archives.
After this operation, 4900 MB of additional disk space will be used.

There's a stripped-down version, but it's still not tiny:

# apt install diffoscope-minimal
…
0 upgraded, 613 newly installed, 0 to remove and 0 not upgraded.
Need to get 465 MB of archives.
After this operation, 1578 MB of additional disk space will be used.
U039b commented 2 years ago

Holy crap!