How To Install uim-skk on Fedora 36

In this tutorial we learn how to install uim-skk in Fedora 36. uim-skk is SKK support for Uim

Introduction

In this tutorial we learn how to install uim-skk on Fedora 36.

What is uim-skk

This package provides support for SKK, a Japanese input method.

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

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

sudo dnf -y install uim-skk

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

sudo yum -y install uim-skk

How To Uninstall uim-skk on Fedora 36

To uninstall only the uim-skk package we can use the following command:

sudo dnf remove uim-skk

uim-skk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/bc5e4c4c1563b90434bf1acf8e3ebc611b4593
/usr/lib64/uim/plugin/libuim-skk.so
/usr/share/doc/uim-skk
/usr/share/doc/uim-skk/AUTHORS
/usr/share/doc/uim-skk/NEWS
/usr/share/doc/uim-skk/README
/usr/share/licenses/uim-skk
/usr/share/licenses/uim-skk/COPYING
/usr/share/uim
/usr/share/uim/pixmaps/skk.png
/usr/share/uim/pixmaps/skk.svg
/usr/share/uim/pixmaps/skk_dark_background.png
/usr/share/uim/pixmaps/skk_dark_background.svg
/usr/share/uim/skk-custom.scm
/usr/share/uim/skk-dialog.scm
/usr/share/uim/skk-editor.scm
/usr/share/uim/skk-key-custom.scm
/usr/share/uim/skk.scm

References

Summary

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