当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: fcitx 安装时应该注意的问题   下载的软件包,有两种格式,一种是rpm,一种是tar.gz,我们分别来说怎样安装。
 

 

 ·sccs chapter 6    »显示摘要«
    摘要:list of additional sccs commandslist of additional sccs commandsattention: using non-sccs commands with sccs files can damage the sccs files. the following sccs commands complete the system for handli......
 ·sccs chapter 3    »显示摘要«
    摘要:creating, editing, and updating an sccs filecreating, editing, and updating an sccs fileyou can create, edit, and update an sccs file using the admin, get, and delta commands. creating an sccs fileadm......


fcitx安装方法
fcitx 安装时应该注意的问题  

下载的软件包,有两种格式,一种是rpm,一种是tar.gz,我们分别来说怎样安装. 【程序编程相关:SHELL

【推荐阅读:[转载]GNU 文本实用程序简介----

如果下载的是rpm,安装简单一些.可以直接在资源管理器里面点击它,一般会弹出软件包管理器的安装程序,一路确定就行了.如果这样不行,就打开一个终端,用命令来安装: 【扩展信息:[转载]GNU 文本实用程序简介----

rpm -ivh ebf-fcitx-<版本号>.i386.rpm

如果曾经安装过相同的ebf软件包,比如说,装了以后,不知什么时候,删了个重要文件,那么再安装,可以用命令:

rpm -uvh ebf-fcitx-<版本号>.i386.rpm

由于系统不一样,你在安装的时候,可能会不能满足依赖关系,也就是缺少一些库文件,导致安装失败,那么就用下面的命令强制安装:

rpm -ivh ebf-fcitx-<版本号>.i386.rpm --force --nodeps

rpm -uvh ebf-fcitx-<版本号>.i386.rpm --force --nodeps

这样安装是不会有什么负作用的,放心

安装了以后,数据文件放在/usr/share/fcitx下,可执行文件在/usr/bin目录下.

如果要删除,用命令:

rpm -e ebf-fcitx

注意后面没有版本号.

tar.bz2格式压缩包的安装:

这种格式是源码包,用这种包安装,可以适应不同的发行版,可以自己做修改.

首先要解压,可以直接在资源管理器里点击,会跳出与winzip很象的ark程序,解压到用户目录下(因为其他地方你没有权限),比如,解压到 /home/tram/tmp目录下.如果没有装ark程序,那可以用命令来解压.打开一个终端(比如说xterm,konsole都可以),进到你下载 的文件所在目录,比如是/home/tram/tmp,运行命令:

tar jxvf ebf-fcitx-<版本号>.tar.bz2

现在文件已经解压在/home/tram/tmp/ebf-fcitx-<版本号>目录下,进入这个目录,再输入编译命令:

make

要安装,需要有root权限:

su

<输入root的密码>

安装:


...   下一页
 ·sccs chapter 1    »显示摘要«
    摘要:introduction to sccs (source code control system)introduction to sccsthe sccs commands form a complete system for creating, editing, converting, or changing the controls on sccs files. an sccs file is......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE