How To Install ibus-qt on Fedora 36
Introduction
title: “How To Install ibus-qt on Fedora 36”
In this tutorial we learn how to install ibus-qt
on Fedora 36.
linkTitle: “ibus-qt”
type: “docs”
What is ibus-qt
description: “In this tutorial we learn how to install ibus-qt in Fedora 36. ibus-qt is Qt IBus library and Qt input method plugin” date: “2022-08-17”
Qt IBus library and Qt input method plugin.
lastmod: “2022-08-17” #image: /images/fedora/36/ibus-qt-featured.png
We can use yum
or dnf
to install ibus-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-qt.
Introduction
Install ibus-qt on Fedora 36 Using dnf
In this tutorial we learn how to install ibus-qt
on Fedora 36.
Update yum database with dnf
using the following command.
What is ibus-qt
sudo dnf makecache --refresh
> Qt IBus library and Qt input method plugin.
After updating yum database, We can install ibus-qt
using dnf
by running the following command:
We can use yum
or dnf
to install ibus-qt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-qt.
## Install ibus-qt on Fedora 36 Using dnf
sudo dnf -y install ibus-qt
Update yum database with dnf
using the following command.
Install ibus-qt on Fedora 36 Using yum
sudo dnf makecache --refresh
Update yum database with `yum` using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `ibus-qt` using `dnf` by running the following command:
After updating yum database, We can install `ibus-qt` using `yum` by running the following command:
sudo dnf -y install ibus-qt
sudo yum -y install ibus-qt
## Install ibus-qt on Fedora 36 Using yum
How To Uninstall ibus-qt on Fedora 36
Update yum database with yum
using the following command.
To uninstall only the ibus-qt
package we can use the following command:
sudo yum makecache --refresh
```bash
sudo dnf remove ibus-qt
## ibus-qt Package Contents on Fedora 36
After updating yum database, We can install `ibus-qt` using `yum` by running the following command:
```bash
```bash
sudo yum -y install ibus-qt
How To Uninstall ibus-qt on Fedora 36
To uninstall only the ibus-qt
package we can use the following command:
sudo dnf remove ibus-qt
ibus-qt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/66362cb69c56ebe823cc080423490d78980c5a
/usr/lib/.build-id/27
/usr/lib/.build-id/27/24a4f95aa8ece39555607f27fc1457a36fea43
/usr/lib/libibus-qt.so.1
/usr/lib/libibus-qt.so.1.3.0
/usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so
/usr/share/doc/ibus-qt
/usr/share/doc/ibus-qt/AUTHORS
/usr/share/doc/ibus-qt/INSTALL
/usr/share/doc/ibus-qt/README
References
Summary
In this tutorial we learn how to install ibus-qt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/0c /usr/lib/.build-id/0c/dbfb98eb0e524d55b6710f0356e5c081975985 /usr/lib/.build-id/8b /usr/lib/.build-id/8b/76406c7bb1d7d1058a818c1184f55e1e9c7d73 /usr/lib64/libibus-qt.so.1 /usr/lib64/libibus-qt.so.1.3.0 /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so /usr/share/doc/ibus-qt /usr/share/doc/ibus-qt/AUTHORS /usr/share/doc/ibus-qt/INSTALL /usr/share/doc/ibus-qt/README
## References
* [ibus-qt website](https://github.com/ibus/ibus/wiki)
## Summary
In this tutorial we learn how to install `ibus-qt` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).