Difference between revisions of "Install (Ubuntu)"

From Fcitx
Jump to navigation Jump to search
(Marked this version for translation)
Line 1: Line 1:
 
<translate>
 
<translate>
== Install source ==
+
== Install source == <!--T:1-->
 
Fcitx is in Ubuntu offical repo for a long time, but recently get synced with Ubuntu.
 
Fcitx is in Ubuntu offical repo for a long time, but recently get synced with Ubuntu.
  
 +
<!--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].
 
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].
  
     sudo add-apt-repository ppa:fcitx-team/nightly
+
     <!--T:3-->
 +
sudo add-apt-repository ppa:fcitx-team/nightly
  
 +
<!--T:4-->
 
or  
 
or  
  
     sudo add-apt-repository ppa:fcitx-team/stable
+
     <!--T:5-->
 +
sudo add-apt-repository ppa:fcitx-team/stable
  
 +
<!--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 browser two repositories via link before to make sure which version Fcitx it have.
  
 +
<!--T:7-->
 
After you add the repository, you can use
 
After you add the repository, you can use
  
 +
<!--T:8-->
 
<code>
 
<code>
 
sudo apt-get update
 
sudo apt-get update
 
</code>
 
</code>
  
 +
<!--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 do this, search fcitx and install it.
  
== Next step ==
+
== Next step == <!--T:10-->
 
[[Configure (Ubuntu)]]
 
[[Configure (Ubuntu)]]
  
 +
<!--T:11-->
 
[[Category:How-to]]
 
[[Category:How-to]]
 
[[Category:Ubuntu How-to]]
 
[[Category:Ubuntu How-to]]
 
</translate>
 
</translate>

Revision as of 05:23, 11 March 2012

Install source

Fcitx is in Ubuntu offical repo for a long time, but recently get synced with Ubuntu.

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 ppa.

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

or

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

to use different repository, you can browser two repositories via link before to make sure which version Fcitx it have.

After you add the repository, you can use

sudo apt-get update

or simply use your favorite package manager to do this, search fcitx and install it.

Next step

Configure (Ubuntu)