Debian/Ubuntu安装WPS (转)
卸载libreoffice
sudo apt-get remove --purge libreoffice*
官网下载WPS
http://wps-community.org/downloads?vl=2019#download
http://wps-community.org/downloads?vl=2016#download
http://wps-community.org/downloads?vl=fonts#download
用命令行安装或双击安装:
sudo dpkg -i wps-office_10.1.0.6758_amd64.deb
sudo dpkg -i wps-office-fonts_1.0_all.deb
下载额外的字体包
https://pan.baidu.com/s/1eS6xIzo
###开始安装
# 建立字体文件夹
sudo mkdir /usr/share/fonts/wps-office
# 把字体解压到里面 如果还有缺失,就去Windows下面拷过来放这里
消除一下缓存和生成新的缓存
sudo mkfontscale
sudo mkfontdir
sudo fc-cache
参考:https://blog.csdn.net/qq_14824885/article/details/81286682
Debian/Ubuntu安装WPS (转)的更多相关文章
- ubuntu 安装 WPS for Linux(ubuntu)字体配置(字体缺失解决办法)及卸载libreoffice
		
从官网下载安装wps for Linux sudo dpkg -i wps-office_10.1.0.5672~a21_amd64.deb 启动WPS for Linux后,出现提示"系统 ...
 - Debian/Ubuntu安装SSH-Server(SFTP)
		
在Debian/Ubuntu命令行执行: sudo apt-get update sudo apt-get install ssh sudo apt-get install openssh-serve ...
 - Ubuntu安装wps for linux
		
1.WPS For Linux 2013 还是只提供了32位版本,我用的是 64位 Ubuntu,如果您也是64位系统,还需要提前安装一些32位的库文件. sudo apt-get install i ...
 - debian/ubuntu安装桌面环境
		
apt-get install xorg apt-get install gnome 然后startx ubuntu 安装Gnome桌面 1.安装全部桌面环境,其实Ubuntu系列桌面实际上有几种桌面 ...
 - ubuntu安装WPS
		
自带的LiberaOffice略渣,还是安上WPS吧. 直接按官网上的sudo apt-get install ia32-libs根本无法运行.需要先做个补丁. 用sudo gedit打开编辑器,输入 ...
 - 64位ubuntu安装WPS
		
http://jingyan.baidu.com/article/d3b74d64afd96f1f77e609a3.html http://sixipiaoyang.blog.163.com/blog ...
 - debian/ubuntu安装mssql
		
添加源: debian源:deb [arch=amd64] https://packages.microsoft.com/debian/10/prod buster main ubuntu源:deb ...
 - Ubuntu 安装WPS
		
1.到官网下载deb安装包 http://community.wps.cn/download/ 2.安装 sudo dpkg -i wps-office_10.1.0.5672~a21_amd64.d ...
 - Debian/Ubuntu 安装bcm43142无线网卡驱动
		
Drivers for Broadcom BCM43142 wireless card of Ubuntu/Debian 64-bit Linux 1.Check the wireless card ...
 
随机推荐
- ELK Stack (2) —— ELK + Redis收集Nginx日志
			
ELK Stack (2) -- ELK + Redis收集Nginx日志 摘要 使用Elasticsearch.Logstash.Kibana与Redis(作为缓冲区)对Nginx日志进行收集 版本 ...
 - 课程回顾5in1
			
提出过的问题 问题1:敏捷开发在现阶段急于使用或试行,会不会得到相反的结果? 整个开发流程在施行了一整个学期,有积极的影响,也有消极的影响.例如通过这个流程的实施,规划短期的项目进度,使得成员能逐步了 ...
 - PAT 甲级 1078 Hashing
			
https://pintia.cn/problem-sets/994805342720868352/problems/994805389634158592 The task of this probl ...
 - [转帖]QEMU和QEMU-KVM的关系
			
QEMU和QEMU-KVM的关系 https://blog.csdn.net/shengxia1999/article/details/52244119 版权声明:本文为博主原创文章,未经博主允许 ...
 - win7下php7.1运行getenv('REMOTE_ADDR')fastcgi停止运行
			
// 本地环境phpStudy, PHP7.1.13nts+nginx,切换Apache也不行//ps:php版本<=7.0正常echo "<pre>";// $ ...
 - PSP(3.23——3.29)以及周记录
			
3.23 9:30 10:30 15 45 Android Studio 界面设计学习 A Y min 13:00 13:15 0 15 站立会议 A Y min 23:20 23:45 0 25 英 ...
 - Hbase之JAVA API不能远程访问问题解决
			
1.配置Linux的hostname2.配置Linux的hosts,映射ip的hostname的关系3.配置访问windows的hosts 参考文档:http://blog.csdn.net/ty49 ...
 - JXOI2017颜色  解题报告
			
JXOI2017颜色 首先记录每个位置上颜色在序列中上次出现的位置 开两颗线段树,第一棵维护区间最大值,实际上是维护当前必须被删去的颜色的位置的最大值,第二棵则是维护区间和 首先倒着扫一遍,对于当前颜 ...
 - exgcd模板
			
逆元模板P1082 #include <cstdio> #include <algorithm> int exgcd(int a, int b, int &x, int ...
 - Activiti学习——Activiti与Spring集成
			
转: Activiti学习——Activiti与Spring集成 与Spring集成 基础准备 目录结构 相关jar包 Activiti的相关jar包 Activiti依赖的相关jar包 Spring ...