- 1、本文档共20页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ubuntu14.04安装后配置
ubuntu14.0464位安装WPS(成功解决没有ia32-libs的问题)
2014-05-12 我来说两句 来源:ubuntu14.04 64位安装WPS(成功解决没有ia32-libs的问题)
收藏 我要投稿
前几天,就把自己的系统换成了ubuntu14.04 64位的。然后就是安装WPS了(戳这里进入官网下载)。由于官网提供的WPS是32位的操作系统,所以64位的操作系统不能用。因此我们还要安装32位操作系统的库文件。官网提供的方法为:
\
但是发现ubuntu14.04根本就没有这个。在网上找了大半天,试了好多办法都没有用,今天又来谷歌,终于找到一个可行的办法。下面是我的一些操作:
zhiniaobu@telunsu-K55VD:~$ sudo passwd root
[sudo] password for zhiniaobu:
输入新的 UNIX 密码:
重新输入新的 UNIX 密码:
passwd:已成功更新密码
zhiniaobu@telunsu-K55VD:~$ su root
密码:
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 /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演示的界面,有图有真相大笑\
Ubuntu14.04更改为MAC风格
发表于8天前(2014-05-10 13:48) 阅读(18) | 评论(0) 0人收藏此文章, 我要收藏
赞0
目录[-]
1: Mac wallpapers
2: Docky
3: Mac OS X Lion Theme, Icons and cursors:
4: Apply MBuntu Splash:
5: Install MacBuntu theme for LightDM:
6: Indicator Synapse (Alternative to Spotlight)
7: Replace Ubuntu Desktop text with Mac on the Panel
8: Replace Overlay Scroll-bars with Normal
9: Remove White Dots and Ubuntu Logo from Lock Screen:
10: Apple Logo in Launcher
11: Auto-hide Unity Launcher:
12: Unity Tweak Tool to change Themes Icons:
13: Install Monochrome icons for Libreoff
文档评论(0)