How to Install and Uninstall python3-yamlordereddictloader.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-yamlordereddictloader.noarch" package

This is a short guide on how to install python3-yamlordereddictloader.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-yamlordereddictloader.noarch

2. Uninstall "python3-yamlordereddictloader.noarch" package

Here is a brief guide to show you how to uninstall python3-yamlordereddictloader.noarch on Fedora 34:

$ sudo dnf remove python3-yamlordereddictloader.noarch $ sudo dnf autoremove

3. Information about the python3-yamlordereddictloader.noarch package on Fedora 34

Last metadata expiration check: 2:34:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-yamlordereddictloader
Version : 0.4.0
Release : 9.fc34
Architecture : noarch
Size : 14 k
Source : python-yamlordereddictloader-0.4.0-9.fc34.src.rpm
Repository : fedora
Summary : YAML loader for PyYAML that maintains key order
URL : https://github.com/fmenabe/python-yamlordereddictloader
License : MIT
Description : This is a loader for PyYAML that maintains the order of the keys
: and values in a dictionary as they appear in the input file. This
: can be useful for certain applications where named values should
: also be maintained in a particular order