How To Install kcc on Fedora 36
In this tutorial we learn how to install kcc in Fedora 36. kcc is Kanji Code Converter
Introduction
In this tutorial we learn how to install kcc
on Fedora 36.
What is kcc
kcc is a kanji code converter with an auto detection.
We can use yum
or dnf
to install kcc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kcc.
Install kcc 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 kcc
using dnf
by running the following command:
sudo dnf -y install kcc
Install kcc 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 kcc
using yum
by running the following command:
sudo yum -y install kcc
How To Uninstall kcc on Fedora 36
To uninstall only the kcc
package we can use the following command:
sudo dnf remove kcc
kcc Package Contents on Fedora 36
/usr/bin/kcc
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/4799fd6ec0f16e36dca46d70e4e750b3c49a68
/usr/share/doc/kcc
/usr/share/doc/kcc/README
/usr/share/licenses/kcc
/usr/share/licenses/kcc/COPYING
/usr/share/man/ja/man1/kcc.1.gz
/usr/share/man/man1/kcc.1.gz
References
Summary
In this tutorial we learn how to install kcc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).