How To Install ibus-desktop-testing on Fedora 36

In this tutorial we learn how to install ibus-desktop-testing in Fedora 36. ibus-desktop-testing is Wrapper of InstalledTests Runner for IBus

Introduction

In this tutorial we learn how to install ibus-desktop-testing on Fedora 36.

What is ibus-desktop-testing

GNOME desktop testing runner implements the InstalledTests specification and IBus also needs focus events to enable input contexts on text widgets. The wrapper script runs gnome-session for the focus events and GNOME desktop testing runner internally.

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

Install ibus-desktop-testing 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 ibus-desktop-testing using dnf by running the following command:

sudo dnf -y install ibus-desktop-testing

Install ibus-desktop-testing 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 ibus-desktop-testing using yum by running the following command:

sudo yum -y install ibus-desktop-testing

How To Uninstall ibus-desktop-testing on Fedora 36

To uninstall only the ibus-desktop-testing package we can use the following command:

sudo dnf remove ibus-desktop-testing

ibus-desktop-testing Package Contents on Fedora 36

/usr/bin/ibus-desktop-testing-runner
/usr/libexec/ibus-desktop-testing-autostart
/usr/share/ibus/tests
/usr/share/ibus/tests/org.freedesktop.IBus.Desktop.Testing.desktop

References

Summary

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