Pi2zip
using pi2 (e.g., noise reduction or stitching).
If you are looking for general-purpose archive managers compatible with Linux and ARM-based systems like the Pi, consider: Pi2zip
Since the Raspberry Pi runs on Linux (Raspbian), users often use the standard zip command to manage files. To zip a directory, you can use the recursive flag -r in the terminal: zip -r archive-name.zip folder-to-compress using pi2 (e

