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

Last updated: October 06,2024

1. Install "chan.x86_64" package

This tutorial shows how to install chan.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install chan.x86_64

2. Uninstall "chan.x86_64" package

This is a short guide on how to uninstall chan.x86_64 on Oracle Linux 9:

$ sudo dnf remove chan.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:54:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : chan
Version : 0.0.4
Release : 6.el9
Architecture : x86_64
Size : 21 k
Source : chan-0.0.4-6.el9.src.rpm
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.