How to Install and Uninstall chan.src Package on Oracle Linux 9
Last updated: November 13,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
Copied
$
sudo dnf install
chan.src
Copied
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
Copied
$
sudo dnf autoremove
Copied
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.
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.