How To Install scim-rawcode on Fedora 36

In this tutorial we learn how to install scim-rawcode in Fedora 36. scim-rawcode is SCIM Unicode Input Method Engine

Introduction

In this tutorial we learn how to install scim-rawcode on Fedora 36.

What is scim-rawcode

This package provides an Input Method Engine for inputting unicode characters but their unicode codepoints.

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

Install scim-rawcode 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 scim-rawcode using dnf by running the following command:

sudo dnf -y install scim-rawcode

Install scim-rawcode 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 scim-rawcode using yum by running the following command:

sudo yum -y install scim-rawcode

How To Uninstall scim-rawcode on Fedora 36

To uninstall only the scim-rawcode package we can use the following command:

sudo dnf remove scim-rawcode

scim-rawcode Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/658f8f16661fddb745f0fb1a2f796c2b5fcfe5
/usr/lib64/scim-1.0/1.4.0/IMEngine/rawcode.so

References

Summary

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