安装Ubuntu16.10后要做哪些事

0.更换软件源:Settings - Software&Updates - Download from中选择一个国内的源,然后按照提示更新

1.由于安装的是Windows和Ubuntu双系统,两个系统的时间不对,相差八小时,首先要调整系统时间,在Ubuntu16.10下进行。

   解决办法是输入命令:timedatectl set-local-rtc true

2.将启动器移动到屏幕下方。gsettings set com.canonical.Unity.Launcher launcher-position Bottom

(Bottom改为Left可重新移动到左侧,输入Right无效)

3.调整启动器图标大小。系统设置——外观,底部可看见“启动器图标大小”选项,默认是48,调整到30

4.安装Chrome浏览器。http://www.cnblogs.com/deitymon/p/5926450.html

5.卸载LibreOffice。sudo apt-get purge libreoffice* ,sudo apt-get autoremove

6.安装WPS for Linux。下载地址:http://community.wps.cn/download/。选择alpha版deb包。

Linux 64 bit需要通过安装32 bit的库来获得支持。

#sudo apt-get install ia32-libs

但是输入命令后系统提示ia32-libs软件包缺失,需要用lib32ncurses5和lib32z1代替。于是运行

#sudo apt-get install lib32ncurses5

#sudo apt-get install lib32z1

再dpkg安装程序安装包

#sudo dpkg -i wps-office_10.1.0.5672~a21_amd64.deb

提示wps-office 依赖于 libpng12-0;然而:未安装软件包 libpng12-0。该软件包已丢失可用ttf-mscorefonts-installer代替。

要先运行下面的命令将已安装的wps-office卸载:

#apt-get -f install

然后安装依赖关系:

#sudp apt-get install ttf-mscorefonts-installer

之后libpng12-0依赖关系还是出错,到下面的地址下载libpng12-0然后安装:

https://packages.debian.org/zh-cn/wheezy/amd64/libpng12-0/download。

#sudo dpkg -i libpng12-0_1.2.49-1+deb7u2_amd64.deb

安装好后到Dash中搜索WPS启动并锁定到启动器,会报错显示缺失字体:

Symbol,Wingdings,Wingdings2,Wingdings3,MT-Extra

进入home文件夹,按Ctrl+h显示所有文件夹,查看有没有.fonts文件夹,如果没有就创建一个,然后到网上下载相关字体放入该文件夹中

7.安装vim编辑器。sudo apt-get install vim

8.安装unrar。sudo apt-get install rar unrar

9.删除Amazon的链接:sudo apt-get remove unity-webapps-common

10.安装Git:sudo apt-get install git

11.主题美化,安装Unity Tweak Tool:到Ubuntu软件中心搜索Unity Tweak Tool并安装

 

posted @ 2016-10-16 16:36  沉淀·绽放  阅读(6575)  评论(0编辑  收藏  举报