File system for accessing archives using libarchive
Archivemount is a piece of glue code between libarchive and FUSE. It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.
Archivemount is a piece of glue code between libarchive and FUSE. It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.
To install archivemount, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install archivemount
To see what files were installed by archivemount, run:
port contents archivemount
To later upgrade archivemount, run:
sudo port selfupdate && sudo port upgrade archivemount
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.