是什么 ? | : | a command-line editor library provides generic line editing, history, and tokenization functions, similar to those found in GNU readline. |
开发语言 | : | C |
官方主页 | : | https://thrysoee.dk/editline |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install libedit |
GNU/Linux | HomeBrew | brew install libedit |
apt | sudo apt-get install -y libedit | |
CentOS | yum | sudo yum install -y libedit |
dnf | sudo dnf install -y libedit | |
openSUSE | zypper | sudo zypper install -y libedit |
Alpine Linux | apk | sudo apk add libedit |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge libedit |