How To Install chan on Fedora 36

In this tutorial we learn how to install chan in Fedora 36. chan is Pure C implementation of Go channels

Introduction

In this tutorial we learn how to install chan on Fedora 36.

What is chan

Pure C implementation of Go channels. Unbuffered, buffered and closing channels are available.

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

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

sudo dnf -y install chan

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

sudo yum -y install chan

How To Uninstall chan on Fedora 36

To uninstall only the chan package we can use the following command:

sudo dnf remove chan

chan Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/540d6fb6d4f3b438e5eb3efd88ccc6abb472ac
/usr/lib64/libchan.so.0
/usr/lib64/libchan.so.0.0.0
/usr/share/doc/chan
/usr/share/doc/chan/README.md
/usr/share/licenses/chan
/usr/share/licenses/chan/LICENSE

References

Summary

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


title: “How To Install chan on Fedora 36” linkTitle: “chan” type: “docs” description: “In this tutorial we learn how to install chan in Fedora 36. chan is Pure C implementation of Go channels” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/chan-featured.png

Introduction

In this tutorial we learn how to install chan on Fedora 36.

What is chan

Pure C implementation of Go channels. Unbuffered, buffered and closing channels are available.

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

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

sudo dnf -y install chan

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

sudo yum -y install chan

How To Uninstall chan on Fedora 36

To uninstall only the chan package we can use the following command:

sudo dnf remove chan

chan Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/43ad399ee1e988f4368b9064c15fa9be28193b
/usr/lib/libchan.so.0
/usr/lib/libchan.so.0.0.0
/usr/share/doc/chan
/usr/share/doc/chan/README.md
/usr/share/licenses/chan
/usr/share/licenses/chan/LICENSE

References

Summary

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