libzip is a C library for reading, creating, and modifying zip archives
libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.
libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.
To install libzip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libzip
To see what files were installed by libzip, run:
port contents libzip
To later upgrade libzip, run:
sudo port selfupdate && sudo port upgrade libzip
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.