Nvi is an implementation of the ex/vi text editor originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley.
Nvi is an implementation of the ex/vi text editor originally distributed as part of the Fourth Berkeley Software Distribution (4BSD), by the University of California, Berkeley.
To install nvi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nvi
To see what files were installed by nvi, run:
port contents nvi
To later upgrade nvi, run:
sudo port selfupdate && sudo port upgrade nvi
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.