
linux下用yum安装,这样出错是什么意思? 10
[root@localhostsrc]#yuminstallsqlite-develLoadedplugins:auto-update-debuginfo,langpac...
[root@localhost src]# yum install sqlite-devel
Loaded plugins: auto-update-debuginfo, langpacks
Resolving Dependencies
--> Running transaction check
---> Package sqlite-devel.x86_64 0:3.8.7-1.fc21 will be installed
--> Processing Dependency: sqlite = 3.8.7-1.fc21 for package: sqlite-devel-3.8.7-1.fc21.x86_64
--> Finished Dependency Resolution
Error: Package: sqlite-devel-3.8.7-1.fc21.x86_64 (fedora)
Requires: sqlite = 3.8.7-1.fc21
Installed: sqlite-3.8.8.3-1.fc21.i686 (@updates)
sqlite = 3.8.8.3-1.fc21
Available: sqlite-3.8.7-1.fc21.i686 (fedora)
sqlite = 3.8.7-1.fc21
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest 展开
Loaded plugins: auto-update-debuginfo, langpacks
Resolving Dependencies
--> Running transaction check
---> Package sqlite-devel.x86_64 0:3.8.7-1.fc21 will be installed
--> Processing Dependency: sqlite = 3.8.7-1.fc21 for package: sqlite-devel-3.8.7-1.fc21.x86_64
--> Finished Dependency Resolution
Error: Package: sqlite-devel-3.8.7-1.fc21.x86_64 (fedora)
Requires: sqlite = 3.8.7-1.fc21
Installed: sqlite-3.8.8.3-1.fc21.i686 (@updates)
sqlite = 3.8.8.3-1.fc21
Available: sqlite-3.8.7-1.fc21.i686 (fedora)
sqlite = 3.8.7-1.fc21
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest 展开
3个回答
展开全部
需要 sqlite版本3.8.7,已安装版本3.8.8.3,依赖不满足
可以尝试在命令行里加参数--skip-broken,来绕过这个坑,不过可能有其他问题
可以尝试rpm -Va --nofiles --nodigest,后面是啥看不见了.
可以尝试在命令行里加参数--skip-broken,来绕过这个坑,不过可能有其他问题
可以尝试rpm -Va --nofiles --nodigest,后面是啥看不见了.
追问
能解决依赖问题吗?
追答
不能,要么就重新安装对应版本的sqlite,要么安装高版本的devel,那个参数只是
workaround
展开全部
sqlite-devel的安装有别的包作为依赖,yum安装时候没有找到所依赖的包
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sqlite-devel 这个包 需要sqlite 3.8.7,然而你已经安装的是sqlite 3.8.8,版本不兼容了。
办法1:按照错误提示的建议,试试 yum install --skip-broken sqlite-devel
办法2:更改sqlite-devel或sqlite包的版本,使二者相互统一。
办法1:按照错误提示的建议,试试 yum install --skip-broken sqlite-devel
办法2:更改sqlite-devel或sqlite包的版本,使二者相互统一。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询