How to Install and Uninstall gauche.i686 Package on Fedora 34

Last updated: September 18,2024

1. Install "gauche.i686" package

This guide covers the steps necessary to install gauche.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gauche.i686

2. Uninstall "gauche.i686" package

In this section, we are going to explain the necessary steps to uninstall gauche.i686 on Fedora 34:

$ sudo dnf remove gauche.i686 $ sudo dnf autoremove

3. Information about the gauche.i686 package on Fedora 34

Last metadata expiration check: 4:56:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gauche
Version : 0.9.10
Release : 1.fc34
Architecture : i686
Size : 4.2 M
Source : gauche-0.9.10-1.fc34.src.rpm
Repository : updates
Summary : Scheme script interpreter with multibyte character handling
URL : http://practical-scheme.net/gauche/index.html
License : BSD
Description : Gauche is a Scheme interpreter conforming Revised^5 Report on
: Algorithmic Language Scheme. It is designed for rapid development of
: daily tools like system management and text processing. It can handle
: multibyte character strings natively.