Unalz is an unarchiver for the AlZip format which is widely used in Korea. The ALZ file format is a proprietary file compression and archiving format designed to overcome the file size limitations of the ZIP file format. If you want to create .alz archives, you will need to use the proprietary ALZip software which only runs in Windows.
Unalz is an unarchiver for the AlZip format which is widely used in Korea. The ALZ file format is a proprietary file compression and archiving format designed to overcome the file size limitations of the ZIP file format. If you want to create .alz archives, you will need to use the proprietary ALZip software which only runs in Windows.
To install unalz, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install unalz
To see what files were installed by unalz, run:
port contents unalz
To later upgrade unalz, run:
sudo port selfupdate && sudo port upgrade unalz
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.