热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

kaliinstallfcitx

1卸载fcitx相关软件包如果系统安装了fcitx相关东西,需要卸载,因为源的fcitx版本太低.请谨慎,后果自负.apt-

1 卸载fcitx相关软件包

如果系统安装了fcitx相关东西,需要卸载,因为源的fcitx版本太低.请谨慎,后果自负.

apt-get purge fcitx-*

2 手动下载最新的fcitx软件包

手动麻烦,且安装顺序有依赖,上个脚本.

#!/bin/bash
#
# The MIT License (MIT)
# Copyright (c)
2014 fishcried(tianqing.w@gmail.com)
#pkgs
="fcitx-libs_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-libs-qt_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-bin_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-data_4.2.8.4-3~bpo70+1_all.deb \fcitx-modules_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-module-dbus_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-module-kimpanel_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-module-lua_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-module-x11_4.2.8.4-3~bpo70+1_amd64.deb \fcitx_4.2.8.4-3~bpo70+1_all.deb \fcitx-tools_4.2.8.4-3~bpo70+1_amd64.deb \fcitx-ui-classic_4.2.8.4-3~bpo70+1_amd64.deb "

ftpaddr
="http://ftp.debian.org/debian/pool/main/f/fcitx"for pkg in $pkgs
doecho "wget $ftpaddr/$pkg && dpkg -i $pkg "
done#dpkg
-i $1

3  安装完后还有依赖:

apt-get install -f

fcitx-table-wubi

apt-get install fcitx-table-wubi fcitx-frontend-all

4  安装图形界面的配置工具:

apt-get install fcitx-config-gtk2

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

.

转:https://www.cnblogs.com/outline/p/4361809.html



推荐阅读
author-avatar
ruigh
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有