<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://fcitx-im.org/index.php?action=history&amp;feed=atom&amp;title=Install_Fcitx_5%2Fen</id>
	<title>Install Fcitx 5/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://fcitx-im.org/index.php?action=history&amp;feed=atom&amp;title=Install_Fcitx_5%2Fen"/>
	<link rel="alternate" type="text/html" href="https://fcitx-im.org/index.php?title=Install_Fcitx_5/en&amp;action=history"/>
	<updated>2026-05-03T12:35:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://fcitx-im.org/index.php?title=Install_Fcitx_5/en&amp;diff=44972&amp;oldid=prev</id>
		<title>FuzzyBot: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://fcitx-im.org/index.php?title=Install_Fcitx_5/en&amp;diff=44972&amp;oldid=prev"/>
		<updated>2021-10-28T04:12:42Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fcitx package usually come with following parts: the main program, input method modules for applications and the addons (most of them are engines).&lt;br /&gt;
&lt;br /&gt;
== Install Fcitx 5 from Linux distribution ==&lt;br /&gt;
&lt;br /&gt;
You would need to search the package from your own packages. Usually, the Fcitx 5 package has &amp;quot;fcitx5&amp;quot; in its name.&lt;br /&gt;
&lt;br /&gt;
As of today, fcitx 5 is not yet generally available in distribution repository, except for some of the rolling release distributions.&lt;br /&gt;
&lt;br /&gt;
Following are some examples of search Fcitx 5 packages in your own distributions. You may also use the GUI software center provided by your desktop, for example gnome-software, or plasma-discover.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
yum search fcitx5 # &lt;br /&gt;
dnf search fcitx5 # Fedora&lt;br /&gt;
pacman -Ss fcitx5 # Archlinux&lt;br /&gt;
zypper search fcitx5 # OpenSUSE&lt;br /&gt;
apt-cache search fcitx5 # Debian/Ubuntu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or [https://pkgs.org/search/?q=fcitx5 pkgs.org] provides an easy way to search packages for different distributions. Please notice that if the version is something like 0.0~git, this version is a extremely old version of Fcitx 5, which is older than the oldest stable release of Fcitx 5. Generally it is not recommended to use it.&lt;br /&gt;
&lt;br /&gt;
pkgs.org also provides distribution specific the command for installing it.&lt;br /&gt;
&lt;br /&gt;
A basic installation of fcitx5 would includes:&lt;br /&gt;
* [https://pkgs.org/search/?q=fcitx5 fcitx5], the main program&lt;br /&gt;
* [https://pkgs.org/search/?q=fcitx5-gtk fcitx5-gtk], [https://pkgs.org/search/?q=fcitx5-qt fcitx5-qt], the im module for the most popular UI toolkit.&lt;br /&gt;
* [https://pkgs.org/search/?q=fcitx5-configtool fcitx5-configtool], the GUI configuration program.&lt;br /&gt;
* Input method engines for different languages:&lt;br /&gt;
** See [[Special:myLanguage/Input method engines|Input method engines]]&lt;br /&gt;
&lt;br /&gt;
Some additional support addons and themes may includes:&lt;br /&gt;
* [https://pkgs.org/search/?q=fcitx5-lua fcitx5-lua], which provides lua scripting support&lt;br /&gt;
* [https://pkgs.org/search/?q=fcitx5-material-color fcitx5-material-color], a set of colorful theme for Fcitx 5&lt;br /&gt;
&lt;br /&gt;
== Install Fcitx 5 from Flatpak ==&lt;br /&gt;
[https://flatpak.org/ Flatpak] is a utility for software deployment and package management for Linux. There are two flatpak repository that provides fcitx 5, [https://flathub.org flathub] and fcitx&amp;#039;s own unstable repo.&lt;br /&gt;
&lt;br /&gt;
As of today, we are still working on pushing Fcitx 5 packages to flathub. flathub right now only have fcitx5 main program, Chinese addons, Zhuyin, and Mozc.&lt;br /&gt;
&lt;br /&gt;
To Setup the flatpak repo, you will need to execute following command, or do it in GUI.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Add flatub repo, fcitx5-unstable also relies on some runtime packages in it.&lt;br /&gt;
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo&lt;br /&gt;
# Optionally: Add fcitx 5 unstable repo if you want to use the unstable version.&lt;br /&gt;
flatpak remote-add --user --if-not-exists fcitx5-unstable https://flatpak.fcitx-im.org/unstable-repo/fcitx5-unstable.flatpakrepo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To install fcitx from flatpak&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# With older flatpk, you will need to specify the repository name too: flatpak install flathub org.fcitx.Fcitx5&lt;br /&gt;
flatpak install org.fcitx.Fcitx5&lt;br /&gt;
# Install fcitx 5 engines, for example, fcitx5-chinese-addons, or mozc&lt;br /&gt;
flatpak install org.fcitx.Fcitx5.Addon.ChineseAddons&lt;br /&gt;
flatpak install org.fcitx.Fcitx5.Addon.Mozc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flatpak can not provide the im module you need on your host, so you would still need to install them natively. If your distribution does not have fcitx 5 package, you may use fcitx 4 im module instead (newer than 4.2.9.7), or even ibus im module.&lt;br /&gt;
&lt;br /&gt;
== Install Fcitx 5 from Source code ==&lt;br /&gt;
* [[Special:myLanguage/Compiling fcitx5|Compiling fcitx5]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please also read [[Special:MyLanguage/Setup Fcitx 5|Setup Fcitx 5]] before you start to use Fcitx 5.&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>