| Did you know ... | Search Documentation: |
| Issues with library(editline) |
The library(editline) is based on BSD libedit, providing command line editing for the terminal on Unix-like systems.
The library(editline) is an alternative to library(readline), providing
the same functionality based on the GNU readline library. The
library(editline) provides some advantages:
The main disadvantage is that GNU readline is a much more powerful editor.
Install the development package for libedit. This is available on many platforms.
$ apt-get install libedit-dev$ yum install libedit-devel or $ dnf install libedit-develAfter installing the development library, re-install the system