搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
2023面试高手
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
万能刷机王HD2刷WP7详细教程
2
CSP CCF认证2023-03_ccf csp认证
3
jetbrains ai assistant 无法使用教程_ai assistant authorization failed
4
统计中的假设检验介绍-t检验-A/B测试及python示例_作出统计假设检验结论
5
构建高效的整车系统级别评估平台,百度安全自动驾驶风险安全研究亮相NDSS2022&AutoSec...
6
QT实现ping功能_qt ping
7
三、中台的收益和价值_业务中台的价值
8
Javaweb复习-作业5-有解析_mybaits映射文件中
元素的id属性表示命名空间中的唯一标识符,常与_组
9
浅谈Oracle中rownum的用法_oracle rownum排序
10
QSqlQuery::prepare: database not open
当前位置:
article
> 正文
make menuconfig错误Unable to find the ncurses libraries_unable to find the ncurses libraries or the
作者:2023面试高手 | 2024-03-12 06:53:26
赞
踩
unable to find the ncurses libraries or the
1、执行 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.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误2
可以看出,是因为找不到 ncurses 导致的错误。那么尝试安装 ncurses
$sudo apt-get install ncurses
2、如果出现:
信息:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
现在没有可用的软件包 ncurses , 但是它被其他的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
E: 软件包 ncurses 还没有可供安装的候选者
3、 执行如下命令:
$sudo apt-get install libncurses*
信息:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
注意,根据正则表达式“libncurses*” 选中了 libncurses4
注意,根据正则表达式“libncurses*” 选中了 libncurses5
注意,根据正则表达式“libncurses*” 选中了 libncurses-ruby1.8
注意,根据正则表达式“libncurses*” 选中了 libncurses-ryby1.9
注意,根据正则表达式“libncurses*” 选中了 libncurses-dev
注意,根据正则表达式“libncurses*” 选中了 libncursesw5-dbg
注意,根据正则表达式“libncurses*” 选中了 libncursesw5-dev
注意,根据正则表达式“libncurses*” 选中了 libncurses-ruby
注意,根据正则表达式“libncurses*” 选中了 libncurses5-dbg
注意,根据正则表达式“libncurses*” 选中了 libncurses5-dev
注意,根据正则表达式“libncurses*” 选中了 libncursesw5
已经不需要下列自动安装的软件包:
libchewing3-data ttf-wqy-zenhei scim-chewing thunderbird-locale-zh-tw language-support-translations-zh
libchewing3 xfonts-wqy openoffice.org-l10n-zh-cn openoffice.org-l10n-zh-tw openoffice.org-help-zh-cn
openoffice.org-help-zh-tw language-support-fonts-zh
使用‘apt-get autoremove’ 来删除它们。
将会安装下列额外的软件包:
libncurses-ruby libncurses-ruby1.8 libncurses-ruby1.9 libncurses4 libncurses5-dbg libncurses5-dev
libncursesw5-dbg libncursesw5-dev libruby1.8 libruby1.9 ruby1.8 ruby1.9
建议安装的软件包:
rdoc1.8 ri1.8 ruby1.8-examples rdoc1.9 ri1.9 ruby1.9-examples
下列【新】软件包将被安装:
libncurses-ruby libncurses-ruby1.8 libncurses-ruby1.9 libncurses4 libncurses5-dbg libncurses5-dev
libncursesw5-dbg libncursesw5-dev libruby1.8 libruby1.9 ruby1.8 ruby1.9
共升级了0个软件包,新安装了12个软件包,要卸载0个软件包,有48个软件未被升级。
需要下载8868kB的软件包。
操作完成后,会消耗掉33.9MB的额外磁盘空间。
您希望继续执行吗?[Y/n]
选择Y继续执行,完成后,执行sudo make menuconfig,OK!!
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/2023面试高手/article/detail/222836
推荐阅读
article
关于
linux
的最新
问题
合集_
linux
not
find
platform
independent
...
关于
linux
的最新
问题
合集关于
linux
的最新
问题
合集,有技术
问题
,上 bug200.com如何实现malloc函数[...
赞
踩
article
vscode
远程连接不上:
Cannot
find
module
minimist
_
cannot
fi...
在远程服务器找到并删除**/.
vscode
-server/bin这个bin目录。_
cannot
find
module
...
赞
踩
article
python
抓取网站数据并图形化显示(二)_
all
_
data
.
find
(
'
table
'
).
text
...
一、主要代码解析(一)nCov应用代码(二)template代码(三)epidemic应用代码_
all
_
data
.fin...
赞
踩
article
golang
中
切片
slice
的使用须知_
golang
make
slice
...
这篇文章主要理解一个事情:
切片
是对数组的引用。go version1.14.7乍一看,这个很好理解,但是却很容易出错。切...
赞
踩
article
Golang
中
slice
的实现原理_
golang
make
slice
...
前言简单来说,切片就是一种简化版的动态数组。因为动态数组的长度是不固定,切片的长度自然也就不能是类型的组成部分了。数组虽...
赞
踩
article
Go
make
函数:
创建
slice
,
map
和
channel
_
go
make
map
...
Go
make
函数:
创建
slice
、
map
和
channel
。_
go
make
map
go
make
map
...
赞
踩
article
Go
内建函数
make
及
切片
slice
、映射
map
详解
_
go
make
切片
...
make
函数首先看个例子package mainimport ( "fmt")func main() { var i *...
赞
踩
article
Golang 理解
slice
很重要_
go
make
0
1
0
...
Go语言的
slice
结合了数组的性能优势,同时提供了便捷的操作模式。它的本质只是在数组之上提供了访问指定范围内(起始索引...
赞
踩
article
Golang
之
slice
操作_
golang
slice
make
...
1、创建一般使用
make
创建,
make
([]string,0)var s []int或s:=new([]int) /...
赞
踩
article
Golang
:
make
,
slice
和
append
的注意细节...
使用
append
向
slice
追加元素遇到的坑,在此总结一下。一,细节1urls
:
=
make
(map[string]s...
赞
踩
article
go函数
make
、
slice
、
append
_
golang
make
([]
,
0
,
5)...
make
// 长度和容量都是5个元素 array :=
make
([]string
,
5) for i:=0;i
[详细]
-->
赞
踩
article
深入了解Go
Slice
(一)——
make
的详细
处理过程
_
go
slice
make
...
关于
Slice
的使用有很多文章已经介绍了,本系列文章无意再重复介绍使用过程,主要专注于了解
Slice
后的处理逻辑,从源码...
赞
踩
article
Go
slice
切片
详解和实战(2)
make
append
copy
_
slice
函数的
切片
颜色...
回顾上一篇文章我们介绍了
切片
slice
的定义初始化、引用类型特征、如何使用数组切割成
切片
。编程学习资料点击免费领取这篇文...
赞
踩
article
HarmonyOS
开发学习笔记_
模拟器
unable
find
the
dms
service
鸿蒙...
HarmonyOS
开发学习笔记整理。。。持续更新_
模拟器
unable
find
the
dms
service
鸿蒙模...
赞
踩
article
D
a
t
a
Binding报错:c
a
nnot
find
the
setter
for
a
ttribute...
https://blog.csdn.net/Dre
a
m2076/
a
rticle/det
a
ils/84305310报错信息...
赞
踩
article
【精通
Linux
系列】
Linux
核心数据处理查找
命令
之
find
,
cut
,
awk
, sed
命令
用法_l...
1:
linux
必须掌握的核心实用
命令
linux
搜索神器
find
命令
高级用法简介:详细讲解
find
命令
的使用
linux
...
赞
踩
article
python
爬虫学习笔记(
一
)--
Python
函数五种
参数
类型
+
soup
.
find
()函数使用...
上篇中我们已经可以简单的下载网页中的图片到本地了,这里做
一
个补充:
soup
.
find
和
soup
.
find
_all中的参...
赞
踩
article
pycharm报错Imp
or
tErr
or
: libtk8.6.so:
cannot
open
sha...
在Pycharm中使用tkinter时,报了一个错误imp
or
t tkinter网上差了一下,发现可能时缺少文件,所以直...
赞
踩
article
python3
安装
libxml2
_
failed
to
find
headers
for libx...
command:pip install
libxml2
-
python3
errors:Collecting
libxml2
...
赞
踩
article
CentOS
7 笔记_
touch
test
find
test
-
exe
c
whoami ; fi...
CentOS
7_
touch
test
find
test
-
exe
c
whoami ;
find
test
-
exe
c
...
赞
踩
相关标签
linux
c
unix
cli
vscode
ide
编辑器
python
django
开发语言
golang
golang slice
leetcode
slice
make
go
使用
后端
harmonyos
学习
笔记
typescript