How to Install and Uninstall chan.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "chan.i686" package

In this section, we are going to explain the necessary steps to install chan.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install chan.i686

2. Uninstall "chan.i686" package

In this section, we are going to explain the necessary steps to uninstall chan.i686 on Rocky Linux 8:

$ sudo dnf remove chan.i686 $ sudo dnf autoremove

3. Information about the chan.i686 package on Rocky Linux 8

Last metadata expiration check: 1:32:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : chan
Version : 0.0.4
Release : 3.el8
Architecture : i686
Size : 20 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.