How To Install fcitx5-qt6 on Fedora 36

In this tutorial we learn how to install fcitx5-qt6 in Fedora 36. fcitx5-qt6 is Qt 6 support for fcitx5

Introduction

In this tutorial we learn how to install fcitx5-qt6 on Fedora 36.

What is fcitx5-qt6

Qt6 library and IM module for fcitx5.

We can use yum or dnf to install fcitx5-qt6 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fcitx5-qt6.

Install fcitx5-qt6 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install fcitx5-qt6 using dnf by running the following command:

sudo dnf -y install fcitx5-qt6

Install fcitx5-qt6 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fcitx5-qt6 using yum by running the following command:

sudo yum -y install fcitx5-qt6

How To Uninstall fcitx5-qt6 on Fedora 36

To uninstall only the fcitx5-qt6 package we can use the following command:

sudo dnf remove fcitx5-qt6

fcitx5-qt6 Package Contents on Fedora 36

---
title: "How To Install fcitx5-qt6 on Fedora 36"
linkTitle: "fcitx5-qt6"
type: "docs"
description: "In this tutorial we learn how to install fcitx5-qt6 in Fedora 36. fcitx5-qt6 is Qt 6 support for fcitx5"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/fcitx5-qt6-featured.png
---

## Introduction

In this tutorial we learn how to install `fcitx5-qt6` on Fedora 36.

### What is `fcitx5-qt6`

> Qt6 library and IM module for fcitx5.  

We can use `yum` or `dnf` to install `fcitx5-qt6` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fcitx5-qt6.

## Install fcitx5-qt6 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install fcitx5-qt6 using dnf by running the following command:

sudo dnf -y install fcitx5-qt6

Install fcitx5-qt6 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install fcitx5-qt6 using yum by running the following command:

sudo yum -y install fcitx5-qt6

How To Uninstall fcitx5-qt6 on Fedora 36

To uninstall only the fcitx5-qt6 package we can use the following command:

sudo dnf remove fcitx5-qt6

fcitx5-qt6 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/7517b2194ebead43f63d48055a954db4ec96f7
/usr/lib/.build-id/87
/usr/lib/.build-id/87/e5ac1f50b386d7b838003c7825116463d6e8c9
/usr/lib/libFcitx5Qt6DBusAddons.so.1
/usr/lib/libFcitx5Qt6DBusAddons.so.5.0.11
/usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so

References

Summary

In this tutorial we learn how to install fcitx5-qt6 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/03 /usr/lib/.build-id/03/2323b38fbeb4a5de5b4da97e0bd7f361a5a9e7 /usr/lib/.build-id/0a /usr/lib/.build-id/0a/774077d11f1aa719120775cad4c31d0a6e1c97 /usr/lib64/libFcitx5Qt6DBusAddons.so.1 /usr/lib64/libFcitx5Qt6DBusAddons.so.5.0.11 /usr/lib64/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so


## References

* [fcitx5-qt6 website](https://github.com/fcitx/fcitx5-qt)

## Summary

In this tutorial we learn how to install `fcitx5-qt6` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).