deb2targz is a very small perl script for converting Debian Linux style .deb packages to a friendly .tar.gz. deb2targz does not need any external programs like ar or tar.
deb2targz is a very small perl script for converting Debian Linux style .deb packages to a friendly .tar.gz. deb2targz does not need any external programs like ar or tar.
To install deb2targz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install deb2targz
To see what files were installed by deb2targz, run:
port contents deb2targz
To later upgrade deb2targz, run:
sudo port selfupdate && sudo port upgrade deb2targz
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.