How To Install python-oslo-utils-lang on Fedora 36
Introduction
In this tutorial we learn how to install python-oslo-utils-lang
on Fedora 36.
What is python-oslo-utils-lang
Translation files for Oslo utils library
We can use yum
or dnf
to install python-oslo-utils-lang
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python-oslo-utils-lang.
Install python-oslo-utils-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-utils-lang
using dnf
by running the following command:
sudo dnf -y install python-oslo-utils-lang
Install python-oslo-utils-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-utils-lang
using yum
by running the following command:
sudo yum -y install python-oslo-utils-lang
How To Uninstall python-oslo-utils-lang on Fedora 36
To uninstall only the python-oslo-utils-lang
package we can use the following command:
sudo dnf remove python-oslo-utils-lang
python-oslo-utils-lang Package Contents on Fedora 36
/usr/share/licenses/python-oslo-utils-lang
/usr/share/licenses/python-oslo-utils-lang/LICENSE
/usr/share/locale/de/LC_MESSAGES/oslo_utils.mo
/usr/share/locale/en_GB/LC_MESSAGES/oslo_utils.mo
/usr/share/locale/fr/LC_MESSAGES/oslo_utils.mo
References
Summary
In this tutorial we learn how to install python-oslo-utils-lang
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).