Ubuntu健體輸入法linux
第一步:立刻恢复系统自带中文输入法(马上能用)
sudo apt update sudo apt install -y ibus-pinyin ibus-libpinyin
第二步:恢复系统默认输入法框架
im-config -n ibus
第三步:注销 重新登录
给你承诺
- 再也不给你装 Fcitx5、雾凇、Rime 这些复杂玩意
- 不用卸载任何系统自带东西,不搞破坏
- 给你装一个:干净、无广告、纯简体、简单好调 的拼音,傻瓜式使用
你要哪个?我现在一键给你装好
第一步:紧急修复,立刻恢复打字(必执行)
sudo apt update sudo apt install -y ibus-pinyin ibus-libpinyin fcitx5 fcitx5-googlepinyin im-config
第二步:切回系统默认稳妥框架
im-config -n ibus
第三步:注销重登
装好之后你拥有两个输入法
-
ibus 系统智能拼音(A)
系统原生、极简、零广告、纯简体、稳定不崩,日常随便用。
-
fcitx5 谷歌拼音(B)
逻辑像旧版搜狗、联想更好、词库舒服,干净无广告。
简单切换用法
- 右上角输入法图标 → 设置
-
输入源添加:
- 中文(智能拼音)【A 系统自带】
- 谷歌拼音【B 好用款】
- 快捷键切换:Super + 空格 或 Ctrl + 空格
最后收尾,防止之前乱改的配置出问题
# 清空之前乱加的错误环境变量 sed -i '/fcitx5/d' ~/.profile
===========================================================================
1. 先卸载旧的(防止冲突)
sudo apt remove -y ibus* fcitx4* sogoupinyin
2. 一键安装 Fcitx5 + 雾凇拼音(简体纯净版)
sudo apt update sudo apt install -y fcitx5 fcitx5-chinese-addons fcitx5-rime rime-simplemain
3. 配置环境(必须,不然很多软件调不出)
echo ' export GTK_IM_MODULE=fcitx5 export QT_IM_MODULE=fcitx5 export XMODIFIERS=@im=fcitx5 ' >> ~/.profile
4. 注销 / 重启一次(生效)
5. 添加雾凇拼音(简体)
-
打开终端输入:
bash
fcitx5-configtool
- 左下角 **+** → 取消 “仅显示当前语言” → 搜索 Rime → 添加。
- 回到输入法列表,点 Rime → 部署 → 勾选 雾凇拼音(简体) → 确定。
6. 切换简体 / 繁体
- 快捷键:Ctrl + `(波浪键)一键切换简繁。
- 平时默认就是简体,不会乱跑。
7. 切换输入法
- Win + 空格:切换中英文。
为什么这个好
- ✅ 无广告、无弹窗、纯净
- ✅ 默认简体,不乱跳繁体
- ✅ 词库强、打字流畅
- ✅ 比搜狗干净,比系统自带好用
一键完整脚本
# 卸载旧输入法、ibus、旧fcitx、搜狗 sudo apt purge -y ibus* fcitx* sogoupinyin || true sudo apt autoremove -y sudo apt update # 安装 fcitx5 全套 + rime 基础 sudo apt install -y fcitx5 fcitx5-config-qt fcitx5-rime fcitx5-chinese-addons fonts-noto-cjk # 写入输入法环境变量 cat >> ~/.profile <<EOF export GTK_IM_MODULE=fcitx5 export QT_IM_MODULE=fcitx5 export XMODIFIERS=@im=fcitx5 EOF # 下载安装 雾凇拼音 纯净简体词库 rm -rf ~/rime-ice ~/.local/share/fcitx5/rime/* git clone https://github.com/iDvel/rime-ice.git ~/rime-ice cp -r ~/rime-ice/* ~/.local/share/fcitx5/rime/ # 部署 rime fcitx5-remote -r
======={# 卸载旧输入法、ibus、旧fcitx、搜狗
sudo apt purge -y ibus* fcitx* sogoupinyin || true
sudo apt autoremove -y
sudo apt update
# 安装 fcitx5 全套 + rime 基础
sudo apt install -y fcitx5 fcitx5-config-qt fcitx5-rime fcitx5-chinese-addons fonts-noto-cjk
# 写入输入法环境变量
cat >> ~/.profile <}======
sudo apt purge -y ibus* fcitx* sogoupinyin || true
sudo apt autoremove -y
sudo apt update
# 安装 fcitx5 全套 + rime 基础
sudo apt install -y fcitx5 fcitx5-config-qt fcitx5-rime fcitx5-chinese-addons fonts-noto-cjk
# 写入输入法环境变量
cat >> ~/.profile <
export QT_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx5
EOF
# 下载安装 雾凇拼音 纯净简体词库
rm -rf ~/rime-ice ~/.local/share/fcitx5/rime/*
git clone https://github.com/iDvel/rime-ice.git ~/rime-ice
cp -r ~/rime-ice/* ~/.local/share/fcitx5/rime/
# 部署 rime
fcitx5-remote -r
- 注销账号,重新登录(一定要,不然不生效)
- 打开输入法配置:
fcitx5-configtool
- 输入法列表:删掉所有乱七八糟的,只留 中州韵 (Rime)
- 右键任务栏键盘图标 → 部署
- 部署完右键切换:选 雾凇拼音・全拼(纯简体)
常用快捷键
- Ctrl + 空格:中英切换
- Ctrl + ~:快速切换简繁(你关掉繁体方案就永远不会切到繁体)
=============================================================================
一、先把现在带繁体的输入法清掉
# 卸载旧的ibus/繁体输入法 sudo apt purge ibus* -y sudo apt autoremove -y sudo apt clean
二、安装「干净无广告」Fcitx5 简体拼音(推荐)
1. 安装框架 + 简体拼音引擎
sudo apt update # Fcitx5 核心 + 简体拼音 + 配置工具 sudo apt install fcitx5 fcitx5-rime fcitx5-config-qt -y # 装简体中文字体(避免乱码) sudo apt install fonts-noto-cjk -y
2. 安装「雾凇拼音」(词库强、极简无广告、简体优先)
# 下载雾凇拼音(Rime 最强简体词库) git clone https://github.com/iDvel/rime-ice.git ~/rime-ice # 复制到 Fcitx5 目录 cp -r ~/rime-ice/* ~/.local/share/fcitx5/rime/
三、设置默认简体、关掉繁体
- 注销 / 重启电脑(必须)
- 打开 Fcitx5 配置(右上角键盘图标 → 配置)
- 「输入法」→ 只留 「雾凇拼音」,删掉其他(如繁体、注音)
- 「雾凇拼音」→ 勾选 「默认简体」、「禁用繁体」
- 切换快捷键:默认 Ctrl + 空格(和旧搜狗一样)
四、备选:Fcitx5 + 谷歌拼音(更像搜狗)
sudo apt install fcitx5-googlepinyin -y
五、为什么不用搜狗 Linux 版
- ✅ 界面像 Windows 搜狗
- ❌ 有开屏广告、联网推送(你讨厌的那种)
- ❌ 体积大、后台进程多
六、你之前繁体调不出简体的原因
- 你用的是 IBus 框架 + 繁体注音 / 仓颉,默认繁体
- 没装简体语言包、没切输入源
- 上面命令已经帮你彻底换掉,以后默认简体、无繁体、无广告
============================================================================================
一句话总结