linux|ubuntu 18.10安装chrome和wps

前言
安装了Ubuntu,上一章讲了安装生产力工具,笔者是intellij,现在介绍一个小技巧
gnome dock 点击图标最小化

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

【linux|ubuntu 18.10安装chrome和wps】进入正题,安装chrome和wps
1.chrome
chrome是日常必备浏览器,有很多非常丰富的插件。下面介绍ubuntu 18.10下chrome的安装
chrome下载
32位下载
https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64位
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

安装
sudo dpkg -i google-chrome-stable_current_amd64.deb

修复
sudo apt-get -f install

2.卸载firefox浏览器
查看firefox安装了那些组件
dpkg --get-selections |grep firefox

linux|ubuntu 18.10安装chrome和wps
文章图片

卸载这些组件
sudo apt-get purge firefox firefox-locale-en firefox-locale-zh-hans

linux|ubuntu 18.10安装chrome和wps
文章图片

3.wps
官方下载wps
http://www.wps.cn/product/wpslinux
目前最新版是wps-office_10.1.0.6757_amd64.deb
执行
sudo dpkg -i wps-office_10.1.0.6757_amd64.deb

linux|ubuntu 18.10安装chrome和wps
文章图片

启动的时候字体有问题
在Linux系统中挂载Windows系统盘,并且搜索".ttf",从搜索到的文件中查找缺失的字体文件,然后复制到Linux系统中的/usr/share/fonts/wps-office文件夹中即可。

    推荐阅读