How To Install im-chooser-xfce on Fedora 36

In this tutorial we learn how to install im-chooser-xfce in Fedora 36. im-chooser-xfce is XFCE settings panel for im-chooser

Introduction

In this tutorial we learn how to install im-chooser-xfce on Fedora 36.

What is im-chooser-xfce

im-chooser is a GUI configuration tool to choose the Input Method to be used or disable Input Method usage on the desktop. This package contains the XFCE settings panel for im-chooser.

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

Install im-chooser-xfce 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 im-chooser-xfce using dnf by running the following command:

sudo dnf -y install im-chooser-xfce

Install im-chooser-xfce 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 im-chooser-xfce using yum by running the following command:

sudo yum -y install im-chooser-xfce

How To Uninstall im-chooser-xfce on Fedora 36

To uninstall only the im-chooser-xfce package we can use the following command:

sudo dnf remove im-chooser-xfce

im-chooser-xfce Package Contents on Fedora 36

/usr/bin/xfce4-im-chooser
/usr/lib/.build-id
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/8167da8407b798097a332514e77bde3298f322
/usr/share/applications/xfce4-im-chooser.desktop

References

Summary

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