How To Install unibilium on Fedora 36

In this tutorial we learn how to install unibilium in Fedora 36. unibilium is Terminfo parsing library

Introduction

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

What is unibilium

Unibilium is a very basic terminfo library. It doesn’t depend on curses or any other library. It also doesn’t use global variables, so it should be thread-safe.

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

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

sudo dnf -y install unibilium

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

sudo yum -y install unibilium

How To Uninstall unibilium on Fedora 36

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

sudo dnf remove unibilium

unibilium Package Contents on Fedora 36

---
title: "How To Install unibilium on Fedora 36"
linkTitle: "unibilium"
type: "docs"
description: "In this tutorial we learn how to install unibilium in Fedora 36. unibilium is Terminfo parsing library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/unibilium-featured.png
---
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/8fd13ce2ccd3db1f5f894e1db05fe2278e732a
/usr/lib/libunibilium.so.4
/usr/lib/libunibilium.so.4.0.1
/usr/share/doc/unibilium
/usr/share/doc/unibilium/Changes
/usr/share/licenses/unibilium
/usr/share/licenses/unibilium/LGPLv3

## Introduction

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

### What is `unibilium`

Unibilium is a very basic terminfo library. It doesn’t depend on curses or any other library. It also doesn’t use global variables, so it should be thread-safe.

References

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

Install unibilium on Fedora 36 Using dnf

Summary

Update yum database with dnf using the following command.

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


sudo dnf makecache --refresh

After updating yum database, We can install unibilium using dnf by running the following command:

sudo dnf -y install unibilium

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

sudo yum -y install unibilium

How To Uninstall unibilium on Fedora 36

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

sudo dnf remove unibilium

unibilium Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/379b57fe960cf5af5dd8ad3b867813e7969c77
/usr/lib64/libunibilium.so.4
/usr/lib64/libunibilium.so.4.0.1
/usr/share/doc/unibilium
/usr/share/doc/unibilium/Changes
/usr/share/licenses/unibilium
/usr/share/licenses/unibilium/LGPLv3

References

Summary

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