libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.
libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.
To install libedit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libedit
To see what files were installed by libedit, run:
port contents libedit
To later upgrade libedit, run:
sudo port selfupdate && sudo port upgrade libedit
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.