How to Install and Uninstall chan.src Package on Oracle Linux 9

Last updated: July 08,2024

1. Install "chan.src" package

In this section, we are going to explain the necessary steps to install chan.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install chan.src

2. Uninstall "chan.src" package

Here is a brief guide to show you how to uninstall chan.src on Oracle Linux 9:

$ sudo dnf remove chan.src $ sudo dnf autoremove

3. Information about the chan.src package on Oracle Linux 9

Last metadata expiration check: 0:11:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : chan
Version : 0.0.4
Release : 6.el9
Architecture : src
Size : 35 k
Source : None
Repository : ol9_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.