deco is a Un*x program, written in SUSv3-compliant C99, that is able to extract various archive file formats. It focuses on consistent behavior and has a modular pluggable extraction engine backend.
deco is a Un*x program, written in SUSv3-compliant C99, that is able to extract various archive file formats. It focuses on consistent behavior and has a modular pluggable extraction engine backend.
To install deco, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install deco
To see what files were installed by deco, run:
port contents deco
To later upgrade deco, run:
sudo port selfupdate && sudo port upgrade deco
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.