How To Install python-oslo-db-lang on Fedora 36

In this tutorial we learn how to install python-oslo-db-lang in Fedora 36. python-oslo-db-lang is Translation files for Oslo db library

Introduction

In this tutorial we learn how to install python-oslo-db-lang on Fedora 36.

What is python-oslo-db-lang

The OpenStack Oslo database handling library. Provides database connectivity to the different backends and helper utils. Translation files for Oslo db library

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

Install python-oslo-db-lang 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 python-oslo-db-lang using dnf by running the following command:

sudo dnf -y install python-oslo-db-lang

Install python-oslo-db-lang 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 python-oslo-db-lang using yum by running the following command:

sudo yum -y install python-oslo-db-lang

How To Uninstall python-oslo-db-lang on Fedora 36

To uninstall only the python-oslo-db-lang package we can use the following command:

sudo dnf remove python-oslo-db-lang

python-oslo-db-lang Package Contents on Fedora 36

/usr/share/licenses/python-oslo-db-lang
/usr/share/licenses/python-oslo-db-lang/LICENSE
/usr/share/locale/en_GB/LC_MESSAGES/oslo_db.mo
/usr/share/locale/es/LC_MESSAGES/oslo_db.mo
/usr/share/locale/fr/LC_MESSAGES/oslo_db.mo

References

Summary

In this tutorial we learn how to install python-oslo-db-lang on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).