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

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

Introduction

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

What is python-oslo-i18n-lang

Translation files for Oslo i18n library

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

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

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

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

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

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

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

sudo dnf remove python-oslo-i18n-lang

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

/usr/share/licenses/python-oslo-i18n-lang
/usr/share/licenses/python-oslo-i18n-lang/LICENSE
/usr/share/locale/de/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/en_GB/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/es/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/fr/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/it/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/ja/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/ko_KR/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/pl_PL/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/pt/LC_MESSAGES/oslo_i18n.mo
/usr/share/locale/zh_CN/LC_MESSAGES/oslo_i18n.mo

References

Summary

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