萌新:大佬大佬 linux(debain,ubuntu kali ) 依赖关系怎么解决
大佬: … 删了吧
简介
(其实这个东西我强调了很多次 如果是依赖关系出问题 表明原因是linux版本问题 有其实debain系 2016以上的版本都会经常出现这种问题 尽管很多大佬在网上发布了解决方案和一些脚本工具 经过我的测试和其他人反馈 确实是bug在不断更新 现在就要考虑本质因素了
操作
sudo apt-get update sudo apt install fcitx fcitx-googlepinyin #(新机)出现蓝色背景板提示是否重启进程 选yes reboot
重启后就可切换google拼音输入法
切换
ctrl+空格
shift
旧版必然不一样
在左上角菜单栏输入 fcitx 然后添加中文
bug
└─$ sudo apt-get install fcitx-googlepinyin [sudo] password for chen: E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. sudo dpkg --configure -a └─$ sudo apt-get install fcitx-googlepinyin Reading package lists... Done Building dependency tree... Done Reading state information... Done fcitx-googlepinyin is already the newest version (0.1.6-5). You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: libapache2-mod-php : Depends: libapache2-mod-php7.4 but it is not installable E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). apt --fix-broken install