📌  相关文章
📜  安装 wps ubuntu 20.04 多语言 - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:09:25.477000             🧑  作者: Mango

安装 WPS Ubuntu 20.04 多语言 - Shell-Bash

在 Ubuntu 20.04 上安装 WPS 多语言版本的过程并不太复杂,本文将为程序员们提供详细的步骤。

步骤 1:添加 WPS 仓库

我们需要添加 WPS 的仓库,以便在 Ubuntu 20.04 上安装 WPS。

打开终端并输入以下命令:

sudo add-apt-repository 'deb http://linux.wps.com/ stable ttf-mscorefonts-installer'
步骤 2:下载 WPS

执行以下命令下载 WPS:

wget -O wps-office.deb https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/wps-office_11.1.0.10161_amd64.deb
步骤 3:安装 WPS

安装 WPS 使用以下命令:

sudo dpkg -i wps-office.deb
sudo apt-get install -f
步骤 4:安装中文字体

WPS Office 需要一些中文字体才能正常工作,执行以下命令:

sudo apt-get install ttf-mscorefonts-installer
步骤 5:安装语言包

现在,我们需要安装 WPS 多语言包,用于显示 WPS 中的菜单和帮助信息。

执行以下命令:

wget -O wps-office-language-all.deb https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/wps-office_11.1.0.10161_amd64_langpacks_all.deb
sudo dpkg -i wps-office-language-all.deb
sudo apt-get install -f
结论

通过本文提供的步骤,我们可以轻松在 Ubuntu 20.04 上安装 WPS 多语言版本。现在您可以享受 WPS 带来的诸多优势了。

返回代码片段
```bash
sudo add-apt-repository 'deb http://linux.wps.com/ stable ttf-mscorefonts-installer'
wget -O wps-office.deb https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/wps-office_11.1.0.10161_amd64.deb
sudo dpkg -i wps-office.deb
sudo apt-get install -f
sudo apt-get install ttf-mscorefonts-installer
wget -O wps-office-language-all.deb https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/10161/wps-office_11.1.0.10161_amd64_langpacks_all.deb
sudo dpkg -i wps-office-language-all.deb
sudo apt-get install -f