rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage from long distance redundancies in files, which can sometimes allow rzip to produce much better compression ratios than other programs.
rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage from long distance redundancies in files, which can sometimes allow rzip to produce much better compression ratios than other programs.
To install rzip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rzip
To see what files were installed by rzip, run:
port contents rzip
To later upgrade rzip, run:
sudo port selfupdate && sudo port upgrade rzip
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.