How To Install ibus-typing-booster-tests on Fedora 36

In this tutorial we learn how to install ibus-typing-booster-tests in Fedora 36. ibus-typing-booster-tests is Tests for the ibus-typing-booster package

Introduction

In this tutorial we learn how to install ibus-typing-booster-tests on Fedora 36.

What is ibus-typing-booster-tests

The ibus-typing-booster-tests package contains tests that can be used to verify the functionality of the installed ibus-typing-booster package.

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

Install ibus-typing-booster-tests 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-typing-booster-tests using dnf by running the following command:

sudo dnf -y install ibus-typing-booster-tests

Install ibus-typing-booster-tests 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-typing-booster-tests using yum by running the following command:

sudo yum -y install ibus-typing-booster-tests

How To Uninstall ibus-typing-booster-tests on Fedora 36

To uninstall only the ibus-typing-booster-tests package we can use the following command:

sudo dnf remove ibus-typing-booster-tests

ibus-typing-booster-tests Package Contents on Fedora 36

/usr/libexec/installed-tests
/usr/libexec/installed-tests/ibus-typing-booster
/usr/libexec/installed-tests/ibus-typing-booster/gtkcases.py
/usr/libexec/installed-tests/ibus-typing-booster/mock_engine.py
/usr/libexec/installed-tests/ibus-typing-booster/run_tests
/usr/libexec/installed-tests/ibus-typing-booster/test_0_gtk.py
/usr/libexec/installed-tests/ibus-typing-booster/test_compose_sequences.py
/usr/libexec/installed-tests/ibus-typing-booster/test_emoji_candidates.py
/usr/libexec/installed-tests/ibus-typing-booster/test_emoji_similar.py
/usr/libexec/installed-tests/ibus-typing-booster/test_emoji_unicode_version.py
/usr/libexec/installed-tests/ibus-typing-booster/test_hunspell_suggest.py
/usr/libexec/installed-tests/ibus-typing-booster/test_itb.py
/usr/libexec/installed-tests/ibus-typing-booster/test_itb_util.py
/usr/libexec/installed-tests/ibus-typing-booster/test_keyvals_to_keycodes.py
/usr/libexec/installed-tests/ibus-typing-booster/test_m17n_db_info.py
/usr/libexec/installed-tests/ibus-typing-booster/test_m17n_translit.py
/usr/libexec/installed-tests/ibus-typing-booster/test_tabsqlitedb.py
/usr/libexec/installed-tests/ibus-typing-booster/testutils.py
/usr/share/installed-tests
/usr/share/installed-tests/ibus-typing-booster
/usr/share/installed-tests/ibus-typing-booster/test_0_gtk.test
/usr/share/installed-tests/ibus-typing-booster/test_compose_sequences.test
/usr/share/installed-tests/ibus-typing-booster/test_emoji_candidates.test
/usr/share/installed-tests/ibus-typing-booster/test_emoji_similar.test
/usr/share/installed-tests/ibus-typing-booster/test_emoji_unicode_version.test
/usr/share/installed-tests/ibus-typing-booster/test_hunspell_suggest.test
/usr/share/installed-tests/ibus-typing-booster/test_itb.test
/usr/share/installed-tests/ibus-typing-booster/test_itb_util.test
/usr/share/installed-tests/ibus-typing-booster/test_keyvals_to_keycodes.test
/usr/share/installed-tests/ibus-typing-booster/test_m17n_db_info.test
/usr/share/installed-tests/ibus-typing-booster/test_m17n_translit.test
/usr/share/installed-tests/ibus-typing-booster/test_tabsqlitedb.test

References

Summary

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