网站首页
编程语言
数据库
系统相关
其他分享
编程问答
首页
>
其他分享
>解决E: Unable to locate package XXX
解决E: Unable to locate package XXX
时间:2023-04-01 09:00:10
浏览次数:37
标签:
locate
XXX
aptitude
get
sudo
apt
Unable
install
首先尝试update命令
sudo apt-get update
如果不行则执行upgrade
sudo apt-get upgrade
上述命令成功以后就能正常使用
sudo apt-get install xxxxx
最后上面两项都不行则尝试
sudo apt-get install aptitude
成功以后使用
sudo aptitude install xxxxx
另外还可以
sudo apt-get install python-你要安装的包的名字
标签:
locate
,
XXX
,
aptitude
,
get
,
sudo
,
apt
,
Unable
,
install
From: https://www.cnblogs.com/nanke-dream/p/17278067.html
相关文章
Project 'org.springframework.boot:spring-boot-starter-parent:XXX' not found
问题:Project'org.springframework.boot:spring-boot-starter-parent:XXX'notfound当spring-boot-starter-parent下面的版本报红时并不是这个版本不存在,而是因为idea会默认缓存Maven本地仓库已存在的中的依赖项。只是我们引入的的父依赖版本在本地仓库中不存在,所以就报......
docker desktop k8s错误Unable to connect to the server: EOF
问题当使用DockerDesktop开启Kubernetes之后,在终端执行命令kubectlgetnodes时,出现以下错误:Unabletoconnecttotheserver:EOF根因分析终端执行命令kubectlcluster-info,输出如下:Tofurtherdebuganddiagnoseclusterproblems,use'kubectlcluster-infod......
@layout/activity_main does not contain a declaration with id XXX,findViewById(R.i
问题描述:在MainActivity.java中,通过id寻找checkbox,明明能显示这个组件的id,Ctrl+点击也能跳转过去,但是就是爆红,提示@layout/activity_maindoesnotcontainadeclaration......
shell报错:bash:./xxx: 无法执行二进制文件: 可执行文件格式错误
shell报错:bash:./xxx:无法执行二进制文件:可执行文件格式错误在ubuntu下运行一个可执行文件,但是出现错误:由于文件已经拥有可执行权限,遂考虑是不是该文件编译时的CPU指......
解决pip命令无法执行Python问题Unable to create process using...
解决方法删除:Python37\Lib\site-packages\pip-19.1.dist-info删除:Python37\Scripts\pip*.exe(所有pip开头的)安装:python-mpipinstall--upgradepip......
idea子项目打jar包错误 Could not find artifact xxx:pom:1.0-SNAPSHOT 解决办法
idea子项目打jar包错误Couldnotfindartifactxxx:pom:1.0-SNAPSHOT解决办法原文链接:https://blog.csdn.net/a459471027/article/details/124195296项目结构如下:......
error while loading shared libraries: libxxx.so: cannot open shared object file:
发生这种问题就在于编译程序链接的库在运行时找不到,或者不存在,或者版本不正确等。使用ldd你的应用程序|grep-i"libxxx"来查看程序中具体链接的库的位置和版本号,然后查看......
公共模块 Unable to find main class 问题
公共模块Unabletofindmainclass解决方法在公共模块中的pom文件加入如下配置<build><plugins><plugin><!--公共模块Unable......
IntelliJ IDEA编译项目报错 "xxx包不存在" 或 "找不到符号" 问题
IntelliJIDEA编译项目报错"xxx包不存在"或"找不到符号"1.maven设置首先查看maven设置,不要使用默认的maven版本:3.8.52.Maven-Reimport3.UTF-8编码选择设置为UTF-......
Fatal error in launcher: Unable to create process using '"d:\software\python\
Fatalerrorinlauncher:Unabletocreateprocessusing'"d:\software\python\python.exe" 问题发生:是由于python切换环境导致的。本来python放在D盘software的......
赞助商
阅读排行
Python3网络爬虫浓缩系列
visual studio 2022离线安装包制作教程
#yyds干货盘点# 前端歌谣的刷题之路-第一百三十七题-可伸缩属性
Codeforces
使用U盘制作启动盘并重装系统
编写HelloWorld程序
departments/components/add.vue
1081. 度的数量
js- day03- 将数据变成柱形图
nginx使用
leetcode 22 括号生成
webrtc-streamer实现简单rtsp视频监控
wordpress外贸独立站商城 如此简单
函数练习错题
利用TableAdapter更新数据库