libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types.
libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types.
To install libextractor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libextractor
To see what files were installed by libextractor, run:
port contents libextractor
To later upgrade libextractor, run:
sudo port selfupdate && sudo port upgrade libextractor
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.