How To Install guichan on Fedora 36
Introduction
In this tutorial we learn how to install guichan
on Fedora 36.
What is guichan
Guichan is a small, efficient C++ GUI library designed for games. It comes with a standard set of widgets and can use several different objects for displaying graphics and grabbing user input.
We can use yum
or dnf
to install guichan
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install guichan.
Install guichan on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install guichan
using dnf
by running the following command:
sudo dnf -y install guichan
Install guichan on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install guichan
using yum
by running the following command:
sudo yum -y install guichan
How To Uninstall guichan on Fedora 36
To uninstall only the guichan
package we can use the following command:
sudo dnf remove guichan
guichan Package Contents on Fedora 36
---
title: "How To Install guichan on Fedora 36"
linkTitle: "guichan"
type: "docs"
description: "In this tutorial we learn how to install guichan in Fedora 36. guichan is Portable C++ GUI library for games using Allegro, SDL and OpenGL"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/guichan-featured.png
---
## Introduction
In this tutorial we learn how to install `guichan` on Fedora 36.
### What is `guichan`
> Guichan is a small, efficient C++ GUI library designed for games. It comes with a standard set of widgets and can use several different objects for displaying graphics and grabbing user input.
We can use `yum` or `dnf` to install `guichan` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install guichan.
## Install guichan on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install guichan
using dnf
by running the following command:
sudo dnf -y install guichan
Install guichan on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install guichan
using yum
by running the following command:
sudo yum -y install guichan
How To Uninstall guichan on Fedora 36
To uninstall only the guichan
package we can use the following command:
/usr/lib/.build-id /usr/lib/.build-id/4f /usr/lib/.build-id/4f/6410fd33e2d2a81cae948df549f4ffd8398ef9 /usr/lib/.build-id/53 /usr/lib/.build-id/53/97203a63dea415abf51c1ebc7218e0fe4ef98c /usr/lib/.build-id/60 /usr/lib/.build-id/60/3ead3536a85e93f5a0b2165923579899991f94 /usr/lib/.build-id/cc /usr/lib/.build-id/cc/6fda9d9ec9980e46d1394a44501cda51518e76 /usr/lib64/libguichan-0.8.1.so.1 /usr/lib64/libguichan-0.8.1.so.1.1.0 /usr/lib64/libguichan_allegro-0.8.1.so.1 /usr/lib64/libguichan_allegro-0.8.1.so.1.1.0 /usr/lib64/libguichan_opengl-0.8.1.so.1 /usr/lib64/libguichan_opengl-0.8.1.so.1.1.0 /usr/lib64/libguichan_sdl-0.8.1.so.1 /usr/lib64/libguichan_sdl-0.8.1.so.1.1.0 /usr/share/doc/guichan /usr/share/doc/guichan/AUTHORS /usr/share/doc/guichan/COPYING /usr/share/doc/guichan/ChangeLog /usr/share/doc/guichan/NEWS /usr/share/doc/guichan/README /usr/share/doc/guichan/TODO
sudo dnf remove guichan
guichan Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install guichan
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/37 /usr/lib/.build-id/37/13f201711d58487c2228b00a645685937fc47d /usr/lib/.build-id/6f /usr/lib/.build-id/6f/f7ab3589dc022c82eb667f8fea2231f63256d1 /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/8caa41e48477b9579feaa7a140f9e7de50d29b /usr/lib/.build-id/b7 /usr/lib/.build-id/b7/279664430bdc33474a14c8f2653194c11d7c56 /usr/lib/libguichan-0.8.1.so.1 /usr/lib/libguichan-0.8.1.so.1.1.0 /usr/lib/libguichan_allegro-0.8.1.so.1 /usr/lib/libguichan_allegro-0.8.1.so.1.1.0 /usr/lib/libguichan_opengl-0.8.1.so.1 /usr/lib/libguichan_opengl-0.8.1.so.1.1.0 /usr/lib/libguichan_sdl-0.8.1.so.1 /usr/lib/libguichan_sdl-0.8.1.so.1.1.0 /usr/share/doc/guichan /usr/share/doc/guichan/AUTHORS /usr/share/doc/guichan/COPYING /usr/share/doc/guichan/ChangeLog /usr/share/doc/guichan/NEWS /usr/share/doc/guichan/README /usr/share/doc/guichan/TODO
## References
* [guichan website](http://guichan.sourceforge.net)
## Summary
In this tutorial we learn how to install `guichan` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).