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

Last updated: June 29,2024

1. Install "chan.src" package

Please follow the guidelines below to install chan.src on Oracle Linux 8

$ 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 8:

$ sudo dnf remove chan.src $ sudo dnf autoremove

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

Last metadata expiration check: 2:38:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : chan
Version : 0.0.4
Release : 3.el8
Architecture : src
Size : 34 k
Source : None
Repository : ol8_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.