ubuntukylin中wps安装不上的问题

说明安装的是ubuntukylin是64 位的。
依赖关系不满足:libc6(》=2.12)

WPS Office including Writer, Presentation and Spreadsheets, is a powerful office suite, which is able to process word file, produce wonderful slides, and analyze data as well.It is deeply compatible with all of the latest Microsoft Office file formats. It can easily open and read the documents created with Microsoft Office.

This is the Linux version, and it’s now an BETA package.
该怎么解决呀?求解呀!

只需两个命令:
sudo apt-get install libc6-i386
sudo apt-get install ia32-libs

waterlily@waterlily-Lenovo-IdeaPad-Y470:~$ sudo apt-get install libc6-i386
[sudo] password for waterlily:
正在读取软件包列表… 完成
正在分析软件包的依赖关系树
正在读取状态信息… 完成
E: 未发现软件包 libc6-i386
waterlily@waterlily-Lenovo-IdeaPad-Y470:~$ sudo apt-get install ia32-libs
正在读取软件包列表… 完成
正在分析软件包的依赖关系树
正在读取状态信息… 完成
E: 未发现软件包 ia32-libs
waterlily@waterlily-Lenovo-IdeaPad-Y470:~$

以上是运行那辆个命令的结果。却是为何?

waterlily@waterlily-Lenovo-IdeaPad-Y470:~$ sudo apt-get update
[sudo] password for waterlily:
错误 http://cn.archive.ubuntu.com raring InRelease

错误 http://cn.archive.ubuntu.com raring-updates InRelease

错误 http://cn.archive.ubuntu.com raring-backports InRelease

错误 http://cn.archive.ubuntu.com raring Release.gpg
不能连接到 cn.archive.ubuntu.com:http:
错误 http://cn.archive.ubuntu.com raring-updates Release.gpg
不能连接到 cn.archive.ubuntu.com:http:
错误 http://cn.archive.ubuntu.com raring-backports Release.gpg
不能连接到 cn.archive.ubuntu.com:http:
错误 http://security.ubuntu.com raring-security InRelease

错误 http://security.ubuntu.com raring-security Release.gpg
无法发起与 security.ubuntu.com:80 (2001:67c:1360:8c01::18) 的连接 - connect (101: 网络不可达) [IP: 2001:67c:1360:8c01::18 80]
正在读取软件包列表… 完成
W: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/raring/InRelease

W: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/raring-updates/InRelease

W: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/raring-backports/InRelease

W: 无法下载 http://security.ubuntu.com/ubuntu/dists/raring-security/InRelease

W: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/raring/Release.gpg 不能连接到 cn.archive.ubuntu.com:http:

W: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/raring-updates/Release.gpg 不能连接到 cn.archive.ubuntu.com:http:

W: 无法下载 http://cn.archive.ubuntu.com/ubuntu/dists/raring-backports/Release.gpg 不能连接到 cn.archive.ubuntu.com:http:

W: 无法下载 http://security.ubuntu.com/ubuntu/dists/raring-security/Release.gpg 无法发起与 security.ubuntu.com:80 (2001:67c:1360:8c01::18) 的连接 - connect (101: 网络不可达) [IP: 2001:67c:1360:8c01::18 80]

W: Some index files failed to download. They have been ignored, or old ones used instead.
waterlily@waterlily-Lenovo-IdeaPad-Y470:~$

这也是个难题。

补充,网络正常可以开网页。经过查询那个IP是英国的。

我也遇到过类似情况,换个时段再试试,应该是网路问题。

换个软件源

换源换哪个源好呢?我装的是ubuntukylin会不会换得源不合适而跟新后变成ubuntu呢?源怎么换?

这个是怎么回事呀?求助?

直接官网下个包装:)

你安装的UbuntuKylin是64位的,而现在wps只提供了32位的,所以是安装不了的,要么安装32位的系统,要么等64位的wps出来。

遇到同样的问题,最后果断换成32位,免得以后还会有其他软件问题

应该用sudo apt-get install ia32-libs这一个命令就够了吧,反正我是这么装的,这命令用不了的话可能是网络运营商做了限制

安装ia32-lib库

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install ia32-libs

尝试运行一下 sudo apt-get update后
再执行sudo apt-get install ia32-libs
第二个问题应该是网络不好