Difference between revisions of "Install (Ubuntu)"

From Fcitx
Jump to navigation Jump to search
m
Line 1: Line 1:
 
<translate>
 
<translate>
 
== Install source == <!--T:1-->
 
== Install source == <!--T:1-->
Fcitx is in Ubuntu offical repo for a long time, but recently get synced with Ubuntu.
+
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-->
Since Ubuntu 12.04, it will have up to date Fcitx. If you want to install update to date Fcitx and related package, you can try to use [https://launchpad.net/~fcitx-team ppa].
+
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, you can browser two repositories via link before to make sure which version Fcitx it have.
+
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 can use
+
After you add the repository, you need to use
  
<!--T:8-->
+
<!--T:8-->
<code>
 
 
sudo apt-get update
 
sudo apt-get update
</code>
 
  
 
<!--T:9-->
 
<!--T:9-->
or simply use your favorite package manager to do this, search fcitx and install it.
+
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.

Next step

Configure (Ubuntu)