How To Install golang-github-lofanmi-pinyin on Fedora 36

In this tutorial we learn how to install golang-github-lofanmi-pinyin in Fedora 36. golang-github-lofanmi-pinyin is Tools and Golang library to convert Chinese characters to Pinyin

Introduction

In this tutorial we learn how to install golang-github-lofanmi-pinyin on Fedora 36.

What is golang-github-lofanmi-pinyin

This package provides tools and Golang library to convert Chinese characters to Pinyin.

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

Install golang-github-lofanmi-pinyin 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 golang-github-lofanmi-pinyin using dnf by running the following command:

sudo dnf -y install golang-github-lofanmi-pinyin

Install golang-github-lofanmi-pinyin 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 golang-github-lofanmi-pinyin using yum by running the following command:

sudo yum -y install golang-github-lofanmi-pinyin

How To Uninstall golang-github-lofanmi-pinyin on Fedora 36

To uninstall only the golang-github-lofanmi-pinyin package we can use the following command:

sudo dnf remove golang-github-lofanmi-pinyin

golang-github-lofanmi-pinyin Package Contents on Fedora 36

/usr/bin/demo
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/c7395698d8cf2a890f43ee2f9d9c51bd2812bc
/usr/share/doc/golang-github-lofanmi-pinyin
/usr/share/doc/golang-github-lofanmi-pinyin/README.md
/usr/share/licenses/golang-github-lofanmi-pinyin
/usr/share/licenses/golang-github-lofanmi-pinyin/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-lofanmi-pinyin on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).