Difference between revisions of "Install (Ubuntu)"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
<translate> | <translate> | ||
− | == Install source == | + | == 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--> | |
+ | 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--> |
sudo add-apt-repository ppa:fcitx-team/nightly | sudo add-apt-repository ppa:fcitx-team/nightly | ||
− | |||
+ | <!--T:4--> | ||
or | or | ||
− | < | + | <!--T:5--> |
− | sudo | + | sudo add-apt-repository ppa:fcitx-team/stable |
− | |||
− | to use different repository | + | <!--T:6--> |
+ | 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 | + | <!--T:7--> |
+ | After you add the repository, you need to use | ||
− | < | + | <!--T:8--> |
sudo apt-get update | sudo apt-get update | ||
− | |||
− | or simply use your favorite package manager to | + | <!--T:9--> |
+ | or simply use your favorite package manager to refresh, search fcitx and install it. | ||
− | == Next step == | + | == Next step == <!--T:10--> |
− | [[Configure (Ubuntu)]] | + | [[Special:MyLanguage/Configure (Ubuntu)|Configure (Ubuntu)]] |
+ | <!--T:11--> | ||
[[Category:How-to]] | [[Category:How-to]] | ||
[[Category:Ubuntu How-to]] | [[Category:Ubuntu How-to]] | ||
</translate> | </translate> |
Latest revision as of 22:54, 2 February 2016
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.