How To Install libkkc on Fedora 36
Introduction
In this tutorial we learn how to install libkkc
on Fedora 36.
What is libkkc
libkkc provides a converter from Kana-string to Kana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, a simple Kana Kanji converter, while libkkc tries to convert sentences in a bit more complex way using N-gram language models.
We can use yum
or dnf
to install libkkc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkkc.
Install libkkc 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 libkkc
using dnf
by running the following command:
sudo dnf -y install libkkc
Install libkkc 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 libkkc
using yum
by running the following command:
sudo yum -y install libkkc
How To Uninstall libkkc on Fedora 36
To uninstall only the libkkc
package we can use the following command:
sudo dnf remove libkkc
libkkc Package Contents on Fedora 36
---
title: "How To Install libkkc on Fedora 36"
linkTitle: "libkkc"
type: "docs"
description: "In this tutorial we learn how to install libkkc in Fedora 36. libkkc is Japanese Kana Kanji conversion library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libkkc-featured.png
---
## Introduction
In this tutorial we learn how to install `libkkc` on Fedora 36.
### What is `libkkc`
> libkkc provides a converter from Kana-string to Kana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, a simple Kana Kanji converter, while libkkc tries to convert sentences in a bit more complex way using N-gram language models.
We can use `yum` or `dnf` to install `libkkc` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkkc.
## Install libkkc on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libkkc
using dnf
by running the following command:
sudo dnf -y install libkkc
Install libkkc 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 libkkc
using yum
by running the following command:
sudo yum -y install libkkc
How To Uninstall libkkc on Fedora 36
To uninstall only the libkkc
package we can use the following command:
sudo dnf remove libkkc
libkkc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/8337e826774d33e50e0f92be89abb94563b30f
/usr/lib64/girepository-1.0/Kkc-1.0.typelib
/usr/lib64/libkkc.so.2
/usr/lib64/libkkc.so.2.0.0
/usr/share/doc/libkkc
/usr/share/doc/libkkc/COPYING
/usr/share/doc/libkkc/README
/usr/share/doc/libkkc/README.rules
/usr/share/locale/ja/LC_MESSAGES/libkkc.mo
References
Summary
In this tutorial we learn how to install libkkc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/19 /usr/lib/.build-id/19/f36a6a671ee23676e77c90b9eb4cdad4bbc176 /usr/lib/girepository-1.0/Kkc-1.0.typelib /usr/lib/libkkc.so.2 /usr/lib/libkkc.so.2.0.0 /usr/share/doc/libkkc /usr/share/doc/libkkc/COPYING /usr/share/doc/libkkc/README /usr/share/doc/libkkc/README.rules /usr/share/locale/ja/LC_MESSAGES/libkkc.mo
## References
* [libkkc website](https://github.com/ueno/libkkc)
## Summary
In this tutorial we learn how to install `libkkc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).