How to Install and Uninstall chan.i686 Package on AlmaLinux 8

Last updated: May 16,2024

1. Install "chan.i686" package

Please follow the guidelines below to install chan.i686 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install chan.i686

2. Uninstall "chan.i686" package

This guide let you learn how to uninstall chan.i686 on AlmaLinux 8:

$ sudo dnf remove chan.i686 $ sudo dnf autoremove

3. Information about the chan.i686 package on AlmaLinux 8

Last metadata expiration check: 1:12:45 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : chan
Version : 0.0.4
Release : 3.el8
Architecture : i686
Size : 21 k
Source : chan-0.0.4-3.el8.src.rpm
Repository : 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.