How To Install bogl on Fedora 36
Introduction
In this tutorial we learn how to install bogl on Fedora 36.
What is bogl
BOGL stands for Ben’s Own Graphics Library. It is a small graphics library for Linux kernel frame buffers. It supports only very simple graphics.
We can use yum or dnf to install bogl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bogl.
Install bogl 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 bogl using dnf by running the following command:
sudo dnf -y install bogl
Install bogl 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 bogl using yum by running the following command:
sudo yum -y install bogl
How To Uninstall bogl on Fedora 36
To uninstall only the bogl package we can use the following command:
sudo dnf remove bogl
bogl Package Contents on Fedora 36
---
title: "How To Install bogl on Fedora 36"
linkTitle: "bogl"
type: "docs"
description: "In this tutorial we learn how to install bogl in Fedora 36. bogl is A terminal program for displaying Unicode on the console"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/bogl-featured.png
---
## Introduction
In this tutorial we learn how to install `bogl` on Fedora 36.
### What is `bogl`
> BOGL stands for Ben's Own Graphics Library. It is a small graphics library for Linux kernel frame buffers. It supports only very simple graphics.
We can use `yum` or `dnf` to install `bogl` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bogl.
## Install bogl 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 bogl using dnf by running the following command:
sudo dnf -y install bogl
/usr/lib/.build-id /usr/lib/.build-id/cb /usr/lib/.build-id/cb/d8af31787f523a79f4eb331d74fefb469c5d10 /usr/lib/libbogl.so.0 /usr/lib/libbogl.so.0.1 /usr/share/doc/bogl /usr/share/doc/bogl/ChangeLog /usr/share/doc/bogl/README /usr/share/doc/bogl/copyright
Install bogl on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache –refresh
## References
After updating yum database, We can install `bogl` using `yum` by running the following command:
* [bogl website](http://packages.debian.org/unstable/source/bogl)
```bash
## Summary
sudo yum -y install bogl
How To Uninstall bogl on Fedora 36
In this tutorial we learn how to install bogl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
To uninstall only the bogl package we can use the following command:
sudo dnf remove bogl
bogl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/5e5f939fd93d63a8ecb7716688d8ae648cfb19
/usr/lib64/libbogl.so.0
/usr/lib64/libbogl.so.0.1
/usr/share/doc/bogl
/usr/share/doc/bogl/ChangeLog
/usr/share/doc/bogl/README
/usr/share/doc/bogl/copyright
References
Summary
In this tutorial we learn how to install bogl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).