How To Install im-chooser-common on CentOS 7

In this tutorial we learn how to install im-chooser-common on CentOS 7. im-chooser-common is Common files for im-chooser subpackages

Introduction

In this tutorial we learn how to install im-chooser-common on CentOS 7.

What is im-chooser-common

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 common libraries/files to be used in im-chooser subpackages. 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 common libraries/files to be used in im-chooser subpackages.

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

Install im-chooser-common on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install im-chooser-common using yum by running the following command:

sudo yum -y install im-chooser-common

Install im-chooser-common on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install im-chooser-common using dnf by running the following command:

sudo dnf -y install im-chooser-common

How To Uninstall im-chooser-common on CentOS 7

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

sudo dnf remove im-chooser-common

References

Summary

In this tutorial we learn how to install im-chooser-common on CentOS 7 using yum and dnf.