How To Install gstream on Fedora 36

In this tutorial we learn how to install gstream in Fedora 36. gstream is Simplified stream output/input for Allegro

Introduction

In this tutorial we learn how to install gstream on Fedora 36.

What is gstream

gstream is a C++ add-on library for Allegro. Its main purpose is to provide a simplified syntax for Allegro’s keyboard and text functions for input and output, so that you can treat a graphical mode as a console.

We can use yum or dnf to install gstream on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gstream.

Install gstream 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 gstream using dnf by running the following command:

sudo dnf -y install gstream

Install gstream 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 gstream using yum by running the following command:

sudo yum -y install gstream

How To Uninstall gstream on Fedora 36

To uninstall only the gstream package we can use the following command:

sudo dnf remove gstream

gstream Package Contents on Fedora 36

---
title: "How To Install gstream on Fedora 36"
linkTitle: "gstream"
type: "docs"
description: "In this tutorial we learn how to install gstream in Fedora 36. gstream is Simplified stream output/input for Allegro"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gstream-featured.png
---

## Introduction

In this tutorial we learn how to install `gstream` on Fedora 36.

### What is `gstream`

> gstream is a C++ add-on library for Allegro. Its main purpose is to provide a simplified syntax for Allegro's keyboard and text functions for input and output, so that you can treat a graphical mode as a console.  

We can use `yum` or `dnf` to install `gstream` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gstream.

## Install gstream 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 gstream using dnf by running the following command:

sudo dnf -y install gstream

Install gstream 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 gstream using yum by running the following command:

sudo yum -y install gstream

How To Uninstall gstream on Fedora 36

To uninstall only the gstream package we can use the following command:

sudo dnf remove gstream

gstream Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/69d5ffa2651304db5669d53f49b83d88d223ea
/usr/lib/libgstrm.so.0
/usr/share/doc/gstream
/usr/share/doc/gstream/NEWS
/usr/share/doc/gstream/README

References

Summary

In this tutorial we learn how to install gstream on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/64 /usr/lib/.build-id/64/fe51245b0bf2a86c61d0b2579b91adfd3ec33f /usr/lib64/libgstrm.so.0 /usr/share/doc/gstream /usr/share/doc/gstream/NEWS /usr/share/doc/gstream/README


## References

* [gstream website](http://allegro.molhanec.net/gstream.html)

## Summary

In this tutorial we learn how to install `gstream` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).