求助,公司Linux软件装不上
Tofloor
poster avatar
qq1134407214
deepin
2018-05-29 21:44
Author
jianzhangg@jianzhangg-PC:~$ sudo apt-get install libqt5webenginewidgets5
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
E: 无法定位软件包 libqt5webenginewidgets5


运行流程如上,提示没有这个依赖.有同事在Ubuntu上安装成功了.


Reply Favorite View the author
All Replies
1 / 3
To page
avatar
WENWEN
deepin
2018-05-29 21:53
#1
apt-cache search webenginewidgets 下试试!!!
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 00:16
#2
https://bbs.deepin.org/post/157229
apt-cache search webenginewidgets 下试试!!!

不行。。。我刚刚把sources.list切换成Ubuntu17.10的成功了,然后系统崩了。。。。
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 00:17
#3
https://bbs.deepin.org/post/157229
不行。。。我刚刚把sources.list切换成Ubuntu17.10的成功了,然后系统崩了。。。。 ...

这是我还原系统后跟你回复的.....
Reply View the author
avatar
卷毛龙
deepin
2018-05-30 00:23
#4
https://bbs.deepin.org/post/157229
这是我还原系统后跟你回复的.....

我想知道怎么崩的?然后又怎么恢复的?
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 00:25
#5
https://bbs.deepin.org/post/157229
我想知道怎么崩的?然后又怎么恢复的?

我也不知道,崩了好多次了,之前备份过系统,用recevory恢复的
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 00:26
#6
https://bbs.deepin.org/post/157229
我想知道怎么崩的?然后又怎么恢复的?

这个系统还是不稳,经常崩,老在更新的时候就崩了.我已经蹦三次的,才用几天.....
Reply View the author
avatar
卷毛龙
deepin
2018-05-30 00:28
#7
https://bbs.deepin.org/post/157229
这个系统还是不稳,经常崩,老在更新的时候就崩了.我已经蹦三次的,才用几天..... ...

我用了快现年了,没崩,不过,我还是去备份一下吧。。。
Reply View the author
avatar
yls_4
deepin
2018-05-30 00:41
#8
源的问题
Reply View the author
avatar
snyh1010
deepin
2018-05-30 00:49
#9
deepin下这个包名就叫做 "libqt5webengine5"
包含了libqt5webenginewidgets.so的
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 00:59
#10
https://bbs.deepin.org/post/157229
我用了快现年了,没崩,不过,我还是去备份一下吧。。。

不可能吧...我几天就崩了三次....
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 01:00
#11
https://bbs.deepin.org/post/157229
我用了快现年了,没崩,不过,我还是去备份一下吧。。。

不可能吧...我几天就崩了三次....
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 01:00
#12
https://bbs.deepin.org/post/157229
deepin下这个包名就叫做 "libqt5webengine5"
包含了libqt5webenginewidgets.so的

安装了没用,还是提示没用libqt5webenginewidgets.so的目录
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 01:01
#13

是的,切到Ubuntu的源就好了,但系统也崩了...
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 01:03
#14
https://bbs.deepin.org/post/157229
deepin下这个包名就叫做 "libqt5webengine5"
包含了libqt5webenginewidgets.so的


sudo apt-get -y install qt5-default
sudo apt-get -y install libqt5webchannel5
sudo apt-get install libqt5webenginewidgets5
sudo apt-get install libqt5x11extras5
sudo apt-get install fcitx-libs-qt fcitx-libs-qt5



以上几个包逐次执行,每次安装一个,别一块丢好几个命令,否则可能会有漏掉安装不上的
以上几个包逐次执行,每次安装一个,别一块丢好几个命令,否则可能会有漏掉安装不上的
以上几个包逐次执行,每次安装一个,别一块丢好几个命令,否则可能会有漏掉安装不上的

在qtalk的解压包目录下 执行
ldd LocalMan | grep "not found"
可以看到有哪些包需要安装

这是公司的wiki
Reply View the author
avatar
snyh1010
deepin
2018-05-30 01:13
#15
本帖最后由 snyh1010 于 2018-5-29 17:14 编辑
https://bbs.deepin.org/post/157229
安装了没用,还是提示没用libqt5webenginewidgets.so的目录

.so是dev版带的。 runtime版带的都是.so.version.version 这种so

所以还得装libqt5webengine5-dev
但dev只在需要编译的时候才有用。正常运行是不需要这个文件的。
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 01:15
#16
https://bbs.deepin.org/post/157229
.so是dev版带的。 runtime版带的都是.so.version.version 这种so

所以还得装libqt5webengine5-dev

嗯嗯  我再试试 sudo apt-get install libqt5webengine5-dev 试试
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 01:25
#17
https://bbs.deepin.org/post/157229
.so是dev版带的。 runtime版带的都是.so.version.version 这种so

所以还得装libqt5webengine5-dev

其实在
sudo apt-get install libqt5webenginewidgets5

这一步就安装失败了,我用sudo apt-get install libqt5webengine5 试试,你怎么知道的啊?这么细节的东西...
Reply View the author
Comments
wtz
2018-06-05 01:49
Linux编译&链接常识,只是有时候被其他琐碎的细节掩盖了。
sored520
2018-05-30 16:53
因为他是deepin的开发大神
avatar
152******14
deepin
2018-05-30 01:38
#18
deepin不再基于乌班图了,基于debian sid  在包上面可能会有所不同,导致系统挂掉。请谨慎操作。
Reply View the author
avatar
qq1134407214
deepin
2018-05-30 04:21
#19
https://bbs.deepin.org/post/157229
deepin不再基于乌班图了,基于debian sid  在包上面可能会有所不同,导致系统挂掉。请谨慎操作。 ...

对!!! 我一切换Ubuntu的源就下载更新,然后系统就崩了。。。
Reply View the author
avatar
yls_4
deepin
2018-05-30 16:56
#20
不要用ubuntu源,可以用debian sid源
Reply View the author
1 / 3
To page