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

Last updated: May 16,2024

1. Install "chan.i686" package

This guide let you learn how to install chan.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install chan.i686

2. Uninstall "chan.i686" package

Please follow the step by step instructions below to uninstall chan.i686 on Oracle Linux 9:

$ sudo dnf remove chan.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:35:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : chan
Version : 0.0.4
Release : 6.el9
Architecture : i686
Size : 22 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.