是什么 ? | : | library that allows application users to edit command lines as they are typed in. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/readline |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install readline |
GNU/Linux | HomeBrew | brew install greadline |
apt | sudo apt-get install -y readline | |
CentOS | yum | sudo yum install -y readline |
dnf | sudo dnf install -y readline | |
openSUSE | zypper | sudo zypper install -y readline |
Alpine Linux | apk | sudo apk add readline |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge readline |