short for | : | new curses |
是什么 ? | : | text-based UI library, a free software emulation of curses in System V Release 4.0 (SVr4), and more. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.gnu.org/software/ncurses |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install ncurses |
GNU/Linux | HomeBrew | brew install ncurses |
apt | sudo apt-get install -y libncurses5-dev | |
PCLinuxOS | apt | sudo apt-get install -y ncurses lib64ncursesw6 |
CentOS | yum | sudo yum install -y ncurses-devel |
dnf | sudo dnf install -y ncurses-devel | |
openSUSE | zypper | sudo zypper install -y ncurses-devel ncurses-utils |
Alpine Linux | apk | sudo apk add ncurses-dev |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge ncurses |