Stow is a symlink farm manager which takes distinct sets of software and/or data located in separate directories on the filesystem, and makes them all appear to be installed in a single directory tree.
Stow is a symlink farm manager which takes distinct sets of software and/or data located in separate directories on the filesystem, and makes them all appear to be installed in a single directory tree.
To install stow, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install stow
To see what files were installed by stow, run:
port contents stow
To later upgrade stow, run:
sudo port selfupdate && sudo port upgrade stow
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.