Difference between revisions of "Install (Ubuntu)"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m |
Weng Xuetian (talk | contribs) m (→Install source) |
||
Line 1: | Line 1: | ||
<translate> | <translate> | ||
== Install source == <!--T:1--> | == Install source == <!--T:1--> | ||
− | Fcitx | + | Fcitx has been in Ubuntu offical repo for a long time, but Fcitx newer than 4.2 will first appear in Ubuntu since 12.04. |
<!--T:2--> | <!--T:2--> | ||
− | + | If you want to install update to date Fcitx and related package, you can try to use [https://launchpad.net/~fcitx-team ppa]. | |
<!--T:3--> | <!--T:3--> | ||
Line 16: | Line 16: | ||
<!--T:6--> | <!--T:6--> | ||
− | to use different repository | + | to use different repository. You can browse two repositories via ppa webpage to check which version of Fcitx it has. |
<!--T:7--> | <!--T:7--> | ||
− | After you add the repository, you | + | After you add the repository, you need to use |
− | <!--T:8-- | + | <!--T:8--> |
− | |||
sudo apt-get update | sudo apt-get update | ||
− | |||
<!--T:9--> | <!--T:9--> | ||
− | or simply use your favorite package manager to | + | or simply use your favorite package manager to refresh, search fcitx and install it. |
== Next step == <!--T:10--> | == Next step == <!--T:10--> |
Revision as of 07:12, 27 March 2012
Install source
Fcitx has been in Ubuntu offical repo for a long time, but Fcitx newer than 4.2 will first appear in Ubuntu since 12.04.
If you want to install update to date Fcitx and related package, you can try to use ppa.
sudo add-apt-repository ppa:fcitx-team/nightly
or
sudo add-apt-repository ppa:fcitx-team/stable
to use different repository. You can browse two repositories via ppa webpage to check which version of Fcitx it has.
After you add the repository, you need to use
sudo apt-get update
or simply use your favorite package manager to refresh, search fcitx and install it.