How to Install and Uninstall chicken.i686 Package on Fedora 36

Last updated: January 16,2025

1. Install "chicken.i686" package

This guide covers the steps necessary to install chicken.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install chicken.i686

2. Uninstall "chicken.i686" package

This guide covers the steps necessary to uninstall chicken.i686 on Fedora 36:

$ sudo dnf remove chicken.i686 $ sudo dnf autoremove

3. Information about the chicken.i686 package on Fedora 36

Last metadata expiration check: 0:03:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : chicken
Version : 5.3.0
Release : 1.fc36
Architecture : i686
Size : 1.3 M
Source : chicken-5.3.0-1.fc36.src.rpm
Repository : updates
Summary : A practical and portable Scheme system
URL : http://call-cc.org
License : BSD
Description : CHICKEN is a compiler for the Scheme programming language.
: CHICKEN produces portable, efficient C, supports almost all of the R5RS
: Scheme language standard, and includes many enhancements and extensions.