How to Install and Uninstall chan.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 27,2024

1. Install "chan.x86_64" package

This is a short guide on how to install chan.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install chan.x86_64

2. Uninstall "chan.x86_64" package

Here is a brief guide to show you how to uninstall chan.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove chan.x86_64 $ sudo dnf autoremove

3. Information about the chan.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:02:54 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : chan
Version : 0.0.4
Release : 3.el8
Architecture : x86_64
Size : 21 k
Source : chan-0.0.4-3.el8.src.rpm
Repository : appstream
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.