MX Linux

MX Linux

    MX Linux是基于Debian稳定分支的面向桌面的Linux发行,它是antiX及早先的MEPIS Linux社区合作的产物。它采用Xfce作为缺省桌面,是一份中量级操作系统,并被设计为优雅而高效的桌面与如下特性的结合:配置简单、高度稳定、性能可靠、占用空间不大也不小。

点击进入 >> 官方网站


镜像下载

阿里 | 交大 | 清华 | 开源站

更换国内源

1.备份原始源文件
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

2.查询系统版本
cat /etc/os-release

3.编辑源配置文件
sudo nano /etc/apt/sources.list

4.添加国内镜像源‌(根据版本选择)

清华源‌:https://mirrors.tuna.tsinghua.edu.cn/help/debian/
阿里源:https://developer.aliyun.com/mirror/?serviceType=mirror
华为源:https://mirrors.huaweicloud.com/home
科大源:https://mirrors.ustc.edu.cn/help/debian.html

5.保存并更新软件包列表后退出



### MX Linux 中文输入法安装 ###

# 安装部分依赖
apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2 libgsettings-qt1 fcitx fcitx-config-gtk

# 下载搜狗deb包并安装
dpkg -i sogoupinyin_4.2.1.145_amd64.deb

安装上述报错中所需的依赖
apt -f -y install

# 删除配置文件夹,关键的一步
rm -rf ~/.config/fcitx

## 安装ui界面
apt install fcitx-ui-classic

## 建议在此卸载搜狗,安装sunpinyin
dpkg --purge sogoupinyin
apt install fcitx-sunpinyin

fcitx -r #####或 重启或 注销用户 即可


### 注意:若无法通过shift键切换中英文,可通过如下方式解决:
### fcitx配置-全局配置-额外的激活输入法快捷键,选择左shift即可