xface 的网站地址是 https://www.xfce.org/download
首先,通过在终端中运行以下命令,确保所有系统软件包都是最新的
sudo apt update
sudo apt upgrade
sudo apt install apt-transport-https gnupg2 software-properties-common
在 Ubuntu 22.04 上安装 Xfce 桌面环境
sudo apt install xfce4
在安装过程中,系统将提示您选择默认显示管理器。选择“lightdm”,然后按回车键。
然后reboot
修改xfce4的时间
ln -sf /usr/share/zoneinfo/PRC /etc/localtime
安装fcitx和fcitx-table-wbpy(五笔拼音)
~$ sudo apt install fcitx fcitx-table-wbpy
安装输入法的步骤看这一篇文章(连接)
安装中文语言包
安装语言包的文章看这一篇文章(链接)
安装语言环境设置 SSH中输入命令
sudo apt-get -y install locales xfonts-intl-chinese fonts-wqy-microhei
sudo apt-get -y install locales xfonts-intl-chinese fonts-wqy-microhei
运行语言环境设置
sudo dpkg-reconfigure locales
这里用键盘上的向下箭头一直滑动到最下面 ,找到zh_CN开头的语言,依次按空格键选择,选择完后按Tab键选择ok!
这一步是问系统默认的语言选择是什么,默认的是en_us,我们用光标选择zh_CN.UTF-8 然后选OK键。然后等待系统安装语言包。
输入法最终的解决方案是 安装了fcitx5
sudo apt install fcitx5 \
fcitx5-chinese-addons \
fcitx5-frontend-gtk4 fcitx5-frontend-gtk3 fcitx5-frontend-gtk2 \
fcitx5-frontend-qt5
未经允许不得转载:微信 美文-微信文章库-我的知识库 » 在ubuntu上面安装xface