Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
第二天使用deepin解决快盘的使用问题
Apps Section
1049
views ·
2
replies ·
To
floor
Go
lihn1987
deepin
2013-12-31 06:10
Author
我的很多东东还有书都存在金山快盘上,蛮好用的,于是我希望能够安装个。
但是安装时发生了些问题,记录下来供各位参考,另外希望官方尽快把boost1.54的库还有1.55的库加到官方源中哈,我们这些写c++代码对boost的依赖还是很强的。。。
说明下,这里使用的64位的2013版本的deepin,装的也是64位的快盘
下面就是遇到的问题和解决方式了
使用金山快盘(http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=21),安装时提示找不到一个boost-filesystem1.54的一个库,发现源里面没有,于是改到测试源,发现也没有,于是再要换源试试,发现,不关闭软件中心就不能看到当前使用的源。于是重启软件中心可以看到了,但还是没有1.54的库,决定自己编了。
使用dpkg -i kuaipan4uk_1.0_amd64.deb观察依赖库报错信息
dpkg: dependency problems prevent configuration of kuaipan4uk:
kuaipan4uk 依赖于 libboost-filesystem1.54.0;然而:
未安装软件包 libboost-filesystem1.54.0。
kuaipan4uk 依赖于 libboost-iostreams1.54.0;然而:
未安装软件包 libboost-iostreams1.54.0。
kuaipan4uk 依赖于 libboost-regex1.54.0;然而:
未安装软件包 libboost-regex1.54.0。
kuaipan4uk 依赖于 libboost-system1.54.0;然而:
未安装软件包 libboost-system1.54.0。
kuaipan4uk 依赖于 libboost-thread1.54.0;然而:
未安装软件包 libboost-thread1.54.0。
kuaipan4uk 依赖于 libcrypto++9;然而:
未安装软件包 libcrypto++9。
kuaipan4uk 依赖于 libcurl3-nss (>= 7.23.1);然而:
未安装软件包 libcurl3-nss。
dpkg: error processing kuaipan4uk (--install):
依赖关系问题 - 仍未被配置
正在处理用于 desktop-file-utils 的触发器...
正在处理用于 gnome-menus 的触发器...
在处理时有错误发生:
kuaipan4uk
可以看出是缺了boost库还有libcrypto++9和libcurl3-nss
首先解决boost库的问题
在boost官网下载1.54的库,解压,进入目录后运行
./bootstrap.sh
./b2
./b2 install
就算安装完成了
然后解决libcrypto++9的问题
sudo apt-get install libcrypto++9
报错如下
kuaipan4uk : 依赖: libboost-filesystem1.54.0 但无法安装它
依赖: libboost-iostreams1.54.0 但无法安装它
依赖: libboost-regex1.54.0 但无法安装它
依赖: libboost-system1.54.0 但无法安装它
依赖: libboost-thread1.54.0 但无法安装它
依赖: libcurl3-nss (>= 7.23.1) 但是它将不会被安装
Boost我们已经装了,libcurl3-nss等会装,于是强行安装
sudo apt-get -f install
sudo apt-get install libcrypto++9
再继续解决libcurl3-nss
sudo apt-get install libcurl3-nss
然后在快盘的下载的目录继续运行
dpkg -i --force-all kuaipan4uk_1.0_amd64.deb
OK搞定
附图一张
DeepinScreenshot20131230215015.png
Reply
Like 0
Favorite
View the author
All Replies
21wmd
deepin
2014-01-01 01:43
#1
好的,我们尽快将新版本加入仓库。
Reply
Like 0
View the author
newton91
deepin
2014-01-04 22:21
#2
我也安装好了但是无法登陆,显示网络未连接,但是我的确是有网,我安装的32位的,系统也是deepin2012 32位的
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
The settings menu needs to be translated into Russian.
Error during system installation
Treeland not working
Deepin Native Apps not launching in the latest version
deepin marşı
Fantastic experience on Deepin
Popular Events
More
但是安装时发生了些问题,记录下来供各位参考,另外希望官方尽快把boost1.54的库还有1.55的库加到官方源中哈,我们这些写c++代码对boost的依赖还是很强的。。。
说明下,这里使用的64位的2013版本的deepin,装的也是64位的快盘
下面就是遇到的问题和解决方式了
使用金山快盘(http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=21),安装时提示找不到一个boost-filesystem1.54的一个库,发现源里面没有,于是改到测试源,发现也没有,于是再要换源试试,发现,不关闭软件中心就不能看到当前使用的源。于是重启软件中心可以看到了,但还是没有1.54的库,决定自己编了。
使用dpkg -i kuaipan4uk_1.0_amd64.deb观察依赖库报错信息
dpkg: dependency problems prevent configuration of kuaipan4uk:
kuaipan4uk 依赖于 libboost-filesystem1.54.0;然而:
未安装软件包 libboost-filesystem1.54.0。
kuaipan4uk 依赖于 libboost-iostreams1.54.0;然而:
未安装软件包 libboost-iostreams1.54.0。
kuaipan4uk 依赖于 libboost-regex1.54.0;然而:
未安装软件包 libboost-regex1.54.0。
kuaipan4uk 依赖于 libboost-system1.54.0;然而:
未安装软件包 libboost-system1.54.0。
kuaipan4uk 依赖于 libboost-thread1.54.0;然而:
未安装软件包 libboost-thread1.54.0。
kuaipan4uk 依赖于 libcrypto++9;然而:
未安装软件包 libcrypto++9。
kuaipan4uk 依赖于 libcurl3-nss (>= 7.23.1);然而:
未安装软件包 libcurl3-nss。
dpkg: error processing kuaipan4uk (--install):
依赖关系问题 - 仍未被配置
正在处理用于 desktop-file-utils 的触发器...
正在处理用于 gnome-menus 的触发器...
在处理时有错误发生:
kuaipan4uk
可以看出是缺了boost库还有libcrypto++9和libcurl3-nss
首先解决boost库的问题
在boost官网下载1.54的库,解压,进入目录后运行
./bootstrap.sh
./b2
./b2 install
就算安装完成了
然后解决libcrypto++9的问题
sudo apt-get install libcrypto++9
报错如下
kuaipan4uk : 依赖: libboost-filesystem1.54.0 但无法安装它
依赖: libboost-iostreams1.54.0 但无法安装它
依赖: libboost-regex1.54.0 但无法安装它
依赖: libboost-system1.54.0 但无法安装它
依赖: libboost-thread1.54.0 但无法安装它
依赖: libcurl3-nss (>= 7.23.1) 但是它将不会被安装
Boost我们已经装了,libcurl3-nss等会装,于是强行安装
sudo apt-get -f install
sudo apt-get install libcrypto++9
再继续解决libcurl3-nss
sudo apt-get install libcurl3-nss
然后在快盘的下载的目录继续运行
dpkg -i --force-all kuaipan4uk_1.0_amd64.deb
OK搞定
附图一张
DeepinScreenshot20131230215015.png