• fctix


    sudo add-apt-repository ppa:fcitx-team/nightly

    sudo apt-get update

    sudo apt-get install fctix


    http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=192737&start=1335

    How do I use software from a PPA?

    To start installing and using software from a Personal Package Archive, you first need to tell Ubuntu where to find the PPA.

    Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

    Adding the PPA to Ubuntu 9.10 (Karmic) and later

    If you're using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

    Step 1: On the PPA's overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA's location, which looks like:

    ppa:gwibber-daily/ppa

    Step 2: Open a terminal and enter:

    sudo add-apt-repository ppa:user/ppa-name

    Replace ppa:user/ppa-name with the PPA's location that you noted above.

    Screen shot of a terminal with the sudo add-apt-repoistory line

    Your system will now fetch the PPA's key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

    Screen shot of a system retrieving the PPA details

    Step 3: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

    sudo apt-get update

    Now you're ready to start installing software from the PPA!

    On older (pre 9.10) Ubuntu systems

    Step 1: Visit the PPA's overview page in Launchpad. Look for the heading that reads Adding this PPA to your system and click the Technical details about this PPA link.

    Step 2: Use the Display sources.list entries drop-down box to select the version of Ubuntu you're using.

    Step 3: You'll see that the text-box directly below reads something like this:

    deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main
    deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main

    Copy those lines.

    Step 4: Open a terminal and type:

    sudo gedit /etc/apt/sources.list

    This will open a text editor containing the list of archives that your system is currently using. Scroll to the bottom of the file and paste the lines you copied in the step above.

    Save the file and exit the text editor.

    Step 5: Back on the PPA's overview page, look for the Signing key heading. You'll see something like:

    1024R/72D340A3 (What is this?)

    Copy the portion after the slash but not including the help link; e.g. just 72D340A3.

    Step 6: Now you need to add that key to your system so Ubuntu can verify the packages from the PPA. In your terminal, enter:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3

    Replace 72D340A3 with whatever you copied in the step 5.

    This will now pull down the PPA's key and add it to your system.

    Step 7: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

    sudo apt-get update

    Now you're ready to start installing software from the PPA!

    Read more about Personal Package Archives in our help wiki.

    我也有无法打开fcitx配置界面的问题,只能修改配置文件。我在shell下执行
    fcitx-config-gtk得到下面的错误,请问是什么原因啊?谢谢

    fcitx-config-gtk: symbol lookup error: fcitx-config-gtk: undefined symbol: GetKeyString

    还有个问题是,我已经加了fcitx的ppa源了
    deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu lucid main
    但是为什么我不能更新到最新的4.1.2版呢?我的系统版本是10.04.谢谢

    W: GPG 错误:http://ppa.launchpad.net lucid Release: 由于没有公钥,无法验证下列签名: NO_PUBKEY FAF69C646FF368B7的问题

    分类: linux 计算机使用常见问题 511人阅读 评论(0) 收藏 举报

    在安装更新时,即在运行,命令行sudo apt-get update 或者运行更新管理器的时候,出现W: GPG 错误:http://ppa.launchpad.net lucid Release: 由于没有公钥,无法验证下列签名: NO_PUBKEY FAF69C646FF368B7的问题,可以在终端中运行:sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FAF69C646FF368B7

    即可解决。

    reference:

    http://blog.csdn.net/wche1990/article/details/6759422

  • 相关阅读:
    MySQL修改表中字段的字符集
    JMM内存模型相关笔记整理
    可重入锁与不可重入锁
    ForkJoin、并行流计算、串行流计算对比
    CyclicBarrier的用法
    git笔记整理-learnGitBranching
    Git 学习相关笔记
    《0day2》学习笔记-part5(书目第十二章(上))
    《0day2》学习笔记-part4(书目第八、九、十、十一章)
    《0day2》学习笔记-part3(书目第六、七章)
  • 原文地址:https://www.cnblogs.com/lexus/p/2328817.html
Copyright © 2020-2023  润新知