ubuntu14.04 64位安装WPS(成功解决没有ia32-libs的问题)

前几天,就把自己的系统换成了ubuntu14.04 64位的。然后就是安装WPS了(戳这里进入官网下载)。由于官网提供的WPS是32位的操作系统,所以64位的操作系统不能用。因此我们还要安装32位操作系统的库文件。官网提供的方法为:

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

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

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

[email protected]:/etc/apt/sources.list.d# pwd
/etc/apt/sources.list.d
[email protected]:/etc/apt/sources.list.d# ls
ia32-libs-raring.list  sogoupinyin.list
[email protected]:/etc/apt/sources.list.d# rm ia32-libs-raring.list
[email protected]:/etc/apt/sources.list.d# ls
sogoupinyin.list
[email protected]:/etc/apt/sources.list.d#

下面是我运行WPS演示的界面,有图有真相

ubuntu14.04 64位安装WPS(成功解决没有ia32-libs的问题),布布扣,bubuko.com

时间: 2024-10-02 02:32:07

ubuntu14.04 64位安装WPS(成功解决没有ia32-libs的问题)的相关文章

ubuntu 12.04 64位 安装wps

1.去wps官网下载linux版的软件 http://community.wps.cn/download/ 我这里下载的是Alpha版的kingsoft-office_9.1.0.4280~a12p4_i386.deb 2.安装wps需要一些依赖包: libtiff.so.4 libpng12.so.0 libjpeg.so.62 用以下命令可以查看系统是否有它们: aptitude search libtiff 没有的话可以用以下命令安装: sudo apt-get install aptit

Ubuntu14.04(64位)安装ATI_Radeon_R7_M265显卡驱动

电脑型号:Dell inspiron 14-5447 笔记本 显卡配置:集成显卡Intel核心显卡,Cpu是i5-4210U;独立显卡ATI_Radeon_R7_M265 网上关于ATI/Intel双显卡的帖子很多,刚开始我装的是Ubuntu12.04(64位). 在12.04版本下,使用lshw -c video命令查看显卡信息,集显和独显是都没有驱动的.在这种情况下,照网上方法装fglrx闭源驱动各种失败,换成Ubuntu14.04(64位)后,Intel集显的驱动有了,使用网上办法装fgl

ubuntu14.04 64位 安装H3C iNode客户端

环境: OS: ubuntu14.04LTS 64位 iNode:  iNode2.40-R0162 for linux(此版本只有32位,而且是很久以前的版本) 安装方法: 第一种:主要参考:http://www.lxway.com/491008804.htm 检查本机是64位还是32位: dpkg --print-architecture 然后可以看到amd64,证明当前系统是64位的.然后再输入 dpkg --print-foreign-architectures 看到的是i386证明你已

ubuntu14.04 64位 安装JDK1.7

1 新建文件夹 [email protected]:~$ sudo mkdir /usr/lib/jvm 2 解压文件 [email protected]:~$ sudo tar zxvf jdk-7u71-linux-x64.tar.gz -C /usr/lib/jvm 3 打开设置环境变量文件 [email protected]:~$ sudo gedit /etc/profile [sudo] password for youhaidong: (gedit:6266): IBUS-WARN

ubuntu14.04 64位 安装搜狗输入法

deb格式的搜狗输入法,搜狗拼音官网可以下载到 http://pinyin.sogou.com/linux/?r=pinyin (64位) 2.使用deb安装工具gdebi,这个工具能解决所有依赖问题 #sudo apt-get install gdebi 3.直接安装 #gdebi ~/sogou_pinyin_linux_1.0.0.0033_amd64.deb 然后注销,如果没有出现搜狗请在 系统设置->语言支持->键盘输入方式系统->选择fcitx 注销 注: 如果你的系统已经装

一条命令搞定在VMware中的Ubuntu14.04 64 位安装Docker

对,就是这么炫酷! curl -sSL https://get.docker.com/ | sudo sh 如果提示没有装curl就apt-get install一下,另外提醒一下必须是64位的ubuntu,因为docker已经对32位的不支持了.

ubuntu14.04 64位 安装eclipse

1 在官网上下载eclipse http://www.eclipse.org/downloads/下载eclipse-jee-luna-SR1-linux-gtk-x86_64.tar.gz 2 解压eclipse [email protected]:~$ cd 下载 [email protected]:~/下载$ tar -zxvf eclipse-jee-luna-SR1-linux-gtk-x86_64.tar.gz eclipse/plugins/org.eclipse.datatool

ubuntu14.04 64位 安装eclipse出错

1 错误描述 org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized. org.eclipse.m2e.logback.configuration: Logbac

ubuntu14.04 64位 安装Tomcat

1 下载Tomcat 在htt://www.tomcat.apache.org官网上下载apache-tomcat-7.0.57.tar.gz 2 解压Tomcat [email protected]:~$ cd 下载 [email protected]:~$ [email protected]:~/下载$ tar -zxvf apache-tomcat-7.0.57.tar.gz apache-tomcat-7.0.57/webapps/examples/WEB-INF/classes/cal