How To Install ibus-rawcode.x86_64 on Amazon Linux 2

In this tutorial we learn how to install ibus-rawcode.x86_64 in Amazon Linux 2. ibus-rawcode.x86_64 is The Rawcode engine for IBus input platform

Introduction

In this tutorial we learn how to install ibus-rawcode.x86_64 on Amazon Linux 2.

What is ibus-rawcode.x86_64

The Rawcode engine for IBus platform.

We can use yum to install ibus-rawcode.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-rawcode.x86_64.

Install ibus-rawcode.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ibus-rawcode.x86_64 using yum by running the following command:

sudo yum -y install ibus-rawcode.x86_64

How To Uninstall ibus-rawcode.x86_64 on Amazon Linux 2

To uninstall only the ibus-rawcode.x86_64 package we can use the following command:

sudo yum remove ibus-rawcode.x86_64

ibus-rawcode.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/ibus-engine-rawcode
/usr/share/doc/ibus-rawcode-1.3.2
/usr/share/doc/ibus-rawcode-1.3.2/AUTHORS
/usr/share/doc/ibus-rawcode-1.3.2/COPYING
/usr/share/doc/ibus-rawcode-1.3.2/README
/usr/share/ibus-rawcode
/usr/share/ibus-rawcode/icons
/usr/share/ibus-rawcode/icons/ibus-rawcode.png
/usr/share/ibus/component/rawcode.xml
/usr/share/locale/zh_CN/LC_MESSAGES/ibus-rawcode.mo

References

Summary

In this tutorial we learn how to install ibus-rawcode.x86_64 on Amazon Linux 2 using yum.