How To Install python3-cangjie on Fedora 36

In this tutorial we learn how to install python3-cangjie in Fedora 36. python3-cangjie is Python bindings to libcangjie

Introduction

In this tutorial we learn how to install python3-cangjie on Fedora 36.

What is python3-cangjie

Python bindings to libcangjie, the library implementing Cangjie and Quick input methods.

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

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

sudo dnf -y install python3-cangjie

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

sudo yum -y install python3-cangjie

How To Uninstall python3-cangjie on Fedora 36

To uninstall only the python3-cangjie package we can use the following command:

sudo dnf remove python3-cangjie

python3-cangjie Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/045254302f63cd9ed738df2cae8c686547338f
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/2007f4632e50f596bba9ad3952d7d0400ed05c
/usr/lib/.build-id/90
/usr/lib/.build-id/90/5b12e3fd5232131ca715adcf76d6d6027139f6
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/4c34eb1146237ab23c13b97716baf1670ae8cd
/usr/lib64/python3.10/site-packages/cangjie
/usr/lib64/python3.10/site-packages/cangjie/__init__.py
/usr/lib64/python3.10/site-packages/cangjie/__pycache__
/usr/lib64/python3.10/site-packages/cangjie/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/cangjie/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/cangjie/_core.so
/usr/lib64/python3.10/site-packages/cangjie/errors.so
/usr/lib64/python3.10/site-packages/cangjie/filters.so
/usr/lib64/python3.10/site-packages/cangjie/versions.so
/usr/share/doc/python3-cangjie
/usr/share/doc/python3-cangjie/AUTHORS
/usr/share/doc/python3-cangjie/COPYING
/usr/share/doc/python3-cangjie/README.md
/usr/share/doc/python3-cangjie/cangjie.md
/usr/share/doc/python3-cangjie/cangjiechar.md
/usr/share/doc/python3-cangjie/errors.md
/usr/share/doc/python3-cangjie/filters.md
/usr/share/doc/python3-cangjie/index.md
/usr/share/doc/python3-cangjie/versions.md

References

Summary

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