How To Install opencc on Fedora 36
Introduction
In this tutorial we learn how to install opencc
on Fedora 36.
What is opencc
OpenCC is a library for converting characters and phrases between Traditional Chinese and Simplified Chinese.
We can use yum
or dnf
to install opencc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opencc.
Install opencc 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 opencc
using dnf
by running the following command:
sudo dnf -y install opencc
Install opencc 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 opencc
using yum
by running the following command:
sudo yum -y install opencc
How To Uninstall opencc on Fedora 36
To uninstall only the opencc
package we can use the following command:
sudo dnf remove opencc
opencc Package Contents on Fedora 36
---
title: "How To Install opencc on Fedora 36"
linkTitle: "opencc"
type: "docs"
description: "In this tutorial we learn how to install opencc in Fedora 36. opencc is Libraries for Simplified-Traditional Chinese Conversion"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/opencc-featured.png
---
## Introduction
In this tutorial we learn how to install `opencc` on Fedora 36.
### What is `opencc`
> OpenCC is a library for converting characters and phrases between Traditional Chinese and Simplified Chinese.
We can use `yum` or `dnf` to install `opencc` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opencc.
## Install opencc 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 opencc
using dnf
by running the following command:
sudo dnf -y install opencc
Install opencc on Fedora 36 Using yum
/usr/lib/.build-id /usr/lib/.build-id/2f /usr/lib/.build-id/2f/c60cd88535611e1233547cfb88df0668e76f4b /usr/lib/libopencc.so.1.1 /usr/lib/libopencc.so.1.1.2 /usr/share/doc/opencc /usr/share/doc/opencc/AUTHORS /usr/share/doc/opencc/LICENSE /usr/share/doc/opencc/README.md /usr/share/opencc /usr/share/opencc/HKVariants.ocd2 /usr/share/opencc/HKVariantsRev.ocd2 /usr/share/opencc/HKVariantsRevPhrases.ocd2 /usr/share/opencc/JPShinjitaiCharacters.ocd2 /usr/share/opencc/JPShinjitaiPhrases.ocd2 /usr/share/opencc/JPVariants.ocd2 /usr/share/opencc/JPVariantsRev.ocd2 /usr/share/opencc/STCharacters.ocd2 /usr/share/opencc/STPhrases.ocd2 /usr/share/opencc/TSCharacters.ocd2 /usr/share/opencc/TSPhrases.ocd2 /usr/share/opencc/TWPhrases.ocd2 /usr/share/opencc/TWPhrasesRev.ocd2 /usr/share/opencc/TWVariants.ocd2 /usr/share/opencc/TWVariantsRev.ocd2 /usr/share/opencc/TWVariantsRevPhrases.ocd2 /usr/share/opencc/hk2s.json /usr/share/opencc/hk2t.json /usr/share/opencc/jp2t.json /usr/share/opencc/s2hk.json /usr/share/opencc/s2t.json /usr/share/opencc/s2tw.json /usr/share/opencc/s2twp.json /usr/share/opencc/t2hk.json /usr/share/opencc/t2jp.json /usr/share/opencc/t2s.json /usr/share/opencc/t2tw.json /usr/share/opencc/tw2s.json /usr/share/opencc/tw2sp.json /usr/share/opencc/tw2t.json
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `opencc` using `yum` by running the following command:
## References
```bash
* [opencc website](https://github.com/BYVoid/OpenCC)
sudo yum -y install opencc
Summary
How To Uninstall opencc on Fedora 36
In this tutorial we learn how to install opencc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
To uninstall only the opencc
package we can use the following command:
sudo dnf remove opencc
opencc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/975e250bfbff6e12a4dc5b8d6492976d2e139a
/usr/lib64/libopencc.so.1.1
/usr/lib64/libopencc.so.1.1.2
/usr/share/doc/opencc
/usr/share/doc/opencc/AUTHORS
/usr/share/doc/opencc/LICENSE
/usr/share/doc/opencc/README.md
/usr/share/opencc
/usr/share/opencc/HKVariants.ocd2
/usr/share/opencc/HKVariantsRev.ocd2
/usr/share/opencc/HKVariantsRevPhrases.ocd2
/usr/share/opencc/JPShinjitaiCharacters.ocd2
/usr/share/opencc/JPShinjitaiPhrases.ocd2
/usr/share/opencc/JPVariants.ocd2
/usr/share/opencc/JPVariantsRev.ocd2
/usr/share/opencc/STCharacters.ocd2
/usr/share/opencc/STPhrases.ocd2
/usr/share/opencc/TSCharacters.ocd2
/usr/share/opencc/TSPhrases.ocd2
/usr/share/opencc/TWPhrases.ocd2
/usr/share/opencc/TWPhrasesRev.ocd2
/usr/share/opencc/TWVariants.ocd2
/usr/share/opencc/TWVariantsRev.ocd2
/usr/share/opencc/TWVariantsRevPhrases.ocd2
/usr/share/opencc/hk2s.json
/usr/share/opencc/hk2t.json
/usr/share/opencc/jp2t.json
/usr/share/opencc/s2hk.json
/usr/share/opencc/s2t.json
/usr/share/opencc/s2tw.json
/usr/share/opencc/s2twp.json
/usr/share/opencc/t2hk.json
/usr/share/opencc/t2jp.json
/usr/share/opencc/t2s.json
/usr/share/opencc/t2tw.json
/usr/share/opencc/tw2s.json
/usr/share/opencc/tw2sp.json
/usr/share/opencc/tw2t.json
References
Summary
In this tutorial we learn how to install opencc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).