300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > Unable to find the ncurses libraries的解决办法

Unable to find the ncurses libraries的解决办法

时间:2022-07-24 00:45:42

相关推荐

Unable to find the ncurses libraries的解决办法

我们在更新CentOS或者Ubuntu的内核时,执行make menuconfig可能看如这样的错误:

*** Unable to find the ncurses libraries or the

*** required header files.

*** ‘make menuconfig’ requires the ncurses libraries.

***

*** Install ncurses (ncurses-devel) and try again.

解决办法如下:

CentOS:

yum install -y ncurses-devel

Ubuntu:

sudo apt-get install ncurses-dev

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。