How To Install bogl-bterm on Fedora 36
Introduction
In this tutorial we learn how to install bogl-bterm on Fedora 36.
What is bogl-bterm
The bterm application is a terminal emulator that displays to a Linux frame buffer. It is able to display Unicode text on the console.
We can use yum or dnf to install bogl-bterm on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bogl-bterm.
Install bogl-bterm 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-bterm using dnf by running the following command:
sudo dnf -y install bogl-bterm
Install bogl-bterm 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-bterm using yum by running the following command:
sudo yum -y install bogl-bterm
How To Uninstall bogl-bterm on Fedora 36
To uninstall only the bogl-bterm package we can use the following command:
sudo dnf remove bogl-bterm
bogl-bterm Package Contents on Fedora 36
/usr/bin/bterm
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/33e87a93f69b5e9ecbaf09ff8d6f0ebff5e063
/usr/share/bogl
/usr/share/bogl/font.bgf.gz
/usr/share/doc/bogl-bterm
/usr/share/doc/bogl-bterm/README.BOGL-bterm
/usr/share/doc/bogl-bterm/copyright
References
Summary
In this tutorial we learn how to install bogl-bterm on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).