Difference between revisions of "Install (Ubuntu)"

From Fcitx
Jump to navigation Jump to search
m (Text replacement - "<translate1>" to "<translate>")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<languages/>
 +
 
<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 has been in Ubuntu offical repo for a long time, but Fcitx newer than 4.2 will first appear in Ubuntu since 12.04.
  
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].
+
<!--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].
  
    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
  
to use different repository, you can browser two repositories via link before to make sure which version Fcitx it have.
+
<!--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 can use
+
<!--T:7-->
 +
After you add the repository, you need to use
  
<code>
+
<!--T:8-->
 
sudo apt-get update
 
sudo apt-get update
</code>
 
  
or simply use your favorite package manager to do this, search fcitx and install it.
+
<!--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

Other languages:
English

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)