1、安装五笔
apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-rime rime-data-wubi ibus-table-wubi
需要重新启动计算(建议)
安装完成后到 设备 -> 键盘 ->添加相应的中文输入法
2、在系统中添加中文环境
apt install locales
dpkg-reconfigure locales
在zh_CN.UTF-8 UTF8的前面打成星号,然后选择保存(ok) –> 在系统环境中设置默认语言,选择zh_CN.UTF-8,然后再选择保存(ok)
vim /etc/default/locale
添加下面内容
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"
LC_ALL="zh_CN.UTF-8"
选择安装字体
apt install fonts-wqy-microhei fonts-wqy-zenhei fonts-noto-cjk fonts-arphic-ukai fonts-arphic-uming
重启即可
3、启动命令行模式
systemctl set-default multi-user.target
4、安装mplayer
apt install mplayer ffmpeg libavcodec-extra smplayer
5、配置gnome工具
apt install -t bookworm-backports gnome-shell-extension-dashtodock/stable gnome-shell-extension-dash-to-panel/stable