补充安装 WPS Office 的方法.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-05-09 14:09:07 +08:00
parent fe88168e4a
commit 204203c716
2 changed files with 41 additions and 0 deletions

View File

@ -9,3 +9,10 @@
7. sudo mkfontdir
8. sudo mkfontscale
9. sudo fc-cache
or
```sh
# Manjaro
yaourt -S ttf-wps-fonts
```

View File

@ -290,3 +290,37 @@ alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
```
## 安装 WPS Office
```sh
yaourt -S wps-office-cn
```
如果校验失败,则到“/tmp/yaourt-tmp-\<user name\>/aur-wps-office-cn/“目录下对 deb 包重新校验:
```sh
sha1sum <wps-office>.deb
```
然后重新安装 wps-office-cn 并修改 PKGBUILD 文件中的 sha1sums 值为以上实际得到的校验值。
```sh
==> 编辑 PKGBUILD [Y/n] ("A" 忽略)
==> ----------------------------
==> Y
```
保存 PKGBUILD 退出并继续安装。
安装 Symbol fonts 否则启动 WPS 时会有警告提示:
```sh
yaourt -S ttf-wps-fonts
```
可选择安装以下字体:
```sh
yaourt -S wps-office-fonts
```