How To Install emacs-common-ddskk on Fedora 36

In this tutorial we learn how to install emacs-common-ddskk in Fedora 36. emacs-common-ddskk is Daredevil SKK - Simple Kana to Kanji conversion program for Emacs

Introduction

In this tutorial we learn how to install emacs-common-ddskk on Fedora 36.

What is emacs-common-ddskk

Daredevil SKK is a branch of SKK (Simple Kana to Kanji conversion program, an input method of Japanese). It forked from the maintrunk, SKK version 10.56. It consists of a simple core and many optional programs which provide extensive features, however, our target is to more simplify core, and more expand its optional features. This package does not include dictionaries or a skkserver. Please install them separately.

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

Install emacs-common-ddskk 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 emacs-common-ddskk using dnf by running the following command:

sudo dnf -y install emacs-common-ddskk

Install emacs-common-ddskk 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 emacs-common-ddskk using yum by running the following command:

sudo yum -y install emacs-common-ddskk

How To Uninstall emacs-common-ddskk on Fedora 36

To uninstall only the emacs-common-ddskk package we can use the following command:

sudo dnf remove emacs-common-ddskk

emacs-common-ddskk Package Contents on Fedora 36

/usr/share/doc/emacs-common-ddskk
/usr/share/doc/emacs-common-ddskk/ChangeLog
/usr/share/doc/emacs-common-ddskk/READMEs
/usr/share/doc/emacs-common-ddskk/READMEs/AUTHORS.ja
/usr/share/doc/emacs-common-ddskk/READMEs/CODENAME.ja
/usr/share/doc/emacs-common-ddskk/READMEs/COPYING
/usr/share/doc/emacs-common-ddskk/READMEs/ChangeLog
/usr/share/doc/emacs-common-ddskk/READMEs/Contributors
/usr/share/doc/emacs-common-ddskk/READMEs/Development.ja.org
/usr/share/doc/emacs-common-ddskk/READMEs/FAQ.ja
/usr/share/doc/emacs-common-ddskk/READMEs/INSTALL
/usr/share/doc/emacs-common-ddskk/READMEs/INSTALL.MELPA.en.md
/usr/share/doc/emacs-common-ddskk/READMEs/INSTALL.MELPA.md
/usr/share/doc/emacs-common-ddskk/READMEs/NEWS.ja
/usr/share/doc/emacs-common-ddskk/READMEs/PROPOSAL.ja
/usr/share/doc/emacs-common-ddskk/READMEs/README.VIP.ja
/usr/share/doc/emacs-common-ddskk/READMEs/README.ccc.org
/usr/share/doc/emacs-common-ddskk/READMEs/TODO.ja
/usr/share/info/skk.info.gz
/usr/share/skk
/usr/share/skk/NICOLA-SKK.tut
/usr/share/skk/SKK.tut
/usr/share/skk/SKK.tut.E
/usr/share/skk/skk.xpm

References

Summary

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