How to Install and Uninstall chan.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "chan.x86_64" package

Please follow the instructions below to install chan.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install chan.x86_64

2. Uninstall "chan.x86_64" package

In this section, we are going to explain the necessary steps to uninstall chan.x86_64 on Fedora 34:

$ sudo dnf remove chan.x86_64 $ sudo dnf autoremove

3. Information about the chan.x86_64 package on Fedora 34

Last metadata expiration check: 1:10:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : chan
Version : 0.0.4
Release : 4.fc34
Architecture : x86_64
Size : 20 k
Source : chan-0.0.4-4.fc34.src.rpm
Repository : fedora
Summary : Pure C implementation of Go channels
URL : https://github.com/tylertreat/chan
License : ASL 2.0
Description : Pure C implementation of Go channels. Unbuffered, buffered
: and closing channels are available.