首页 > 技术文章 > ubuntu14.04 64位安装WPS(成功解决没有ia32-libs的问题)

jzdwajue 2017-06-12 15:17 原文

      前几天,就把自己的系统换成了ubuntu14.04 64位的。

然后就是安装WPS戳这里进入官网下载

因为官网提供的WPS是32位的操作系统,所以64位的操作系统不能用。因此我们还要安装32位操作系统的库文件。官网提供的方法为:

      可是发现ubuntu14.04根本就没有这个。在网上找了大半天,试了好多办法都没实用,今天又来谷歌,最终找到一个可行的办法。以下是我的一些操作:

zhiniaobu@telunsu-K55VD:~$ sudo passwd root 
[sudo] password for zhiniaobu: 
输入新的 UNIX password: 
又一次输入新的 UNIX password: 
passwd:已成功更新password
zhiniaobu@telunsu-K55VD:~$ su root
password: 
root@telunsu-K55VD:/home/zhiniaobu# cd /etc/apt/sources.list.d/
root@telunsu-K55VD:/etc/apt/sources.list.d# ls
sogoupinyin.list
root@telunsu-K55VD:/etc/apt/sources.list.d# echo "deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse" > ia32-libs-raring.list
root@telunsu-K55VD:/etc/apt/sources.list.d# apt-get update 
root@telunsu-K55VD:/etc/apt/sources.list.d# apt-get install ia32-libs

      经过上面的操作,我的WPS能够使用了,如今我们能够把以下的ia32-libs-raring.list删除了。当然不删除也能够(sogoupinyin.list是我安装搜狗输入法的时候自己主动添加的)。

root@telunsu-K55VD:/etc/apt/sources.list.d# pwd
/etc/apt/sources.list.d
root@telunsu-K55VD:/etc/apt/sources.list.d# ls
ia32-libs-raring.list  sogoupinyin.list
root@telunsu-K55VD:/etc/apt/sources.list.d# rm ia32-libs-raring.list
root@telunsu-K55VD:/etc/apt/sources.list.d# ls
sogoupinyin.list
root@telunsu-K55VD:/etc/apt/sources.list.d# 
以下是我执行WPS演示的界面。有图有真相大笑

推荐阅读