A utility for file format and metadata analysis, data extraction, decompression, and image format decoding
Deark is a command-line utility that can decode certain types of files, and either convert them to a more-modern or more-readable format, or extract embedded files from them
Deark is a command-line utility that can decode certain types of files, and either convert them to a more-modern or more-readable format, or extract embedded files from them
To install deark, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install deark
To see what files were installed by deark, run:
port contents deark
To later upgrade deark, run:
sudo port selfupdate && sudo port upgrade deark
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.