The Zero Install Injector makes it easy for users to install software without needing root privileges. It takes the URL of a program and runs it (downloading it first if necessary). Any dependencies of the program are fetched in the same way. The user controls which version of the program and its dependencies to use.
The Zero Install Injector makes it easy for users to install software without needing root privileges. It takes the URL of a program and runs it (downloading it first if necessary). Any dependencies of the program are fetched in the same way. The user controls which version of the program and its dependencies to use.
To install zeroinstall-injector, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zeroinstall-injector
To see what files were installed by zeroinstall-injector, run:
port contents zeroinstall-injector
To later upgrade zeroinstall-injector, run:
sudo port selfupdate && sudo port upgrade zeroinstall-injector
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.